AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::PartnerApp

SageMaker PartnerApp

Resource Type definition for AWS::SageMaker::PartnerApp

Properties

13 configurable properties. 5 required. Click a row to see details.

Filter:
PropertyTypeFlags
AuthType
string
RequiredCreate-only
ExecutionRoleArn
string
RequiredCreate-only
Name
string
RequiredCreate-only
Tier
string
Required
Type
string
RequiredCreate-only
ApplicationConfig
PartnerAppConfig
AppVersion
string
ClientToken
string
Write-onlyDeprecated
EnableAutoMinorVersionUpgrade
boolean
EnableIamSessionBasedIdentity
boolean
KmsKeyId
string
Create-only
MaintenanceConfig
PartnerAppMaintenanceConfig
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the created PartnerApp.
BaseUrlstringThe AppServerUrl based on app and account-info.
CurrentVersionEolDatestringThe end-of-life date for the current version of the PartnerApp.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::PartnerApp

Resources:
  MyResource:
    Type: AWS::SageMaker::PartnerApp
    Properties:
      Name: "my-name"
      Type: "lakera-guard"
      AuthType: "IAM"
      ExecutionRoleArn: "arn:aws:service:region:account:resource"
      Tier: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

sagemaker:CreatePartnerAppsagemaker:DescribePartnerAppsagemaker:AddTagssagemaker:ListTagsiam:PassRolekms:CreateGrantkms:DescribeKey

read

sagemaker:DescribePartnerAppsagemaker:ListTags

update

sagemaker:UpdatePartnerAppsagemaker:DescribePartnerAppsagemaker:AddTagssagemaker:ListTagssagemaker:DeleteTagskms:DescribeKey

delete

sagemaker:DeletePartnerAppsagemaker:DescribePartnerAppsagemaker:DeleteTags

list

sagemaker:ListPartnerAppssagemaker:DescribePartnerAppsagemaker:ListTags

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties16
Required5
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameTypeExecutionRoleArnAuthTypeKmsKeyId

External Links