pub struct GetVpcPeeringConnectionResult {Show 18 fields
pub accepter: Output<HashMap<String, bool>>,
pub cidr_block: Output<String>,
pub cidr_block_sets: Output<Vec<GetVpcPeeringConnectionCidrBlockSet>>,
pub filters: Output<Option<Vec<GetVpcPeeringConnectionFilter>>>,
pub id: Output<String>,
pub ipv6_cidr_block_sets: Output<Vec<GetVpcPeeringConnectionIpv6CidrBlockSet>>,
pub owner_id: Output<String>,
pub peer_cidr_block: Output<String>,
pub peer_cidr_block_sets: Output<Vec<GetVpcPeeringConnectionPeerCidrBlockSet>>,
pub peer_ipv6_cidr_block_sets: Output<Vec<GetVpcPeeringConnectionPeerIpv6CidrBlockSet>>,
pub peer_owner_id: Output<String>,
pub peer_region: Output<String>,
pub peer_vpc_id: Output<String>,
pub region: Output<String>,
pub requester: Output<HashMap<String, bool>>,
pub status: Output<String>,
pub tags: Output<HashMap<String, String>>,
pub vpc_id: Output<String>,
}
Fields§
§accepter: Output<HashMap<String, bool>>
Configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.
cidr_block: Output<String>
CIDR block associated to the VPC of the specific VPC Peering Connection.
cidr_block_sets: Output<Vec<GetVpcPeeringConnectionCidrBlockSet>>
List of objects with IPv4 CIDR blocks of the requester VPC.
filters: Output<Option<Vec<GetVpcPeeringConnectionFilter>>>
§id: Output<String>
§ipv6_cidr_block_sets: Output<Vec<GetVpcPeeringConnectionIpv6CidrBlockSet>>
List of objects with IPv6 CIDR blocks of the requester VPC.
owner_id: Output<String>
§peer_cidr_block: Output<String>
§peer_cidr_block_sets: Output<Vec<GetVpcPeeringConnectionPeerCidrBlockSet>>
List of objects with IPv4 CIDR blocks of the accepter VPC.
peer_ipv6_cidr_block_sets: Output<Vec<GetVpcPeeringConnectionPeerIpv6CidrBlockSet>>
List of objects with IPv6 CIDR blocks of the accepter VPC.
peer_owner_id: Output<String>
§peer_region: Output<String>
§peer_vpc_id: Output<String>
§region: Output<String>
§requester: Output<HashMap<String, bool>>
Configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.
status: Output<String>
§vpc_id: Output<String>
Auto Trait Implementations§
impl Freeze for GetVpcPeeringConnectionResult
impl RefUnwindSafe for GetVpcPeeringConnectionResult
impl Send for GetVpcPeeringConnectionResult
impl Sync for GetVpcPeeringConnectionResult
impl Unpin for GetVpcPeeringConnectionResult
impl UnwindSafe for GetVpcPeeringConnectionResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more