Show / Hide Table of Contents

Class CfnModelPackagePropsMixin.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
object
CfnModelPackagePropsMixin.SecurityConfigProperty
Implements
CfnModelPackagePropsMixin.ISecurityConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnModelPackagePropsMixin.SecurityConfigProperty : CfnModelPackagePropsMixin.ISecurityConfigProperty
Syntax (vb)
Public Class CfnModelPackagePropsMixin.SecurityConfigProperty Implements CfnModelPackagePropsMixin.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.CfnPropertyMixins.AWS.SageMaker;

             var securityConfigProperty = new SecurityConfigProperty {
                 KmsKeyId = "kmsKeyId"
             };

Synopsis

Constructors

SecurityConfigProperty()

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

Properties

KmsKeyId

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

Constructors

SecurityConfigProperty()

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

public SecurityConfigProperty()
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.CfnPropertyMixins.AWS.SageMaker;

             var securityConfigProperty = new SecurityConfigProperty {
                 KmsKeyId = "kmsKeyId"
             };

Properties

KmsKeyId

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

public string? KmsKeyId { get; set; }
Property Value

string

Remarks

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

Implements

CfnModelPackagePropsMixin.ISecurityConfigProperty
Back to top Generated by DocFX