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::TransitGatewayPolicyTable Resource Definition
Create TransitGatewayPolicyTable Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TransitGatewayPolicyTable(name: string, args: TransitGatewayPolicyTableArgs, opts?: CustomResourceOptions);@overload
def TransitGatewayPolicyTable(resource_name: str,
args: TransitGatewayPolicyTableArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TransitGatewayPolicyTable(resource_name: str,
opts: Optional[ResourceOptions] = None,
transit_gateway_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewTransitGatewayPolicyTable(ctx *Context, name string, args TransitGatewayPolicyTableArgs, opts ...ResourceOption) (*TransitGatewayPolicyTable, error)public TransitGatewayPolicyTable(string name, TransitGatewayPolicyTableArgs args, CustomResourceOptions? opts = null)
public TransitGatewayPolicyTable(String name, TransitGatewayPolicyTableArgs args)
public TransitGatewayPolicyTable(String name, TransitGatewayPolicyTableArgs args, CustomResourceOptions options)
type: aws-native:ec2:TransitGatewayPolicyTable
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_ec2_transit_gateway_policy_table" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TransitGatewayPolicyTableArgs
- 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 TransitGatewayPolicyTableArgs
- 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 TransitGatewayPolicyTableArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TransitGatewayPolicyTableArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TransitGatewayPolicyTableArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
TransitGatewayPolicyTable 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 TransitGatewayPolicyTable resource accepts the following input properties:
- Transit
Gateway stringId - The Id of transit gateway
-
List<Pulumi.
Aws Native. Inputs. Tag>
- Transit
Gateway stringId - The Id of transit gateway
-
Tag
Args
- transit_
gateway_ stringid - The Id of transit gateway
- list(object)
- transit
Gateway StringId - The Id of transit gateway
- List<Tag>
- transit
Gateway stringId - The Id of transit gateway
- Tag[]
- transit_
gateway_ strid - The Id of transit gateway
-
Sequence[Tag
Args]
- transit
Gateway StringId - The Id of transit gateway
- List<Property Map>
Outputs
All input properties are implicitly available as output properties. Additionally, the TransitGatewayPolicyTable resource produces the following output properties:
- Creation
Time string - Creation time of the transit gateway policy table
- Id string
- The provider-assigned unique ID for this managed resource.
- State string
- State of the transit gateway policy table
- Transit
Gateway stringPolicy Table Id - The Id of transit gateway policy table.
- Creation
Time string - Creation time of the transit gateway policy table
- Id string
- The provider-assigned unique ID for this managed resource.
- State string
- State of the transit gateway policy table
- Transit
Gateway stringPolicy Table Id - The Id of transit gateway policy table.
- creation_
time string - Creation time of the transit gateway policy table
- id string
- The provider-assigned unique ID for this managed resource.
- state string
- State of the transit gateway policy table
- transit_
gateway_ stringpolicy_ table_ id - The Id of transit gateway policy table.
- creation
Time String - Creation time of the transit gateway policy table
- id String
- The provider-assigned unique ID for this managed resource.
- state String
- State of the transit gateway policy table
- transit
Gateway StringPolicy Table Id - The Id of transit gateway policy table.
- creation
Time string - Creation time of the transit gateway policy table
- id string
- The provider-assigned unique ID for this managed resource.
- state string
- State of the transit gateway policy table
- transit
Gateway stringPolicy Table Id - The Id of transit gateway policy table.
- creation_
time str - Creation time of the transit gateway policy table
- id str
- The provider-assigned unique ID for this managed resource.
- state str
- State of the transit gateway policy table
- transit_
gateway_ strpolicy_ table_ id - The Id of transit gateway policy table.
- creation
Time String - Creation time of the transit gateway policy table
- id String
- The provider-assigned unique ID for this managed resource.
- state String
- State of the transit gateway policy table
- transit
Gateway StringPolicy Table Id - The Id of transit gateway policy table.
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.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