AWS::SageMaker::PartnerAppResource Type definition for AWS::SageMaker::PartnerApp
13 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the created PartnerApp. |
BaseUrl | string | The AppServerUrl based on app and account-info. |
CurrentVersionEolDate | string | The end-of-life date for the current version of the PartnerApp. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreatePartnerAppsagemaker:DescribePartnerAppsagemaker:AddTagssagemaker:ListTagsiam:PassRolekms:CreateGrantkms:DescribeKeysagemaker:DescribePartnerAppsagemaker:ListTagssagemaker:UpdatePartnerAppsagemaker:DescribePartnerAppsagemaker:AddTagssagemaker:ListTagssagemaker:DeleteTagskms:DescribeKeysagemaker:DeletePartnerAppsagemaker:DescribePartnerAppsagemaker:DeleteTagssagemaker:ListPartnerAppssagemaker:DescribePartnerAppsagemaker:ListTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameTypeExecutionRoleArnAuthTypeKmsKeyId