pub struct PeeringConnectionOptionsResult {
pub accepter: Output<PeeringConnectionOptionsAccepter>,
pub requester: Output<PeeringConnectionOptionsRequester>,
pub vpc_peering_connection_id: Output<String>,
}
Fields§
§accepter: Output<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<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.
Auto Trait Implementations§
impl Freeze for PeeringConnectionOptionsResult
impl RefUnwindSafe for PeeringConnectionOptionsResult
impl Send for PeeringConnectionOptionsResult
impl Sync for PeeringConnectionOptionsResult
impl Unpin for PeeringConnectionOptionsResult
impl UnwindSafe for PeeringConnectionOptionsResult
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