AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SageMaker::PartnerApp

CfnPartnerApp

The `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

import { CfnPartnerApp } from 'aws-cdk-lib/aws-sagemaker';

Or use the module namespace:

import * as sagemaker from 'aws-cdk-lib/aws-sagemaker';
// sagemaker.CfnPartnerApp

Properties

Configuration passed to the constructor as CfnPartnerAppProps.

authTypeRequired
string

Defines the authentication type used for the Partner AI App.

executionRoleArnRequired
string

The Amazon Resource Name (ARN) of the IAM role of the user.

nameRequired
string

The name of the Partner AI App. This name must be unique within your account and region.

tierRequired
string

Specifies 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) .

typeRequired
string

Specifies the type of Partner AI App being created.

applicationConfigOptional
IResolvable | PartnerAppConfigProperty

Configuration settings for the Partner AI App.

appVersionOptional
string

The version of the PartnerApp.

clientTokenOptionalDeprecated
string

The client token for the PartnerApp.

Deprecated: this property has been deprecated

enableAutoMinorVersionUpgradeOptional
boolean | IResolvable

Enables automatic minor version upgrades for the PartnerApp.

enableIamSessionBasedIdentityOptional
boolean | IResolvable

Enables IAM Session based Identity for PartnerApp.

kmsKeyIdOptional
string

The AWS KMS customer managed key used to encrypt the data associated with the PartnerApp.

maintenanceConfigOptional
IResolvable | PartnerAppMaintenanceConfigProperty

A collection of settings that specify the maintenance schedule for the PartnerApp.

tagsOptional
CfnTag[]

A list of tags to apply to the PartnerApp.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter