AWS::SageMaker::PartnerApp
Creates an Amazon SageMaker Partner AI App.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::SageMaker::PartnerApp", "Properties" : { "ApplicationConfig" :
PartnerAppConfig
, "AuthType" :String
, "EnableIamSessionBasedIdentity" :Boolean
, "ExecutionRoleArn" :String
, "MaintenanceConfig" :PartnerAppMaintenanceConfig
, "Name" :String
, "Tags" :[ Tag, ... ]
, "Tier" :String
, "Type" :String
} }
YAML
Type: AWS::SageMaker::PartnerApp Properties: ApplicationConfig:
PartnerAppConfig
AuthType:String
EnableIamSessionBasedIdentity:Boolean
ExecutionRoleArn:String
MaintenanceConfig:PartnerAppMaintenanceConfig
Name:String
Tags:- Tag
Tier:String
Type:String
Properties
ApplicationConfig
Property description not available.
Required: No
Type: PartnerAppConfig
Update requires: No interruption
AuthType
Property description not available.
Required: Yes
Type: String
Allowed values:
IAM
Update requires: Replacement
EnableIamSessionBasedIdentity
Property description not available.
Required: No
Type: Boolean
Update requires: No interruption
ExecutionRoleArn
Property description not available.
Required: Yes
Type: String
Pattern:
^arn:aws[a-z\-]*:iam::\d{12}:role/?[a-zA-Z_0-9+=,.@\-_/]+$
Minimum:
20
Maximum:
2048
Update requires: Replacement
MaintenanceConfig
Property description not available.
Required: No
Type: PartnerAppMaintenanceConfig
Update requires: No interruption
Name
-
The name of the SageMaker Partner AI App.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9]+
Minimum:
1
Maximum:
256
Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Minimum:
0
Maximum:
50
Update requires: No interruption
Tier
Property description not available.
Required: Yes
Type: String
Minimum:
1
Maximum:
64
Update requires: No interruption
Type
-
The type of SageMaker Partner AI App to create. Must be one of the following:
lakera-guard
,comet
,deepchecks-llm-evaluation
, orfiddler
.Required: Yes
Type: String
Allowed values:
lakera-guard | comet | deepchecks-llm-evaluation | fiddler
Update requires: Replacement
Return values
Ref
Fn::GetAtt
Arn
-
The ARN of the SageMaker Partner AI App.
BaseUrl
Property description not available.