AWSECSContainerNetworkInterface
No description
type AWSECSContainerNetworkInterface {
attachmentId: String!
ipv6Addres: String!
privateIpv4Address: String!
}
Fields
AWSECSContainerNetworkInterface.attachmentId
● String!
non-null scalar
The attachment ID for the network interface
AWSECSContainerNetworkInterface.ipv6Addres
● String!
non-null scalar
The private IPv6 address for the network interface
AWSECSContainerNetworkInterface.privateIpv4Address
● String!
non-null scalar
The private IPv4 address for the network interface
Member of
AWSECSContainer
object