Show / Hide Table of Contents

Class CfnEnvironmentPropsMixin.SecretProperty

A managed secret that contains the credentials for installing vCenter Server, NSX, and SDDC Manager.

Inheritance
object
CfnEnvironmentPropsMixin.SecretProperty
Implements
CfnEnvironmentPropsMixin.ISecretProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.EVS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnEnvironmentPropsMixin.SecretProperty : CfnEnvironmentPropsMixin.ISecretProperty
Syntax (vb)
Public Class CfnEnvironmentPropsMixin.SecretProperty Implements CfnEnvironmentPropsMixin.ISecretProperty
Remarks

During environment creation, the Amazon EVS control plane uses AWS Secrets Manager to create, encrypt, validate, and store secrets. If you choose to delete your environment, Amazon EVS also deletes the secrets that are associated with your environment. Amazon EVS does not provide managed rotation of secrets. We recommend that you rotate secrets regularly to ensure that secrets are not long-lived.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-secret.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.Mixins.Preview.AWS.EVS.Mixins;

             var secretProperty = new SecretProperty {
                 SecretArn = "secretArn"
             };

Synopsis

Constructors

SecretProperty()

A managed secret that contains the credentials for installing vCenter Server, NSX, and SDDC Manager.

Properties

SecretArn

The Amazon Resource Name (ARN) of the secret.

Constructors

SecretProperty()

A managed secret that contains the credentials for installing vCenter Server, NSX, and SDDC Manager.

public SecretProperty()
Remarks

During environment creation, the Amazon EVS control plane uses AWS Secrets Manager to create, encrypt, validate, and store secrets. If you choose to delete your environment, Amazon EVS also deletes the secrets that are associated with your environment. Amazon EVS does not provide managed rotation of secrets. We recommend that you rotate secrets regularly to ensure that secrets are not long-lived.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-secret.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.Mixins.Preview.AWS.EVS.Mixins;

             var secretProperty = new SecretProperty {
                 SecretArn = "secretArn"
             };

Properties

SecretArn

The Amazon Resource Name (ARN) of the secret.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-evs-environment-secret.html#cfn-evs-environment-secret-secretarn

Implements

CfnEnvironmentPropsMixin.ISecretProperty
Back to top Generated by DocFX