AWSEC2LaunchTemplateInstancePrivateIPAddress
No description
type AWSEC2LaunchTemplateInstancePrivateIPAddress {
primary: Boolean!
privateIpAddress: String!
}
Fields
AWSEC2LaunchTemplateInstancePrivateIPAddress.primary
● Boolean!
non-null scalar
Indicates whether the private IPv4 address is the primary private IPv4 address
AWSEC2LaunchTemplateInstancePrivateIPAddress.privateIpAddress
● String!
non-null scalar
The private IPv4 address
Member of
AWSEC2LaunchTemplateInstanceNetworkInterfaceSpecification
object