AWS::RedshiftServerless::Workgroup NetworkInterface - 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::RedshiftServerless::Workgroup NetworkInterface

Contains information about a network interface in an Amazon Redshift Serverless managed VPC endpoint.

Syntax

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

JSON

{ "AvailabilityZone" : String, "NetworkInterfaceId" : String, "PrivateIpAddress" : String, "SubnetId" : String }

YAML

AvailabilityZone: String NetworkInterfaceId: String PrivateIpAddress: String SubnetId: String

Properties

AvailabilityZone

The availability Zone.

Required: No

Type: String

Update requires: No interruption

NetworkInterfaceId

The unique identifier of the network interface.

Required: No

Type: String

Update requires: No interruption

PrivateIpAddress

The IPv4 address of the network interface within the subnet.

Required: No

Type: String

Update requires: No interruption

SubnetId

The unique identifier of the subnet.

Required: No

Type: String

Update requires: No interruption