We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.ec2.getTransitGatewayConnect
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
The AWS::EC2::TransitGatewayConnect type
Using getTransitGatewayConnect
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTransitGatewayConnect(args: GetTransitGatewayConnectArgs, opts?: InvokeOptions): Promise<GetTransitGatewayConnectResult>
function getTransitGatewayConnectOutput(args: GetTransitGatewayConnectOutputArgs, opts?: InvokeOptions): Output<GetTransitGatewayConnectResult>def get_transit_gateway_connect(transit_gateway_attachment_id: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetTransitGatewayConnectResult
def get_transit_gateway_connect_output(transit_gateway_attachment_id: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetTransitGatewayConnectResult]func LookupTransitGatewayConnect(ctx *Context, args *LookupTransitGatewayConnectArgs, opts ...InvokeOption) (*LookupTransitGatewayConnectResult, error)
func LookupTransitGatewayConnectOutput(ctx *Context, args *LookupTransitGatewayConnectOutputArgs, opts ...InvokeOption) LookupTransitGatewayConnectResultOutput> Note: This function is named LookupTransitGatewayConnect in the Go SDK.
public static class GetTransitGatewayConnect 
{
    public static Task<GetTransitGatewayConnectResult> InvokeAsync(GetTransitGatewayConnectArgs args, InvokeOptions? opts = null)
    public static Output<GetTransitGatewayConnectResult> Invoke(GetTransitGatewayConnectInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTransitGatewayConnectResult> getTransitGatewayConnect(GetTransitGatewayConnectArgs args, InvokeOptions options)
public static Output<GetTransitGatewayConnectResult> getTransitGatewayConnect(GetTransitGatewayConnectArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ec2:getTransitGatewayConnect
  arguments:
    # arguments dictionaryThe following arguments are supported:
- TransitGateway stringAttachment Id 
- The ID of the Connect attachment.
- TransitGateway stringAttachment Id 
- The ID of the Connect attachment.
- transitGateway StringAttachment Id 
- The ID of the Connect attachment.
- transitGateway stringAttachment Id 
- The ID of the Connect attachment.
- transit_gateway_ strattachment_ id 
- The ID of the Connect attachment.
- transitGateway StringAttachment Id 
- The ID of the Connect attachment.
getTransitGatewayConnect Result
The following output properties are available:
- CreationTime string
- The creation time.
- State string
- The state of the attachment.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- The tags for the attachment.
- TransitGateway stringAttachment Id 
- The ID of the Connect attachment.
- TransitGateway stringId 
- The ID of the transit gateway.
- CreationTime string
- The creation time.
- State string
- The state of the attachment.
- Tag
- The tags for the attachment.
- TransitGateway stringAttachment Id 
- The ID of the Connect attachment.
- TransitGateway stringId 
- The ID of the transit gateway.
- creationTime String
- The creation time.
- state String
- The state of the attachment.
- List<Tag>
- The tags for the attachment.
- transitGateway StringAttachment Id 
- The ID of the Connect attachment.
- transitGateway StringId 
- The ID of the transit gateway.
- creationTime string
- The creation time.
- state string
- The state of the attachment.
- Tag[]
- The tags for the attachment.
- transitGateway stringAttachment Id 
- The ID of the Connect attachment.
- transitGateway stringId 
- The ID of the transit gateway.
- creation_time str
- The creation time.
- state str
- The state of the attachment.
- Sequence[root_Tag]
- The tags for the attachment.
- transit_gateway_ strattachment_ id 
- The ID of the Connect attachment.
- transit_gateway_ strid 
- The ID of the transit gateway.
- creationTime String
- The creation time.
- state String
- The state of the attachment.
- List<Property Map>
- The tags for the attachment.
- transitGateway StringAttachment Id 
- The ID of the Connect attachment.
- transitGateway StringId 
- The ID of the transit gateway.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi