We recommend new projects start with resources from the AWS provider.
aws-native.ec2.LocalGatewayRouteTable
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Resource Type definition for Local Gateway Route Table which describes a route table for a local gateway.
Create LocalGatewayRouteTable Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LocalGatewayRouteTable(name: string, args: LocalGatewayRouteTableArgs, opts?: CustomResourceOptions);@overload
def LocalGatewayRouteTable(resource_name: str,
                           args: LocalGatewayRouteTableArgs,
                           opts: Optional[ResourceOptions] = None)
@overload
def LocalGatewayRouteTable(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           local_gateway_id: Optional[str] = None,
                           mode: Optional[str] = None,
                           tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewLocalGatewayRouteTable(ctx *Context, name string, args LocalGatewayRouteTableArgs, opts ...ResourceOption) (*LocalGatewayRouteTable, error)public LocalGatewayRouteTable(string name, LocalGatewayRouteTableArgs args, CustomResourceOptions? opts = null)
public LocalGatewayRouteTable(String name, LocalGatewayRouteTableArgs args)
public LocalGatewayRouteTable(String name, LocalGatewayRouteTableArgs args, CustomResourceOptions options)
type: aws-native:ec2:LocalGatewayRouteTable
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LocalGatewayRouteTableArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LocalGatewayRouteTableArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LocalGatewayRouteTableArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LocalGatewayRouteTableArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LocalGatewayRouteTableArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LocalGatewayRouteTable Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The LocalGatewayRouteTable resource accepts the following input properties:
- LocalGateway stringId 
- The ID of the local gateway.
- Mode string
- The mode of the local gateway route table.
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- The tags for the local gateway route table.
- LocalGateway stringId 
- The ID of the local gateway.
- Mode string
- The mode of the local gateway route table.
- 
TagArgs 
- The tags for the local gateway route table.
- localGateway StringId 
- The ID of the local gateway.
- mode String
- The mode of the local gateway route table.
- List<Tag>
- The tags for the local gateway route table.
- localGateway stringId 
- The ID of the local gateway.
- mode string
- The mode of the local gateway route table.
- Tag[]
- The tags for the local gateway route table.
- local_gateway_ strid 
- The ID of the local gateway.
- mode str
- The mode of the local gateway route table.
- 
Sequence[TagArgs] 
- The tags for the local gateway route table.
- localGateway StringId 
- The ID of the local gateway.
- mode String
- The mode of the local gateway route table.
- List<Property Map>
- The tags for the local gateway route table.
Outputs
All input properties are implicitly available as output properties. Additionally, the LocalGatewayRouteTable resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- LocalGateway stringRoute Table Arn 
- The ARN of the local gateway route table.
- LocalGateway stringRoute Table Id 
- The ID of the local gateway route table.
- OutpostArn string
- The ARN of the outpost.
- OwnerId string
- The owner of the local gateway route table.
- State string
- The state of the local gateway route table.
- Id string
- The provider-assigned unique ID for this managed resource.
- LocalGateway stringRoute Table Arn 
- The ARN of the local gateway route table.
- LocalGateway stringRoute Table Id 
- The ID of the local gateway route table.
- OutpostArn string
- The ARN of the outpost.
- OwnerId string
- The owner of the local gateway route table.
- State string
- The state of the local gateway route table.
- id String
- The provider-assigned unique ID for this managed resource.
- localGateway StringRoute Table Arn 
- The ARN of the local gateway route table.
- localGateway StringRoute Table Id 
- The ID of the local gateway route table.
- outpostArn String
- The ARN of the outpost.
- ownerId String
- The owner of the local gateway route table.
- state String
- The state of the local gateway route table.
- id string
- The provider-assigned unique ID for this managed resource.
- localGateway stringRoute Table Arn 
- The ARN of the local gateway route table.
- localGateway stringRoute Table Id 
- The ID of the local gateway route table.
- outpostArn string
- The ARN of the outpost.
- ownerId string
- The owner of the local gateway route table.
- state string
- The state of the local gateway route table.
- id str
- The provider-assigned unique ID for this managed resource.
- local_gateway_ strroute_ table_ arn 
- The ARN of the local gateway route table.
- local_gateway_ strroute_ table_ id 
- The ID of the local gateway route table.
- outpost_arn str
- The ARN of the outpost.
- owner_id str
- The owner of the local gateway route table.
- state str
- The state of the local gateway route table.
- id String
- The provider-assigned unique ID for this managed resource.
- localGateway StringRoute Table Arn 
- The ARN of the local gateway route table.
- localGateway StringRoute Table Id 
- The ID of the local gateway route table.
- outpostArn String
- The ARN of the outpost.
- ownerId String
- The owner of the local gateway route table.
- state String
- The state of the local gateway route table.
Supporting Types
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.