AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.ec2.getTransitGatewayConnect
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:ec2:getTransitGatewayConnect
arguments:
# arguments dictionary
The 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi