AWS::Pipes::Pipe SelfManagedKafkaAccessConfigurationVpc - 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::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 Amazon 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. If you do not specify a security group, the default security group for the VPC is used.

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