We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi
A connection between a source computer and a destination device using AWS IoT Secure Tunneling.
Using getTunnel
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 getTunnel(args: GetTunnelArgs, opts?: InvokeOptions): Promise<GetTunnelResult>
function getTunnelOutput(args: GetTunnelOutputArgs, opts?: InvokeOutputOptions): Output<GetTunnelResult>def get_tunnel(tunnel_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTunnelResult
def get_tunnel_output(tunnel_arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetTunnelResult]func LookupTunnel(ctx *Context, args *LookupTunnelArgs, opts ...InvokeOption) (*LookupTunnelResult, error)
func LookupTunnelOutput(ctx *Context, args *LookupTunnelOutputArgs, opts ...InvokeOption) LookupTunnelResultOutput> Note: This function is named LookupTunnel in the Go SDK.
public static class GetTunnel
{
public static Task<GetTunnelResult> InvokeAsync(GetTunnelArgs args, InvokeOptions? opts = null)
public static Output<GetTunnelResult> Invoke(GetTunnelInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetTunnelResult> Invoke(GetTunnelInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetTunnelResult> getTunnel(GetTunnelArgs args, InvokeOptions options)
public static Output<GetTunnelResult> getTunnel(GetTunnelArgs args, InvokeOptions options)
public static Output<GetTunnelResult> getTunnel(GetTunnelArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:iotsecuretunneling:getTunnel
arguments:
# arguments dictionarydata "aws-native_iotsecuretunneling_get_tunnel" "name" {
# arguments
}The following arguments are supported:
- Tunnel
Arn string - The Amazon Resource Name (ARN) of the tunnel.
- Tunnel
Arn string - The Amazon Resource Name (ARN) of the tunnel.
- tunnel_
arn string - The Amazon Resource Name (ARN) of the tunnel.
- tunnel
Arn String - The Amazon Resource Name (ARN) of the tunnel.
- tunnel
Arn string - The Amazon Resource Name (ARN) of the tunnel.
- tunnel_
arn str - The Amazon Resource Name (ARN) of the tunnel.
- tunnel
Arn String - The Amazon Resource Name (ARN) of the tunnel.
getTunnel Result
The following output properties are available:
- Status
Pulumi.
Aws Native. Io TSecure Tunneling. Tunnel Status - The status of the tunnel. Valid values are OPEN and CLOSED.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A collection of tag metadata.
- Tunnel
Arn string - The Amazon Resource Name (ARN) of the tunnel.
- Tunnel
Id string - A unique alpha-numeric tunnel ID.
- Status
Tunnel
Status - The status of the tunnel. Valid values are OPEN and CLOSED.
- Tag
- A collection of tag metadata.
- Tunnel
Arn string - The Amazon Resource Name (ARN) of the tunnel.
- Tunnel
Id string - A unique alpha-numeric tunnel ID.
- status "OPEN" | "CLOSED"
- The status of the tunnel. Valid values are OPEN and CLOSED.
- list(object)
- A collection of tag metadata.
- tunnel_
arn string - The Amazon Resource Name (ARN) of the tunnel.
- tunnel_
id string - A unique alpha-numeric tunnel ID.
- status
Tunnel
Status - The status of the tunnel. Valid values are OPEN and CLOSED.
- List<Tag>
- A collection of tag metadata.
- tunnel
Arn String - The Amazon Resource Name (ARN) of the tunnel.
- tunnel
Id String - A unique alpha-numeric tunnel ID.
- status
Tunnel
Status - The status of the tunnel. Valid values are OPEN and CLOSED.
- Tag[]
- A collection of tag metadata.
- tunnel
Arn string - The Amazon Resource Name (ARN) of the tunnel.
- tunnel
Id string - A unique alpha-numeric tunnel ID.
- status
Tunnel
Status - The status of the tunnel. Valid values are OPEN and CLOSED.
- Sequence[root_Tag]
- A collection of tag metadata.
- tunnel_
arn str - The Amazon Resource Name (ARN) of the tunnel.
- tunnel_
id str - A unique alpha-numeric tunnel ID.
- status "OPEN" | "CLOSED"
- The status of the tunnel. Valid values are OPEN and CLOSED.
- List<Property Map>
- A collection of tag metadata.
- tunnel
Arn String - The Amazon Resource Name (ARN) of the tunnel.
- tunnel
Id String - A unique alpha-numeric tunnel ID.
Supporting Types
Tag
TunnelStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
published on Monday, Sep 14, 2026 by Pulumi