interface SecurityConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelCard.SecurityConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_SecurityConfigProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelCard.SecurityConfigProperty |
Python | aws_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
| 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.

.NET
Go
Java
Python
TypeScript