We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.iotwireless.getDestination
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 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
- Expression
Type Pulumi.Aws Native. Io TWireless. Destination Expression Type - Must be RuleName
- Role
Arn string - AWS role ARN that grants access
- List<Pulumi.
Aws Native. 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
- Expression
Type DestinationExpression Type - Must be RuleName
- Role
Arn string - AWS role ARN that grants access
- 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
- expression
Type DestinationExpression Type - Must be RuleName
- role
Arn String - AWS role ARN that grants access
- 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
- expression
Type DestinationExpression Type - Must be RuleName
- role
Arn string - AWS role ARN that grants access
- 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 DestinationExpression Type - Must be RuleName
- role_
arn str - AWS role ARN that grants access
- 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
- expression
Type "RuleName" | "Mqtt Topic" | "Sns Topic" - Must be RuleName
- role
Arn String - AWS role ARN that grants access
- List<Property Map>
- A list of key-value pairs that contain metadata for the destination.
Supporting Types
DestinationExpressionType
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi