Class CfnModelPackage.SecurityConfigProperty
An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SecurityConfigProperty : Object, CfnModelPackage.ISecurityConfigProperty
Syntax (vb)
Public Class SecurityConfigProperty
Inherits Object
Implements CfnModelPackage.ISecurityConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var securityConfigProperty = new SecurityConfigProperty {
KmsKeyId = "kmsKeyId"
};
Synopsis
Constructors
Security |
Properties
Kms |
The AWS KMS Key ID (KMSKeyId) used for encryption of model package information. |
Constructors
SecurityConfigProperty()
public SecurityConfigProperty()
Properties
KmsKeyId
The AWS KMS Key ID (KMSKeyId) used for encryption of model package information.
public string KmsKeyId { get; set; }
Property Value
System.