pub struct PeeringConnectionOptionsArgs {
pub accepter: Output<Option<PeeringConnectionOptionsAccepter>>,
pub requester: Output<Option<PeeringConnectionOptionsRequester>>,
pub vpc_peering_connection_id: Output<String>,
}
Fields§
§accepter: Output<Option<PeeringConnectionOptionsAccepter>>
An optional configuration block that allows for VPC Peering Connection options to be set for the VPC that acceptsthe peering connection (a maximum of one).
requester: Output<Option<PeeringConnectionOptionsRequester>>
A optional configuration block that allows for VPC Peering Connection options to be set for the VPC that requeststhe peering connection (a maximum of one).
vpc_peering_connection_id: Output<String>
The ID of the requester VPC peering connection.
Implementations§
source§impl PeeringConnectionOptionsArgs
impl PeeringConnectionOptionsArgs
sourcepub fn builder() -> PeeringConnectionOptionsArgsBuilder
pub fn builder() -> PeeringConnectionOptionsArgsBuilder
Create an instance of PeeringConnectionOptionsArgs
using the builder syntax
Trait Implementations§
source§impl Clone for PeeringConnectionOptionsArgs
impl Clone for PeeringConnectionOptionsArgs
source§fn clone(&self) -> PeeringConnectionOptionsArgs
fn clone(&self) -> PeeringConnectionOptionsArgs
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 PeeringConnectionOptionsArgs
impl RefUnwindSafe for PeeringConnectionOptionsArgs
impl Send for PeeringConnectionOptionsArgs
impl Sync for PeeringConnectionOptionsArgs
impl Unpin for PeeringConnectionOptionsArgs
impl UnwindSafe for PeeringConnectionOptionsArgs
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
)