DefaultRouteTableState constructor

const DefaultRouteTableState({
  1. Input<String?>? arn,
  2. Input<String?>? defaultRouteTableId,
  3. Input<String?>? ownerId,
  4. Input<List<String>?>? propagatingVgws,
  5. Input<String?>? region,
  6. Input<List<DefaultRouteTableRoute>?>? routes,
  7. Input<Map<String, String>?>? tags,
  8. Input<Map<String, String>?>? tagsAll,
  9. Input<String?>? vpcId,
})

Creates a new DefaultRouteTableState. arn The ARN of the route table. defaultRouteTableId ID of the default route table. ownerId ID of the AWS account that owns the route table. propagatingVgws List of virtual gateways for propagation. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. routes Set of objects. Detailed below tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. vpcId ID of the VPC.

Implementation

const DefaultRouteTableState({
  this.arn,
  this.defaultRouteTableId,
  this.ownerId,
  this.propagatingVgws,
  this.region,
  this.routes,
  this.tags,
  this.tagsAll,
  this.vpcId,
});