1. Packages
  2. AWS Native
  3. API Docs
  4. ec2
  5. LocalGatewayRouteTable

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.ec2.LocalGatewayRouteTable

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    Describes a route table for a local gateway.

    Create LocalGatewayRouteTable Resource

    new LocalGatewayRouteTable(name: string, args: LocalGatewayRouteTableArgs, opts?: CustomResourceOptions);
    @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)
    @overload
    def LocalGatewayRouteTable(resource_name: str,
                               args: LocalGatewayRouteTableArgs,
                               opts: Optional[ResourceOptions] = 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.
    
    
    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:

    LocalGatewayId string
    The ID of the local gateway.
    Mode string
    The mode of the local gateway route table.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the local gateway route table.
    LocalGatewayId string
    The ID of the local gateway.
    Mode string
    The mode of the local gateway route table.
    Tags TagArgs
    The tags for the local gateway route table.
    localGatewayId String
    The ID of the local gateway.
    mode String
    The mode of the local gateway route table.
    tags List<Tag>
    The tags for the local gateway route table.
    localGatewayId string
    The ID of the local gateway.
    mode string
    The mode of the local gateway route table.
    tags Tag[]
    The tags for the local gateway route table.
    local_gateway_id str
    The ID of the local gateway.
    mode str
    The mode of the local gateway route table.
    tags TagArgs]
    The tags for the local gateway route table.
    localGatewayId String
    The ID of the local gateway.
    mode String
    The mode of the local gateway route table.
    tags 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.
    LocalGatewayRouteTableArn string
    The ARN of the local gateway route table.
    LocalGatewayRouteTableId string
    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.
    LocalGatewayRouteTableArn string
    The ARN of the local gateway route table.
    LocalGatewayRouteTableId string
    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.
    localGatewayRouteTableArn String
    The ARN of the local gateway route table.
    localGatewayRouteTableId String
    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.
    localGatewayRouteTableArn string
    The ARN of the local gateway route table.
    localGatewayRouteTableId string
    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_route_table_arn str
    The ARN of the local gateway route table.
    local_gateway_route_table_id str
    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.
    localGatewayRouteTableArn String
    The ARN of the local gateway route table.
    localGatewayRouteTableId String
    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

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi