Show / Hide Table of Contents

Interface CfnModelPackage.ISecurityConfigProperty

An optional AWS Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.

Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnModelPackage.ISecurityConfigProperty
Syntax (vb)
Public Interface CfnModelPackage.ISecurityConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-securityconfig.html

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

Properties

KmsKeyId

The AWS KMS Key ID (KMSKeyId) used for encryption of model package information.

Properties

KmsKeyId

The AWS KMS Key ID (KMSKeyId) used for encryption of model package information.

string KmsKeyId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-securityconfig.html#cfn-sagemaker-modelpackage-securityconfig-kmskeyid

Back to top Generated by DocFX