Class CfnEnvironmentPropsMixin.SecretProperty
A managed secret that contains the credentials for installing vCenter Server, NSX, and SDDC Manager.
Implements
Inherited Members
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.
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.
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; }