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.
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
The LocalGatewayRouteTable resource accepts the following input properties:
- Local
Gateway 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.
- Local
Gateway stringId - The ID of the local gateway.
- Mode string
- The mode of the local gateway route table.
- Tag
Args - The tags for the local gateway route table.
- local
Gateway 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.
- local
Gateway 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[Tag
Args] - The tags for the local gateway route table.
- local
Gateway 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.
- Local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- Local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- Outpost
Arn string - The ARN of the outpost.
- Owner
Id 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.
- Local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- Local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- Outpost
Arn string - The ARN of the outpost.
- Owner
Id 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.
- local
Gateway StringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway StringRoute Table Id - The ID of the local gateway route table.
- outpost
Arn String - The ARN of the outpost.
- owner
Id 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.
- local
Gateway stringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway stringRoute Table Id - The ID of the local gateway route table.
- outpost
Arn string - The ARN of the outpost.
- owner
Id 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.
- local
Gateway StringRoute Table Arn - The ARN of the local gateway route table.
- local
Gateway StringRoute Table Id - The ID of the local gateway route table.
- outpost
Arn String - The ARN of the outpost.
- owner
Id 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.