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<String, String>?>? tags, required Input<String> vpcPeeringConnectionId})
Creates a new VpcPeeringConnectionAccepterArgs. accepter A configuration block that describes VPC Peering Connection autoAccept Whether or not to accept the peering request. Defaults to false. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. requester A configuration block that describes VPC Peering Connection tags A map of tags to assign to the resource. .If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. vpcPeeringConnectionId The 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
tags → Input<Map<String, String>?>?
A map of tags to assign to the resource. .If configured with a provider defaultTags configuration 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