aws-cdk-lib.aws_sagemaker.CfnModelCard.SecurityConfigProperty

interface SecurityConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelCard.SecurityConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_SecurityConfigProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelCard.SecurityConfigProperty
Pythonaws_cdk.aws_sagemaker.CfnModelCard.SecurityConfigProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelCard » SecurityConfigProperty

The security configuration used to protect model card data.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const securityConfigProperty: sagemaker.CfnModelCard.SecurityConfigProperty = {
  kmsKeyId: 'kmsKeyId',
};

Properties

NameTypeDescription
kmsKeyId?stringA AWS Key Management Service key ID used to encrypt a model card.

kmsKeyId?

Type: string (optional)

A AWS Key Management Service key ID used to encrypt a model card.