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

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.ec2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    Describes a local gateway route table virtual interface group association for a local gateway.

    Create LocalGatewayRouteTableVirtualInterfaceGroupAssociation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LocalGatewayRouteTableVirtualInterfaceGroupAssociation(name: string, args: LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def LocalGatewayRouteTableVirtualInterfaceGroupAssociation(resource_name: str,
                                                               args: LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs,
                                                               opts: Optional[ResourceOptions] = None)
    
    @overload
    def LocalGatewayRouteTableVirtualInterfaceGroupAssociation(resource_name: str,
                                                               opts: Optional[ResourceOptions] = None,
                                                               local_gateway_route_table_id: Optional[str] = None,
                                                               local_gateway_virtual_interface_group_id: Optional[str] = None,
                                                               tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewLocalGatewayRouteTableVirtualInterfaceGroupAssociation(ctx *Context, name string, args LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs, opts ...ResourceOption) (*LocalGatewayRouteTableVirtualInterfaceGroupAssociation, error)
    public LocalGatewayRouteTableVirtualInterfaceGroupAssociation(string name, LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs args, CustomResourceOptions? opts = null)
    public LocalGatewayRouteTableVirtualInterfaceGroupAssociation(String name, LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs args)
    public LocalGatewayRouteTableVirtualInterfaceGroupAssociation(String name, LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:LocalGatewayRouteTableVirtualInterfaceGroupAssociation
    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 LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs
    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 LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs
    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 LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LocalGatewayRouteTableVirtualInterfaceGroupAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const localGatewayRouteTableVirtualInterfaceGroupAssociationResource = new aws_native.ec2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation("localGatewayRouteTableVirtualInterfaceGroupAssociationResource", {
        localGatewayRouteTableId: "string",
        localGatewayVirtualInterfaceGroupId: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    LocalGatewayRouteTableVirtualInterfaceGroupAssociation 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 LocalGatewayRouteTableVirtualInterfaceGroupAssociation resource accepts the following input properties:

    LocalGatewayRouteTableId string
    The ID of the local gateway route table.
    LocalGatewayVirtualInterfaceGroupId string
    The ID of the local gateway route table virtual interface group.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the local gateway route table virtual interface group association.
    LocalGatewayRouteTableId string
    The ID of the local gateway route table.
    LocalGatewayVirtualInterfaceGroupId string
    The ID of the local gateway route table virtual interface group.
    Tags TagArgs
    The tags for the local gateway route table virtual interface group association.
    localGatewayRouteTableId String
    The ID of the local gateway route table.
    localGatewayVirtualInterfaceGroupId String
    The ID of the local gateway route table virtual interface group.
    tags List<Tag>
    The tags for the local gateway route table virtual interface group association.
    localGatewayRouteTableId string
    The ID of the local gateway route table.
    localGatewayVirtualInterfaceGroupId string
    The ID of the local gateway route table virtual interface group.
    tags Tag[]
    The tags for the local gateway route table virtual interface group association.
    local_gateway_route_table_id str
    The ID of the local gateway route table.
    local_gateway_virtual_interface_group_id str
    The ID of the local gateway route table virtual interface group.
    tags Sequence[TagArgs]
    The tags for the local gateway route table virtual interface group association.
    localGatewayRouteTableId String
    The ID of the local gateway route table.
    localGatewayVirtualInterfaceGroupId String
    The ID of the local gateway route table virtual interface group.
    tags List<Property Map>
    The tags for the local gateway route table virtual interface group association.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the LocalGatewayRouteTableVirtualInterfaceGroupAssociation resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    LocalGatewayId string
    The ID of the local gateway.
    LocalGatewayRouteTableArn string
    The ARN of the local gateway route table.
    LocalGatewayRouteTableVirtualInterfaceGroupAssociationId string
    The ID of the local gateway route table virtual interface group association.
    OwnerId string
    The owner of the local gateway route table virtual interface group association.
    State string
    The state of the local gateway route table virtual interface group association.
    Id string
    The provider-assigned unique ID for this managed resource.
    LocalGatewayId string
    The ID of the local gateway.
    LocalGatewayRouteTableArn string
    The ARN of the local gateway route table.
    LocalGatewayRouteTableVirtualInterfaceGroupAssociationId string
    The ID of the local gateway route table virtual interface group association.
    OwnerId string
    The owner of the local gateway route table virtual interface group association.
    State string
    The state of the local gateway route table virtual interface group association.
    id String
    The provider-assigned unique ID for this managed resource.
    localGatewayId String
    The ID of the local gateway.
    localGatewayRouteTableArn String
    The ARN of the local gateway route table.
    localGatewayRouteTableVirtualInterfaceGroupAssociationId String
    The ID of the local gateway route table virtual interface group association.
    ownerId String
    The owner of the local gateway route table virtual interface group association.
    state String
    The state of the local gateway route table virtual interface group association.
    id string
    The provider-assigned unique ID for this managed resource.
    localGatewayId string
    The ID of the local gateway.
    localGatewayRouteTableArn string
    The ARN of the local gateway route table.
    localGatewayRouteTableVirtualInterfaceGroupAssociationId string
    The ID of the local gateway route table virtual interface group association.
    ownerId string
    The owner of the local gateway route table virtual interface group association.
    state string
    The state of the local gateway route table virtual interface group association.
    id str
    The provider-assigned unique ID for this managed resource.
    local_gateway_id str
    The ID of the local gateway.
    local_gateway_route_table_arn str
    The ARN of the local gateway route table.
    local_gateway_route_table_virtual_interface_group_association_id str
    The ID of the local gateway route table virtual interface group association.
    owner_id str
    The owner of the local gateway route table virtual interface group association.
    state str
    The state of the local gateway route table virtual interface group association.
    id String
    The provider-assigned unique ID for this managed resource.
    localGatewayId String
    The ID of the local gateway.
    localGatewayRouteTableArn String
    The ARN of the local gateway route table.
    localGatewayRouteTableVirtualInterfaceGroupAssociationId String
    The ID of the local gateway route table virtual interface group association.
    ownerId String
    The owner of the local gateway route table virtual interface group association.
    state String
    The state of the local gateway route table virtual interface group association.

    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.103.0 published on Monday, Apr 22, 2024 by Pulumi