AWS::MSK::ServerlessCluster - 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::MSK::ServerlessCluster

The AWS::MSK::ServerlessCluster resource Property description not available. for MSK.

Syntax

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

JSON

{ "Type" : "AWS::MSK::ServerlessCluster", "Properties" : { "ClientAuthentication" : ClientAuthentication, "ClusterName" : String, "Tags" : {Key: Value, ...}, "VpcConfigs" : [ VpcConfig, ... ] } }

YAML

Type: AWS::MSK::ServerlessCluster Properties: ClientAuthentication: ClientAuthentication ClusterName: String Tags: Key: Value VpcConfigs: - VpcConfig

Properties

ClientAuthentication

Includes all client authentication information.

Required: Yes

Type: ClientAuthentication

Update requires: Replacement

ClusterName

Property description not available.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Object of String

Pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$

Update requires: Replacement

VpcConfigs

Property description not available.

Required: Yes

Type: Array of VpcConfig

Update requires: Replacement

Return values

Ref

Fn::GetAtt

Arn

Property description not available.