This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::DataSync::LocationAzureBlob CustomSecretConfig
Specifies configuration information for a customer-managed Secrets Manager secret where a storage location authentication token or secret key is stored in plain text. This configuration includes the secret ARN, and the ARN for an IAM role that provides access to the secret.
Note
You can use either CmkSecretConfig or CustomSecretConfig to
        provide credentials for a CreateLocation request. Do not provide both
        parameters for the same request.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "SecretAccessRoleArn" :String, "SecretArn" :String}
YAML
SecretAccessRoleArn:StringSecretArn:String
Properties
- SecretAccessRoleArn
- 
                    Specifies the ARN for the AWS Identity and Access Management role that DataSync uses to access the secret specified for SecretArn.Required: Yes Type: String Pattern: ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*|)$Maximum: 2048Update requires: No interruption 
- SecretArn
- 
                    Specifies the ARN for an AWS Secrets Manager secret. Required: Yes Type: String Pattern: ^(arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):secretsmanager:[a-z-0-9]+:[0-9]{12}:secret:.*|)$Maximum: 2048Update requires: No interruption