pub struct VpcBlockPublicAccessOptionsResult {
pub aws_account_id: Output<String>,
pub aws_region: Output<String>,
pub internet_gateway_block_mode: Output<String>,
pub timeouts: Output<Option<VpcBlockPublicAccessOptionsTimeouts>>,
}
Fields§
§aws_account_id: Output<String>
The AWS account id to which these options apply.
aws_region: Output<String>
The AWS region to which these options apply.
internet_gateway_block_mode: Output<String>
Block mode. Needs to be one of block-bidirectional
, block-ingress
, off
. If this resource is deleted, then this value will be set to off
in the AWS account and region.
timeouts: Output<Option<VpcBlockPublicAccessOptionsTimeouts>>
Auto Trait Implementations§
impl Freeze for VpcBlockPublicAccessOptionsResult
impl RefUnwindSafe for VpcBlockPublicAccessOptionsResult
impl Send for VpcBlockPublicAccessOptionsResult
impl Sync for VpcBlockPublicAccessOptionsResult
impl Unpin for VpcBlockPublicAccessOptionsResult
impl UnwindSafe for VpcBlockPublicAccessOptionsResult
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