AWS::MSK::VpcConnection
The AWS::MSK::VpcConnection
resource Property description not available. for MSK.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::MSK::VpcConnection", "Properties" : { "Authentication" :
String
, "ClientSubnets" :[ String, ... ]
, "SecurityGroups" :[ String, ... ]
, "Tags" :{
, "TargetClusterArn" :Key
:Value
, ...}String
, "VpcId" :String
} }
YAML
Type: AWS::MSK::VpcConnection Properties: Authentication:
String
ClientSubnets:- String
SecurityGroups:- String
Tags:TargetClusterArn:
Key
:Value
String
VpcId:String
Properties
Authentication
-
The type of private link authentication.
Required: Yes
Type: String
Allowed values:
SASL_IAM | SASL_SCRAM | TLS
Minimum:
3
Maximum:
10
Update requires: Replacement
ClientSubnets
Property description not available.
Required: Yes
Type: Array of String
Update requires: Replacement
SecurityGroups
Property description not available.
Required: Yes
Type: Array of String
Update requires: Replacement
Property description not available.
Required: No
Type: Object of String
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
Update requires: No interruption
TargetClusterArn
Property description not available.
Required: Yes
Type: String
Pattern:
^arn:[\w-]+:kafka:[\w-]+:\d+:cluster.*\Z
Update requires: Replacement
VpcId
Property description not available.
Required: Yes
Type: String
Pattern:
^(vpc-)([a-z0-9]+)\Z
Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the Amazon Resource Name (ARN) of the VPC connection.
For Amazon MSK VPC connection MyVpcConnection
, Ref
returns the ARN of the VPC connection whose logical ID is MyVpcConnection
.
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt
.
Arn
-
The ARN of the VPC connection.