We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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:
- Transit
Gateway stringAttachment Id - The ID of the Connect attachment.
- Transit
Gateway stringAttachment Id - The ID of the Connect attachment.
- transit
Gateway StringAttachment Id - The ID of the Connect attachment.
- transit
Gateway stringAttachment Id - The ID of the Connect attachment.
- transit_
gateway_ strattachment_ id - The ID of the Connect attachment.
- transit
Gateway StringAttachment Id - The ID of the Connect attachment.
getTransitGatewayConnect Result
The following output properties are available:
- Creation
Time string - The creation time.
- State string
- The state of the attachment.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags for the attachment.
- Transit
Gateway stringAttachment Id - The ID of the Connect attachment.
- Transit
Gateway stringId - The ID of the transit gateway.
- Creation
Time string - The creation time.
- State string
- The state of the attachment.
- Tag
- The tags for the attachment.
- Transit
Gateway stringAttachment Id - The ID of the Connect attachment.
- Transit
Gateway stringId - The ID of the transit gateway.
- creation
Time String - The creation time.
- state String
- The state of the attachment.
- List<Tag>
- The tags for the attachment.
- transit
Gateway StringAttachment Id - The ID of the Connect attachment.
- transit
Gateway StringId - The ID of the transit gateway.
- creation
Time string - The creation time.
- state string
- The state of the attachment.
- Tag[]
- The tags for the attachment.
- transit
Gateway stringAttachment Id - The ID of the Connect attachment.
- transit
Gateway 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.
- creation
Time String - The creation time.
- state String
- The state of the attachment.
- List<Property Map>
- The tags for the attachment.
- transit
Gateway StringAttachment Id - The ID of the Connect attachment.
- transit
Gateway 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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
