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

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.TransitGatewayMulticastDomainAssociation

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

    The AWS::EC2::TransitGatewayMulticastDomainAssociation type

    Create TransitGatewayMulticastDomainAssociation Resource

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

    Constructor syntax

    new TransitGatewayMulticastDomainAssociation(name: string, args: TransitGatewayMulticastDomainAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def TransitGatewayMulticastDomainAssociation(resource_name: str,
                                                 args: TransitGatewayMulticastDomainAssociationArgs,
                                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def TransitGatewayMulticastDomainAssociation(resource_name: str,
                                                 opts: Optional[ResourceOptions] = None,
                                                 subnet_id: Optional[str] = None,
                                                 transit_gateway_attachment_id: Optional[str] = None,
                                                 transit_gateway_multicast_domain_id: Optional[str] = None)
    func NewTransitGatewayMulticastDomainAssociation(ctx *Context, name string, args TransitGatewayMulticastDomainAssociationArgs, opts ...ResourceOption) (*TransitGatewayMulticastDomainAssociation, error)
    public TransitGatewayMulticastDomainAssociation(string name, TransitGatewayMulticastDomainAssociationArgs args, CustomResourceOptions? opts = null)
    public TransitGatewayMulticastDomainAssociation(String name, TransitGatewayMulticastDomainAssociationArgs args)
    public TransitGatewayMulticastDomainAssociation(String name, TransitGatewayMulticastDomainAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:TransitGatewayMulticastDomainAssociation
    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 TransitGatewayMulticastDomainAssociationArgs
    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 TransitGatewayMulticastDomainAssociationArgs
    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 TransitGatewayMulticastDomainAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TransitGatewayMulticastDomainAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TransitGatewayMulticastDomainAssociationArgs
    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 transitGatewayMulticastDomainAssociationResource = new aws_native.ec2.TransitGatewayMulticastDomainAssociation("transitGatewayMulticastDomainAssociationResource", {
        subnetId: "string",
        transitGatewayAttachmentId: "string",
        transitGatewayMulticastDomainId: "string",
    });
    
    Coming soon!
    

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

    SubnetId string
    The IDs of the subnets to associate with the transit gateway multicast domain.
    TransitGatewayAttachmentId string
    The ID of the transit gateway attachment.
    TransitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    SubnetId string
    The IDs of the subnets to associate with the transit gateway multicast domain.
    TransitGatewayAttachmentId string
    The ID of the transit gateway attachment.
    TransitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    subnetId String
    The IDs of the subnets to associate with the transit gateway multicast domain.
    transitGatewayAttachmentId String
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId String
    The ID of the transit gateway multicast domain.
    subnetId string
    The IDs of the subnets to associate with the transit gateway multicast domain.
    transitGatewayAttachmentId string
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    subnet_id str
    The IDs of the subnets to associate with the transit gateway multicast domain.
    transit_gateway_attachment_id str
    The ID of the transit gateway attachment.
    transit_gateway_multicast_domain_id str
    The ID of the transit gateway multicast domain.
    subnetId String
    The IDs of the subnets to associate with the transit gateway multicast domain.
    transitGatewayAttachmentId String
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId String
    The ID of the transit gateway multicast domain.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceId string
    The ID of the resource.
    ResourceType string
    The type of resource, for example a VPC attachment.
    State string
    The state of the subnet association.
    Id string
    The provider-assigned unique ID for this managed resource.
    ResourceId string
    The ID of the resource.
    ResourceType string
    The type of resource, for example a VPC attachment.
    State string
    The state of the subnet association.
    id String
    The provider-assigned unique ID for this managed resource.
    resourceId String
    The ID of the resource.
    resourceType String
    The type of resource, for example a VPC attachment.
    state String
    The state of the subnet association.
    id string
    The provider-assigned unique ID for this managed resource.
    resourceId string
    The ID of the resource.
    resourceType string
    The type of resource, for example a VPC attachment.
    state string
    The state of the subnet association.
    id str
    The provider-assigned unique ID for this managed resource.
    resource_id str
    The ID of the resource.
    resource_type str
    The type of resource, for example a VPC attachment.
    state str
    The state of the subnet association.
    id String
    The provider-assigned unique ID for this managed resource.
    resourceId String
    The ID of the resource.
    resourceType String
    The type of resource, for example a VPC attachment.
    state String
    The state of the subnet association.

    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