Show / Hide Table of Contents

Class CfnModelCard.SecurityConfigProperty

The security configuration used to protect model card data.

Inheritance
System.Object
CfnModelCard.SecurityConfigProperty
Implements
CfnModelCard.ISecurityConfigProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class SecurityConfigProperty : Object, CfnModelCard.ISecurityConfigProperty
Syntax (vb)
Public Class SecurityConfigProperty
    Inherits Object
    Implements CfnModelCard.ISecurityConfigProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelcard-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

Constructors

SecurityConfigProperty()

Properties

KmsKeyId

A AWS Key Management Service key ID used to encrypt a model card.

Constructors

SecurityConfigProperty()

public SecurityConfigProperty()

Properties

KmsKeyId

A AWS Key Management Service key ID used to encrypt a model card.

public string KmsKeyId { get; set; }
Property Value

System.String

Remarks

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

Implements

CfnModelCard.ISecurityConfigProperty
Back to top Generated by DocFX