AWS::Pipes::Pipe SelfManagedKafkaAccessConfigurationCredentials - 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).

AWS::Pipes::Pipe SelfManagedKafkaAccessConfigurationCredentials

The Amazon Secrets Manager secret that stores your stream credentials.

Syntax

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

JSON

{ "BasicAuth" : String, "ClientCertificateTlsAuth" : String, "SaslScram256Auth" : String, "SaslScram512Auth" : String }

Properties

BasicAuth

The ARN of the Secrets Manager secret.

Required: No

Type: String

Pattern: ^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$

Minimum: 1

Maximum: 1600

Update requires: No interruption

ClientCertificateTlsAuth

The ARN of the Secrets Manager secret.

Required: No

Type: String

Pattern: ^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$

Minimum: 1

Maximum: 1600

Update requires: No interruption

SaslScram256Auth

The ARN of the Secrets Manager secret.

Required: No

Type: String

Pattern: ^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$

Minimum: 1

Maximum: 1600

Update requires: No interruption

SaslScram512Auth

The ARN of the Secrets Manager secret.

Required: No

Type: String

Pattern: ^(^arn:aws([a-z]|\-)*:secretsmanager:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}):(\d{12}):secret:.+)$

Minimum: 1

Maximum: 1600

Update requires: No interruption