We recommend new projects start with resources from the AWS provider.
aws-native.ec2.TransitGatewayMulticastDomainAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
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:
- Subnet
Id string - The IDs of the subnets to associate with the transit gateway multicast domain.
- Transit
Gateway stringAttachment Id - The ID of the transit gateway attachment.
- Transit
Gateway stringMulticast Domain Id - The ID of the transit gateway multicast domain.
- Subnet
Id string - The IDs of the subnets to associate with the transit gateway multicast domain.
- Transit
Gateway stringAttachment Id - The ID of the transit gateway attachment.
- Transit
Gateway stringMulticast Domain Id - The ID of the transit gateway multicast domain.
- subnet
Id String - The IDs of the subnets to associate with the transit gateway multicast domain.
- transit
Gateway StringAttachment Id - The ID of the transit gateway attachment.
- transit
Gateway StringMulticast Domain Id - The ID of the transit gateway multicast domain.
- subnet
Id string - The IDs of the subnets to associate with the transit gateway multicast domain.
- transit
Gateway stringAttachment Id - The ID of the transit gateway attachment.
- transit
Gateway stringMulticast Domain Id - 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_ strattachment_ id - The ID of the transit gateway attachment.
- transit_
gateway_ strmulticast_ domain_ id - The ID of the transit gateway multicast domain.
- subnet
Id String - The IDs of the subnets to associate with the transit gateway multicast domain.
- transit
Gateway StringAttachment Id - The ID of the transit gateway attachment.
- transit
Gateway StringMulticast Domain Id - 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.
- Resource
Id string - The ID of the resource.
- Resource
Type 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.
- Resource
Id string - The ID of the resource.
- Resource
Type 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.
- resource
Id String - The ID of the resource.
- resource
Type 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.
- resource
Id string - The ID of the resource.
- resource
Type 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.
- resource
Id String - The ID of the resource.
- resource
Type 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
We recommend new projects start with resources from the AWS provider.