VPCPeeringConnection
ec2.services.k8s.aws/v1alpha1
Type | Link |
---|---|
GoDoc | ec2-controller/apis/v1alpha1#VPCPeeringConnection |
Metadata
Property | Value |
---|---|
Scope | Namespaced |
Kind | VPCPeeringConnection |
ListKind | VPCPeeringConnectionList |
Plural | vpcpeeringconnections |
Singular | vpcpeeringconnection |
Describes a VPC peering connection.
Spec
acceptRequest: boolean
accepterPeeringConnectionOptions:
allowDNSResolutionFromRemoteVPC: boolean
allowEgressFromLocalClassicLinkToRemoteVPC: boolean
allowEgressFromLocalVPCToRemoteClassicLink: boolean
peerOwnerID: string
peerRegion: string
peerVPCID: string
peerVPCRef:
from:
name: string
namespace: string
requesterPeeringConnectionOptions:
allowDNSResolutionFromRemoteVPC: boolean
allowEgressFromLocalClassicLinkToRemoteVPC: boolean
allowEgressFromLocalVPCToRemoteClassicLink: boolean
tags:
- key: string
value: string
vpcID: string
vpcRef:
from:
name: string
namespace: string
Field | Description |
---|---|
acceptRequest Optional | boolean |
accepterPeeringConnectionOptions Optional | object The VPC peering connection options for the accepter VPC. |
accepterPeeringConnectionOptions.allowDNSResolutionFromRemoteVPC Optional | boolean |
accepterPeeringConnectionOptions.allowEgressFromLocalClassicLinkToRemoteVPC Optional | boolean |
accepterPeeringConnectionOptions.allowEgressFromLocalVPCToRemoteClassicLink Optional | boolean |
peerOwnerID Optional | string The Amazon Web Services account ID of the owner of the accepter VPC. Default: Your Amazon Web Services account ID |
peerRegion Optional | string The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request. Default: The Region in which you make the request. |
peerVPCID Optional | string The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request. |
peerVPCRef Optional | object AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference type to provide more user friendly syntax for references using ‘from’ field Ex: APIIDRef: from: name: my-api |
peerVPCRef.from Optional | object AWSResourceReference provides all the values necessary to reference another k8s resource for finding the identifier(Id/ARN/Name) |
peerVPCRef.from.name Optional | string |
peerVPCRef.from.namespace Optional | string |
requesterPeeringConnectionOptions Optional | object The VPC peering connection options for the requester VPC. |
requesterPeeringConnectionOptions.allowDNSResolutionFromRemoteVPC Optional | boolean |
requesterPeeringConnectionOptions.allowEgressFromLocalClassicLinkToRemoteVPC Optional | boolean |
requesterPeeringConnectionOptions.allowEgressFromLocalVPCToRemoteClassicLink Optional | boolean |
tags Optional | array The tags. The value parameter is required, but if you don’t want the tag to have a value, specify the parameter with no value, and we set the value to an empty string. |
tags.[] Required | object Describes a tag. |
tags.[].value Optional | string |
vpcID Optional | string The ID of the requester VPC. You must specify this parameter in the request. |
vpcRef Optional | object AWSResourceReferenceWrapper provides a wrapper around *AWSResourceReference type to provide more user friendly syntax for references using ‘from’ field Ex: APIIDRef: from: name: my-api |
vpcRef.from Optional | object AWSResourceReference provides all the values necessary to reference another k8s resource for finding the identifier(Id/ARN/Name) |
vpcRef.from.name Optional | string |
vpcRef.from.namespace Optional | string |
Status
accepterVPCInfo:
cidrBlock: string
cidrBlockSet:
- cidrBlock: string
ipv6CIDRBlockSet:
- ipv6CIDRBlock: string
ownerID: string
peeringOptions:
allowDNSResolutionFromRemoteVPC: boolean
allowEgressFromLocalClassicLinkToRemoteVPC: boolean
allowEgressFromLocalVPCToRemoteClassicLink: boolean
region: string
vpcID: string
ackResourceMetadata:
arn: string
ownerAccountID: string
region: string
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
expirationTime: string
requesterVPCInfo:
cidrBlock: string
cidrBlockSet:
- cidrBlock: string
ipv6CIDRBlockSet:
- ipv6CIDRBlock: string
ownerID: string
peeringOptions:
allowDNSResolutionFromRemoteVPC: boolean
allowEgressFromLocalClassicLinkToRemoteVPC: boolean
allowEgressFromLocalVPCToRemoteClassicLink: boolean
region: string
vpcID: string
status:
code: string
message: string
vpcPeeringConnectionID: string
Field | Description |
---|---|
accepterVPCInfo Optional | object Information about the accepter VPC. CIDR block information is only returned when describing an active VPC peering connection. |
accepterVPCInfo.cidrBlock Optional | string |
accepterVPCInfo.cidrBlockSet Optional | array |
accepterVPCInfo.cidrBlockSet.[] Required | object Describes an IPv4 CIDR block. |
accepterVPCInfo.ipv6CIDRBlockSet Optional | array |
accepterVPCInfo.ipv6CIDRBlockSet.[] Required | object Describes an IPv6 CIDR block. |
accepterVPCInfo.ownerID Optional | string |
accepterVPCInfo.peeringOptions Optional | object We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) in the Amazon Elastic Compute Cloud User Guide. Describes the VPC peering connection options. |
accepterVPCInfo.peeringOptions.allowDNSResolutionFromRemoteVPC Optional | boolean |
accepterVPCInfo.peeringOptions.allowEgressFromLocalClassicLinkToRemoteVPC Optional | boolean |
accepterVPCInfo.peeringOptions.allowEgressFromLocalVPCToRemoteClassicLink Optional | boolean |
accepterVPCInfo.region Optional | string |
accepterVPCInfo.vpcID Optional | string |
ackResourceMetadata Optional | object All CRs managed by ACK have a common Status.ACKResourceMetadata memberthat is used to contain resource sync state, account ownership, constructed ARN for the resource |
ackResourceMetadata.arn Optional | string ARN is the Amazon Resource Name for the resource. This is a globally-unique identifier and is set only by the ACK service controller once the controller has orchestrated the creation of the resource OR when it has verified that an “adopted” resource (a resource where the ARN annotation was set by the Kubernetes user on the CR) exists and matches the supplied CR’s Spec field values. https://github.com/aws/aws-controllers-k8s/issues/270 |
ackResourceMetadata.ownerAccountID Required | string OwnerAccountID is the AWS Account ID of the account that owns the backend AWS service API resource. |
ackResourceMetadata.region Required | string Region is the AWS region in which the resource exists or will exist. |
conditions Optional | array All CRS managed by ACK have a common Status.Conditions member thatcontains a collection of ackv1alpha1.Condition objects that describethe various terminal states of the CR and its backend AWS service API resource |
conditions.[] Required | object Condition is the common struct used by all CRDs managed by ACK service |
controllers to indicate terminal states of the CR and its backend AWS | |
service API resource | |
conditions.[].message Optional | string A human readable message indicating details about the transition. |
conditions.[].reason Optional | string The reason for the condition’s last transition. |
conditions.[].status Optional | string Status of the condition, one of True, False, Unknown. |
conditions.[].type Optional | string Type is the type of the Condition |
expirationTime Optional | string The time that an unaccepted VPC peering connection will expire. |
requesterVPCInfo Optional | object Information about the requester VPC. CIDR block information is only returned when describing an active VPC peering connection. |
requesterVPCInfo.cidrBlock Optional | string |
requesterVPCInfo.cidrBlockSet Optional | array |
requesterVPCInfo.cidrBlockSet.[] Required | object Describes an IPv4 CIDR block. |
requesterVPCInfo.ipv6CIDRBlockSet Optional | array |
requesterVPCInfo.ipv6CIDRBlockSet.[] Required | object Describes an IPv6 CIDR block. |
requesterVPCInfo.ownerID Optional | string |
requesterVPCInfo.peeringOptions Optional | object We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/vpc-migrate.html) in the Amazon Elastic Compute Cloud User Guide. Describes the VPC peering connection options. |
requesterVPCInfo.peeringOptions.allowDNSResolutionFromRemoteVPC Optional | boolean |
requesterVPCInfo.peeringOptions.allowEgressFromLocalClassicLinkToRemoteVPC Optional | boolean |
requesterVPCInfo.peeringOptions.allowEgressFromLocalVPCToRemoteClassicLink Optional | boolean |
requesterVPCInfo.region Optional | string |
requesterVPCInfo.vpcID Optional | string |
status Optional | object The status of the VPC peering connection. |
status.code Optional | string |
status.message Optional | string |
vpcPeeringConnectionID Optional | string The ID of the VPC peering connection. |