Show / Hide Table of Contents

Class CfnLocationObjectStoragePropsMixin.ManagedSecretConfigProperty

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.

Inheritance
object
CfnLocationObjectStoragePropsMixin.ManagedSecretConfigProperty
Implements
CfnLocationObjectStoragePropsMixin.IManagedSecretConfigProperty
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.DataSync
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnLocationObjectStoragePropsMixin.ManagedSecretConfigProperty : CfnLocationObjectStoragePropsMixin.IManagedSecretConfigProperty
Syntax (vb)
Public Class CfnLocationObjectStoragePropsMixin.ManagedSecretConfigProperty Implements CfnLocationObjectStoragePropsMixin.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-locationobjectstorage-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.CfnPropertyMixins.AWS.DataSync;

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

Synopsis

Constructors

ManagedSecretConfigProperty()

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.

Properties

SecretArn

Specifies the ARN for an AWS Secrets Manager secret.

Constructors

ManagedSecretConfigProperty()

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.

public ManagedSecretConfigProperty()
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-locationobjectstorage-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.CfnPropertyMixins.AWS.DataSync;

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

Properties

SecretArn

Specifies the ARN for an AWS Secrets Manager secret.

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

string

Remarks

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

Implements

CfnLocationObjectStoragePropsMixin.IManagedSecretConfigProperty
Back to top Generated by DocFX