interface SecurityConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnModelCard.SecurityConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_SecurityConfigProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnModelCard.SecurityConfigProperty |
![]() | aws_cdk.aws_sagemaker.CfnModelCard.SecurityConfigProperty |
![]() | 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
Name | Type | Description |
---|---|---|
kms | string | A 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.