AWS::Redshift::EndpointAccess NetworkInterface
Describes a network interface.
Syntax
To declare this entity in your AWS 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
Maximum:
2147483647
Update requires: No interruption
NetworkInterfaceId
-
The network interface identifier.
Required: No
Type: String
Maximum:
2147483647
Update requires: No interruption
PrivateIpAddress
-
The IPv4 address of the network interface within the subnet.
Required: No
Type: String
Maximum:
2147483647
Update requires: No interruption
SubnetId
-
The subnet identifier.
Required: No
Type: String
Maximum:
2147483647
Update requires: No interruption