AWSNetworkAddress
No description
type AWSNetworkAddress {
metadata: ResourceMetadata!
allocationId: String!
associationId: String!
carrierIp: String!
customerOwnedIp: String!
customerOwnedIpv4Pool: String!
domain: AWSNetworkAddressDomainType!
instance: AWSEC2Instance
networkBorderGroup: String!
networkInterface: AWSNetworkInterface
networkInterfaceOwnerId: String!
privateIpAddress: String!
publicIp: String!
publicIpv4Pool: String!
tags: [AWSTag!]!
}
Fields
AWSNetworkAddress.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSNetworkAddress.allocationId ● String! non-null scalar
The ID representing the allocation of the address
AWSNetworkAddress.associationId ● String! non-null scalar
The ID representing the association of the address with an instance
AWSNetworkAddress.carrierIp ● String! non-null scalar
The carrier IP address associated
AWSNetworkAddress.customerOwnedIp ● String! non-null scalar
The customer-owned IP address
AWSNetworkAddress.customerOwnedIpv4Pool ● String! non-null scalar
The ID of the customer-owned address pool
AWSNetworkAddress.domain ● AWSNetworkAddressDomainType! non-null enum
The network
AWSNetworkAddress.instance ● AWSEC2Instance object
The ID of the instance that the address is associated with (if any)
AWSNetworkAddress.networkBorderGroup ● String! non-null scalar
The name of the unique set of Availability Zones, Local Zones, or Wavelength Zones from which Amazon Web Services advertises IP addresses
AWSNetworkAddress.networkInterface ● AWSNetworkInterface object
The ID of the network interface
AWSNetworkAddress.networkInterfaceOwnerId ● String! non-null scalar
The ID of the Amazon Web Services account that owns the network interface
AWSNetworkAddress.privateIpAddress ● String! non-null scalar
The private IP address associated with the Elastic IP address
AWSNetworkAddress.publicIp ● String! non-null scalar
The Elastic IP address
AWSNetworkAddress.publicIpv4Pool ● String! non-null scalar
The ID of an address pool
AWSNetworkAddress.tags ● [AWSTag!]! non-null object
Any tags assigned to the Elastic IP address
Member of
AWSNetwork object