We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
AWS::EC2::TransitGatewayPolicyTableAssociation Resource Definition
Create TransitGatewayPolicyTableAssociation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransitGatewayPolicyTableAssociation(name: string, args: TransitGatewayPolicyTableAssociationArgs, opts?: CustomResourceOptions);@overload
def TransitGatewayPolicyTableAssociation(resource_name: str,
args: TransitGatewayPolicyTableAssociationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TransitGatewayPolicyTableAssociation(resource_name: str,
opts: Optional[ResourceOptions] = None,
transit_gateway_attachment_id: Optional[str] = None,
transit_gateway_policy_table_id: Optional[str] = None)func NewTransitGatewayPolicyTableAssociation(ctx *Context, name string, args TransitGatewayPolicyTableAssociationArgs, opts ...ResourceOption) (*TransitGatewayPolicyTableAssociation, error)public TransitGatewayPolicyTableAssociation(string name, TransitGatewayPolicyTableAssociationArgs args, CustomResourceOptions? opts = null)
public TransitGatewayPolicyTableAssociation(String name, TransitGatewayPolicyTableAssociationArgs args)
public TransitGatewayPolicyTableAssociation(String name, TransitGatewayPolicyTableAssociationArgs args, CustomResourceOptions options)
type: aws-native:ec2:TransitGatewayPolicyTableAssociation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_ec2_transit_gateway_policy_table_association" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TransitGatewayPolicyTableAssociationArgs
- 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 TransitGatewayPolicyTableAssociationArgs
- 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 TransitGatewayPolicyTableAssociationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransitGatewayPolicyTableAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransitGatewayPolicyTableAssociationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
TransitGatewayPolicyTableAssociation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TransitGatewayPolicyTableAssociation resource accepts the following input properties:
- Transit
Gateway stringAttachment Id - The ID of transit gateway attachment.
- Transit
Gateway stringPolicy Table Id - The ID of transit gateway policy table.
- Transit
Gateway stringAttachment Id - The ID of transit gateway attachment.
- Transit
Gateway stringPolicy Table Id - The ID of transit gateway policy table.
- transit_
gateway_ stringattachment_ id - The ID of transit gateway attachment.
- transit_
gateway_ stringpolicy_ table_ id - The ID of transit gateway policy table.
- transit
Gateway StringAttachment Id - The ID of transit gateway attachment.
- transit
Gateway StringPolicy Table Id - The ID of transit gateway policy table.
- transit
Gateway stringAttachment Id - The ID of transit gateway attachment.
- transit
Gateway stringPolicy Table Id - The ID of transit gateway policy table.
- transit_
gateway_ strattachment_ id - The ID of transit gateway attachment.
- transit_
gateway_ strpolicy_ table_ id - The ID of transit gateway policy table.
- transit
Gateway StringAttachment Id - The ID of transit gateway attachment.
- transit
Gateway StringPolicy Table Id - The ID of transit gateway policy table.
Outputs
All input properties are implicitly available as output properties. Additionally, the TransitGatewayPolicyTableAssociation resource produces the following output properties:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi