1. Packages
  2. AWS Native
  3. API Docs
  4. iot
  5. getTopicRuleDestination

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

AWS Native v0.89.0 published on Thursday, Nov 30, 2023 by Pulumi

aws-native.iot.getTopicRuleDestination

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.89.0 published on Thursday, Nov 30, 2023 by Pulumi

    Resource Type definition for AWS::IoT::TopicRuleDestination

    Using getTopicRuleDestination

    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 getTopicRuleDestination(args: GetTopicRuleDestinationArgs, opts?: InvokeOptions): Promise<GetTopicRuleDestinationResult>
    function getTopicRuleDestinationOutput(args: GetTopicRuleDestinationOutputArgs, opts?: InvokeOptions): Output<GetTopicRuleDestinationResult>
    def get_topic_rule_destination(arn: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetTopicRuleDestinationResult
    def get_topic_rule_destination_output(arn: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetTopicRuleDestinationResult]
    func LookupTopicRuleDestination(ctx *Context, args *LookupTopicRuleDestinationArgs, opts ...InvokeOption) (*LookupTopicRuleDestinationResult, error)
    func LookupTopicRuleDestinationOutput(ctx *Context, args *LookupTopicRuleDestinationOutputArgs, opts ...InvokeOption) LookupTopicRuleDestinationResultOutput

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

    public static class GetTopicRuleDestination 
    {
        public static Task<GetTopicRuleDestinationResult> InvokeAsync(GetTopicRuleDestinationArgs args, InvokeOptions? opts = null)
        public static Output<GetTopicRuleDestinationResult> Invoke(GetTopicRuleDestinationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTopicRuleDestinationResult> getTopicRuleDestination(GetTopicRuleDestinationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:iot:getTopicRuleDestination
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string

    Amazon Resource Name (ARN).

    Arn string

    Amazon Resource Name (ARN).

    arn String

    Amazon Resource Name (ARN).

    arn string

    Amazon Resource Name (ARN).

    arn str

    Amazon Resource Name (ARN).

    arn String

    Amazon Resource Name (ARN).

    getTopicRuleDestination Result

    The following output properties are available:

    Arn string

    Amazon Resource Name (ARN).

    Status Pulumi.AwsNative.IoT.TopicRuleDestinationStatus

    The status of the TopicRuleDestination.

    StatusReason string

    The reasoning for the current status of the TopicRuleDestination.

    Arn string

    Amazon Resource Name (ARN).

    Status TopicRuleDestinationStatus

    The status of the TopicRuleDestination.

    StatusReason string

    The reasoning for the current status of the TopicRuleDestination.

    arn String

    Amazon Resource Name (ARN).

    status TopicRuleDestinationStatus

    The status of the TopicRuleDestination.

    statusReason String

    The reasoning for the current status of the TopicRuleDestination.

    arn string

    Amazon Resource Name (ARN).

    status TopicRuleDestinationStatus

    The status of the TopicRuleDestination.

    statusReason string

    The reasoning for the current status of the TopicRuleDestination.

    arn str

    Amazon Resource Name (ARN).

    status TopicRuleDestinationStatus

    The status of the TopicRuleDestination.

    status_reason str

    The reasoning for the current status of the TopicRuleDestination.

    arn String

    Amazon Resource Name (ARN).

    status "ENABLED" | "IN_PROGRESS" | "DISABLED"

    The status of the TopicRuleDestination.

    statusReason String

    The reasoning for the current status of the TopicRuleDestination.

    Supporting Types

    TopicRuleDestinationStatus

    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.89.0 published on Thursday, Nov 30, 2023 by Pulumi