AWS::MSK::BatchScramSecret
Represents a secret stored in the Amazon Secrets Manager that can be used to authenticate with a cluster using a user name and a password.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MSK::BatchScramSecret", "Properties" : { "ClusterArn" :
String
, "SecretArnList" :[ String, ... ]
} }
YAML
Type: AWS::MSK::BatchScramSecret Properties: ClusterArn:
String
SecretArnList:- String
Properties
ClusterArn
-
The Amazon Resource Name (ARN) of the MSK cluster.
Required: Yes
Type: String
Update requires: Replacement
SecretArnList
-
A list of Amazon Secrets Manager secret ARNs.
Required: No
Type: List of String
Update requires: No interruption
Return values
Ref
The ARN of the cluster.