メインコンテンツまでスキップ

AWSVPC

No description

type AWSVPC {
metadata: ResourceMetadata!
region: AWSRegion!
cidrBlock: String!
cidrBlockAssociationSet: [AWSVPCCIDRBlockAssociation!]!
dhcpOptionsId: String!
instanceTenancy: AWSVPCTenancyType!
ipv6CidrBlockAssociationSet: [AWSVPCIPv6CIDRBlockAssociation!]!
isDefault: Boolean!
ownerId: String!
state: AWSVPCStateType!
tags: [AWSTag!]!
id: String!
routeTables: [AWSVPCRouteTable!]!
flowLogs: [AWSVPCFlowLog!]!
securityGroups: [AWSVPCSecurityGroup!]!
acls: [AWSVPCNetworkACL!]!
subnets: [AWSVPCSubnet!]!
endpoints: [AWSVPCEndpoint!]!
firewalls: [AWSVPCFirewall!]!
}

Fields

AWSVPC.metadata ● ResourceMetadata! non-null object

The metadata to identify this resource in Shisho Cloud

AWSVPC.region ● AWSRegion! non-null scalar

The region the vpc is in

AWSVPC.cidrBlock ● String! non-null scalar

The IPv4 CIDR block for the VPC

AWSVPC.cidrBlockAssociationSet ● [AWSVPCCIDRBlockAssociation!]! non-null object

Information about the IPv4 CIDR blocks associated with the VPC

AWSVPC.dhcpOptionsId ● String! non-null scalar

The ID of the set of DHCP options you've associated with the VPC

AWSVPC.instanceTenancy ● AWSVPCTenancyType! non-null enum

The allowed tenancy of instances launched into the VPC

AWSVPC.ipv6CidrBlockAssociationSet ● [AWSVPCIPv6CIDRBlockAssociation!]! non-null object

Information about the IPv6 CIDR blocks associated with the VPC

AWSVPC.isDefault ● Boolean! non-null scalar

Indicates whether the VPC is the default VPC

AWSVPC.ownerId ● String! non-null scalar

The ID of the Amazon Web Services account that owns the VPC

AWSVPC.state ● AWSVPCStateType! non-null enum

The current state of the VPC

AWSVPC.tags ● [AWSTag!]! non-null object

Any tags assigned to the VPC

AWSVPC.id ● String! non-null scalar

The ID of the VPC

AWSVPC.routeTables ● [AWSVPCRouteTable!]! non-null object

The route tables

AWSVPC.flowLogs ● [AWSVPCFlowLog!]! non-null object

The flow logs

AWSVPC.securityGroups ● [AWSVPCSecurityGroup!]! non-null object

The security groups

AWSVPC.acls ● [AWSVPCNetworkACL!]! non-null object

The ACLs

AWSVPC.subnets ● [AWSVPCSubnet!]! non-null object

The subnets associated with the task or service

AWSVPC.endpoints ● [AWSVPCEndpoint!]! non-null object

The endpints

AWSVPC.firewalls ● [AWSVPCFirewall!]! non-null object

The network firewalls

Member of

AWSDMSReplicationSubnetGroup object ● AWSDynamoDBSubnetGroup object ● AWSEC2Instance object ● AWSEC2InstanceNetworkInterface object ● AWSEKSClusterResourcesVPCConfiguration object ● AWSElastiCacheSubnetGroup object ● AWSElasticsearchDomainVPCOptions object ● AWSELBApplicationLoadBalancer object ● AWSELBClassicLoadBalancer object ● AWSELBGatewayLoadBalancer object ● AWSELBNetworkLoadBalancer object ● AWSELBTargetGroup object ● AWSLambdaFunctionVPCConfiguration object ● AWSNetwork object ● AWSNetworkInterface object ● AWSOpenSearchDomainVPCOptions object ● AWSRDSDatabaseClusterSnapshot object ● AWSRDSDatabaseInstanceSnapshot object ● AWSRDSDatabaseSubnetGroup object ● AWSRedshiftCluster object ● AWSRedshiftClusterSubnetGroup object ● AWSRedshiftClusterVPCEndpoint object