GetVpcPeeringConnectionResult class

Result data returned by getVpcPeeringConnection.

Constructors

GetVpcPeeringConnectionResult({Map<String, bool>? accepter, String? cidrBlock, List<GetVpcPeeringConnectionCidrBlockSet>? cidrBlockSets, List<GetVpcPeeringConnectionFilter>? filters, String? id, List<GetVpcPeeringConnectionIpv6CidrBlockSet>? ipv6CidrBlockSets, String? ownerId, String? peerCidrBlock, List<GetVpcPeeringConnectionPeerCidrBlockSet>? peerCidrBlockSets, List<GetVpcPeeringConnectionPeerIpv6CidrBlockSet>? peerIpv6CidrBlockSets, String? peerOwnerId, String? peerRegion, String? peerVpcId, String? region, Map<String, bool>? requester, String? requesterRegion, String? status, Map<String, String>? tags, String? vpcId})
Creates a new GetVpcPeeringConnectionResult. accepter Configuration block that describes VPC Peering Connection cidrBlock CIDR block associated to the VPC of the specific VPC Peering Connection. cidrBlockSets List of objects with IPv4 CIDR blocks of the requester VPC. filters Optional. id Optional. ipv6CidrBlockSets List of objects with IPv6 CIDR blocks of the requester VPC. ownerId Optional. peerCidrBlock Optional. peerCidrBlockSets List of objects with IPv4 CIDR blocks of the accepter VPC. peerIpv6CidrBlockSets List of objects with IPv6 CIDR blocks of the accepter VPC. peerOwnerId Optional. peerRegion Region of the accepter VPC. peerVpcId Optional. region (Deprecated) Region of the requester VPC. Use requesterRegion instead. requester Configuration block that describes VPC Peering Connection requesterRegion Region of the requester VPC. status Optional. tags Optional. vpcId Optional.
const
GetVpcPeeringConnectionResult.fromMap(Map<String, dynamic> map)
factory

Properties

accepter Map<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.
final
cidrBlock String?
CIDR block associated to the VPC of the specific VPC Peering Connection.
final
cidrBlockSets List<GetVpcPeeringConnectionCidrBlockSet>?
List of objects with IPv4 CIDR blocks of the requester VPC.
final
filters List<GetVpcPeeringConnectionFilter>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
ipv6CidrBlockSets List<GetVpcPeeringConnectionIpv6CidrBlockSet>?
List of objects with IPv6 CIDR blocks of the requester VPC.
final
ownerId String?
final
peerCidrBlock String?
final
peerCidrBlockSets List<GetVpcPeeringConnectionPeerCidrBlockSet>?
List of objects with IPv4 CIDR blocks of the accepter VPC.
final
peerIpv6CidrBlockSets List<GetVpcPeeringConnectionPeerIpv6CidrBlockSet>?
List of objects with IPv6 CIDR blocks of the accepter VPC.
final
peerOwnerId String?
final
peerRegion String?
Region of the accepter VPC.
final
peerVpcId String?
final
region String?
(Deprecated) Region of the requester VPC. Use requesterRegion instead.
final
requester Map<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.
final
requesterRegion String?
Region of the requester VPC.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
final
tags Map<String, String>?
final
vpcId String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited