VpcBlockPublicAccessOptionsState constructor

const VpcBlockPublicAccessOptionsState({
  1. Input<String?>? awsAccountId,
  2. Input<String?>? awsRegion,
  3. Input<String?>? internetGatewayBlockMode,
  4. Input<String?>? region,
  5. Input<VpcBlockPublicAccessOptionsTimeouts?>? timeouts,
})

Creates a new VpcBlockPublicAccessOptionsState. awsAccountId The AWS account id to which these options apply. awsRegion The AWS region to which these options apply. internetGatewayBlockMode 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. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. timeouts Optional.

Implementation

const VpcBlockPublicAccessOptionsState({
  this.awsAccountId,
  this.awsRegion,
  this.internetGatewayBlockMode,
  this.region,
  this.timeouts,
});