AWS::Pipes::Pipe SelfManagedKafkaAccessConfigurationVpc - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Pipes::Pipe SelfManagedKafkaAccessConfigurationVpc

This structure specifies the VPC subnets and security groups for the stream, and whether a public IP address is to be used.

Syntax

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

JSON

{ "SecurityGroup" : [ String, ... ], "Subnets" : [ String, ... ] }

YAML

SecurityGroup: - String Subnets: - String

Properties

SecurityGroup

Specifies the security groups associated with the stream. These security groups must all be in the same VPC. You can specify as many as five security groups.

Required: No

Type: Array of String

Minimum: 1 | 0

Maximum: 1024 | 5

Update requires: No interruption

Subnets

Specifies the subnets associated with the stream. These subnets must all be in the same VPC. You can specify as many as 16 subnets.

Required: No

Type: Array of String

Minimum: 1 | 0

Maximum: 1024 | 16

Update requires: No interruption