1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. iotwireless
  5. getDestination

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.iotwireless.getDestination

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

Destination’s resource schema demonstrating some basic constructs and validation rules.

Using getDestination

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 getDestination(args: GetDestinationArgs, opts?: InvokeOptions): Promise<GetDestinationResult>
function getDestinationOutput(args: GetDestinationOutputArgs, opts?: InvokeOptions): Output<GetDestinationResult>
Copy
def get_destination(name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetDestinationResult
def get_destination_output(name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetDestinationResult]
Copy
func LookupDestination(ctx *Context, args *LookupDestinationArgs, opts ...InvokeOption) (*LookupDestinationResult, error)
func LookupDestinationOutput(ctx *Context, args *LookupDestinationOutputArgs, opts ...InvokeOption) LookupDestinationResultOutput
Copy

> Note: This function is named LookupDestination in the Go SDK.

public static class GetDestination 
{
    public static Task<GetDestinationResult> InvokeAsync(GetDestinationArgs args, InvokeOptions? opts = null)
    public static Output<GetDestinationResult> Invoke(GetDestinationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetDestinationResult> getDestination(GetDestinationArgs args, InvokeOptions options)
public static Output<GetDestinationResult> getDestination(GetDestinationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:iotwireless:getDestination
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Name This property is required. string
Unique name of destination
Name This property is required. string
Unique name of destination
name This property is required. String
Unique name of destination
name This property is required. string
Unique name of destination
name This property is required. str
Unique name of destination
name This property is required. String
Unique name of destination

getDestination Result

The following output properties are available:

Arn string
Destination arn. Returned after successful create.
Description string
Destination description
Expression string
Destination expression
ExpressionType Pulumi.AwsNative.IoTWireless.DestinationExpressionType
Must be RuleName
RoleArn string
AWS role ARN that grants access
Tags List<Pulumi.AwsNative.Outputs.Tag>
A list of key-value pairs that contain metadata for the destination.
Arn string
Destination arn. Returned after successful create.
Description string
Destination description
Expression string
Destination expression
ExpressionType DestinationExpressionType
Must be RuleName
RoleArn string
AWS role ARN that grants access
Tags Tag
A list of key-value pairs that contain metadata for the destination.
arn String
Destination arn. Returned after successful create.
description String
Destination description
expression String
Destination expression
expressionType DestinationExpressionType
Must be RuleName
roleArn String
AWS role ARN that grants access
tags List<Tag>
A list of key-value pairs that contain metadata for the destination.
arn string
Destination arn. Returned after successful create.
description string
Destination description
expression string
Destination expression
expressionType DestinationExpressionType
Must be RuleName
roleArn string
AWS role ARN that grants access
tags Tag[]
A list of key-value pairs that contain metadata for the destination.
arn str
Destination arn. Returned after successful create.
description str
Destination description
expression str
Destination expression
expression_type DestinationExpressionType
Must be RuleName
role_arn str
AWS role ARN that grants access
tags Sequence[root_Tag]
A list of key-value pairs that contain metadata for the destination.
arn String
Destination arn. Returned after successful create.
description String
Destination description
expression String
Destination expression
expressionType "RuleName" | "MqttTopic" | "SnsTopic"
Must be RuleName
roleArn String
AWS role ARN that grants access
tags List<Property Map>
A list of key-value pairs that contain metadata for the destination.

Supporting Types

DestinationExpressionType

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the 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