AWS::DataSync::LocationObjectStorage ManagedSecretConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::DataSync::LocationObjectStorage ManagedSecretConfig

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. DataSync uses the default Amazon-managed KMS key to encrypt this secret in Amazon Secrets Manager.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SecretArn" : String }

YAML

SecretArn: String

Properties

SecretArn

Specifies the ARN for an Amazon Secrets Manager secret.

Required: Yes

Type: String

Pattern: ^(arn:(aws|aws-cn|aws-us-gov|aws-eusc|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$

Maximum: 2048

Update requires: No interruption