AWS::MSK::Cluster PublicAccess
Specifies whether the cluster's brokers are accessible from the internet. Public access is off by default.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" :
String
}
YAML
Type:
String
Properties
Type
-
Set to
DISABLED
to turn off public access or toSERVICE_PROVIDED_EIPS
to turn it on. Public access if off by default.Required: No
Type: String
Update requires: No interruption