AWS::Pipes::Pipe SelfManagedKafkaAccessConfigurationCredentials
The AWS Secrets Manager secret that stores your stream credentials.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BasicAuth" :
String
, "ClientCertificateTlsAuth" :String
, "SaslScram256Auth" :String
, "SaslScram512Auth" :String
}
YAML
BasicAuth:
String
ClientCertificateTlsAuth:String
SaslScram256Auth:String
SaslScram512Auth:String
Properties
BasicAuth
-
The ARN of the Secrets Manager secret.
Required: No
Type: String
Update requires: No interruption
ClientCertificateTlsAuth
-
The ARN of the Secrets Manager secret.
Required: No
Type: String
Update requires: No interruption
SaslScram256Auth
-
The ARN of the Secrets Manager secret.
Required: No
Type: String
Update requires: No interruption
SaslScram512Auth
-
The ARN of the Secrets Manager secret.
Required: No
Type: String
Update requires: No interruption