VpcPeeringConnectionAccepterArgs class
The set of arguments for VpcPeeringConnectionAccepter. The set of arguments for VpcPeeringConnectionAccepter.
Constructors
-
VpcPeeringConnectionAccepterArgs({Input<
VpcPeeringConnectionAccepterAccepter?> ? accepter, Input<bool?> ? autoAccept, Input<String?> ? region, Input<VpcPeeringConnectionAccepterRequester?> ? requester, Input<Map< ? tags, required Input<String, String> ?>String> vpcPeeringConnectionId}) -
Creates a new VpcPeeringConnectionAccepterArgs.
accepterA configuration block that describesVPC Peering ConnectionautoAcceptWhether or not to accept the peering request. Defaults tofalse.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.requesterA configuration block that describesVPC Peering ConnectiontagsA map of tags to assign to the resource. .If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.vpcPeeringConnectionIdThe VPC Peering Connection ID to manage.const -
VpcPeeringConnectionAccepterArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accepter
→ Input<
VpcPeeringConnectionAccepterAccepter?> ? -
A 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 -
autoAccept
→ Input<
bool?> ? -
Whether or not to accept the peering request. Defaults to
false.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
-
requester
→ Input<
VpcPeeringConnectionAccepterRequester?> ? -
A 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 - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A map of tags to assign to the resource. .If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
vpcPeeringConnectionId
→ Input<
String> -
The VPC Peering Connection ID to manage.
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