pub struct VpcPeeringConnectionAccepterArgs {
pub accepter: Output<Option<VpcPeeringConnectionAccepterAccepter>>,
pub auto_accept: Output<Option<bool>>,
pub requester: Output<Option<VpcPeeringConnectionAccepterRequester>>,
pub tags: Output<Option<HashMap<String, String>>>,
pub vpc_peering_connection_id: Output<String>,
}
Fields§
§accepter: Output<Option<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.
auto_accept: Output<Option<bool>>
Whether or not to accept the peering request. Defaults to false
.
requester: Output<Option<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.
A map of tags to assign to the resource. .If configured with a provider default_tags
configuration block present, tags with matching keys will overwrite those defined at the provider-level.
vpc_peering_connection_id: Output<String>
The VPC Peering Connection ID to manage.
Implementations§
source§impl VpcPeeringConnectionAccepterArgs
impl VpcPeeringConnectionAccepterArgs
sourcepub fn builder() -> VpcPeeringConnectionAccepterArgsBuilder
pub fn builder() -> VpcPeeringConnectionAccepterArgsBuilder
Create an instance of VpcPeeringConnectionAccepterArgs
using the builder syntax
Trait Implementations§
source§impl Clone for VpcPeeringConnectionAccepterArgs
impl Clone for VpcPeeringConnectionAccepterArgs
source§fn clone(&self) -> VpcPeeringConnectionAccepterArgs
fn clone(&self) -> VpcPeeringConnectionAccepterArgs
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for VpcPeeringConnectionAccepterArgs
impl RefUnwindSafe for VpcPeeringConnectionAccepterArgs
impl Send for VpcPeeringConnectionAccepterArgs
impl Sync for VpcPeeringConnectionAccepterArgs
impl Unpin for VpcPeeringConnectionAccepterArgs
impl UnwindSafe for VpcPeeringConnectionAccepterArgs
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)