AWS::MSK::Cluster ConnectivityInfo
Specifies whether the cluster's brokers are publicly accessible. By default, they are not.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "PublicAccess" :
PublicAccess
, "VpcConnectivity" :VpcConnectivity
}
Properties
PublicAccess
-
Specifies whether the cluster's brokers are accessible from the internet. Public access is off by default.
Required: No
Type: PublicAccess
Update requires: No interruption
VpcConnectivity
-
Not currently supported by AWS CloudFormation.
Required: No
Type: VpcConnectivity
Update requires: No interruption