AWS::SageMaker::PartnerAppThe `AWS::SageMaker::PartnerApp` resource creates an Amazon SageMaker Partner AI App. For more information, see [Partner AI Apps](https://docs.aws.amazon.com/sagemaker/latest/dg/partner-apps.html) .
import { CfnPartnerApp } from 'aws-cdk-lib/aws-sagemaker';Or use the module namespace:
import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnPartnerAppConfiguration passed to the constructor as CfnPartnerAppProps.
authTypeRequiredstringDefines the authentication type used for the Partner AI App.
executionRoleArnRequiredstringThe Amazon Resource Name (ARN) of the IAM role of the user.
nameRequiredstringThe name of the Partner AI App. This name must be unique within your account and region.
tierRequiredstringSpecifies the tier or level of the Partner AI App. The tier size impacts the speed and capabilities of the application. For more information, see [Set up Partner AI Apps](https://docs.aws.amazon.com/sagemaker/latest/dg/partner-app-onboard.html) .
typeRequiredstringSpecifies the type of Partner AI App being created.
applicationConfigOptionalIResolvable | PartnerAppConfigPropertyConfiguration settings for the Partner AI App.
appVersionOptionalstringThe version of the PartnerApp.
clientTokenOptionalDeprecatedstringThe client token for the PartnerApp.
Deprecated: this property has been deprecated
enableAutoMinorVersionUpgradeOptionalboolean | IResolvableEnables automatic minor version upgrades for the PartnerApp.
enableIamSessionBasedIdentityOptionalboolean | IResolvableEnables IAM Session based Identity for PartnerApp.
kmsKeyIdOptionalstringThe AWS KMS customer managed key used to encrypt the data associated with the PartnerApp.
maintenanceConfigOptionalIResolvable | PartnerAppMaintenanceConfigPropertyA collection of settings that specify the maintenance schedule for the PartnerApp.
tagsOptionalCfnTag[]A list of tags to apply to the PartnerApp.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sagemakerAWS::SageMaker::PartnerApp