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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi

aws-native.iotwireless.getDestination

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 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>
    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]
    func LookupDestination(ctx *Context, args *LookupDestinationArgs, opts ...InvokeOption) (*LookupDestinationResult, error)
    func LookupDestinationOutput(ctx *Context, args *LookupDestinationOutputArgs, opts ...InvokeOption) LookupDestinationResultOutput

    > 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)
    }
    public static CompletableFuture<GetDestinationResult> getDestination(GetDestinationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:iotwireless:getDestination
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string

    Unique name of destination

    Name string

    Unique name of destination

    name String

    Unique name of destination

    name string

    Unique name of destination

    name str

    Unique name of destination

    name 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.IoTWireless.Outputs.DestinationTag>

    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 []DestinationTag

    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<DestinationTag>

    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 DestinationTag[]

    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[DestinationTag]

    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

    DestinationTag

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.77.0 published on Wednesday, Sep 20, 2023 by Pulumi