Show / Hide Table of Contents

Interface CfnLocationAzureBlob.IManagedSecretConfigProperty

Specifies configuration information for a DataSync-managed secret, such as an authentication token or set of credentials that DataSync uses to access a specific transfer location.

Namespace: Amazon.CDK.AWS.DataSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnLocationAzureBlob.IManagedSecretConfigProperty
Syntax (vb)
Public Interface CfnLocationAzureBlob.IManagedSecretConfigProperty
Remarks

DataSync uses the default AWS -managed KMS key to encrypt this secret in AWS Secrets Manager .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationazureblob-managedsecretconfig.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.DataSync;

             var managedSecretConfigProperty = new ManagedSecretConfigProperty {
                 SecretArn = "secretArn"
             };

Synopsis

Properties

SecretArn

Specifies the ARN for an AWS Secrets Manager secret.

Properties

SecretArn

Specifies the ARN for an AWS Secrets Manager secret.

string SecretArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datasync-locationazureblob-managedsecretconfig.html#cfn-datasync-locationazureblob-managedsecretconfig-secretarn

Back to top Generated by DocFX