aws-native.iotwireless.Destination
Explore with Pulumi AI
Destination’s resource schema demonstrating some basic constructs and validation rules.
Create Destination Resource
new Destination(name: string, args: DestinationArgs, opts?: CustomResourceOptions);
@overload
def Destination(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
expression: Optional[str] = None,
expression_type: Optional[DestinationExpressionType] = None,
name: Optional[str] = None,
role_arn: Optional[str] = None,
tags: Optional[Sequence[DestinationTagArgs]] = None)
@overload
def Destination(resource_name: str,
args: DestinationArgs,
opts: Optional[ResourceOptions] = None)
func NewDestination(ctx *Context, name string, args DestinationArgs, opts ...ResourceOption) (*Destination, error)
public Destination(string name, DestinationArgs args, CustomResourceOptions? opts = null)
public Destination(String name, DestinationArgs args)
public Destination(String name, DestinationArgs args, CustomResourceOptions options)
type: aws-native:iotwireless:Destination
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DestinationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DestinationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DestinationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DestinationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DestinationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Destination Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Destination resource accepts the following input properties:
- 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
- Description string
Destination description
- Name string
Unique name of destination
- List<Pulumi.
Aws Native. Io TWireless. Inputs. Destination Tag Args> A list of key-value pairs that contain metadata for the destination.
- Expression string
Destination expression
- Expression
Type DestinationExpression Type Must be RuleName
- Role
Arn string AWS role ARN that grants access
- Description string
Destination description
- Name string
Unique name of destination
- []Destination
Tag Args A list of key-value pairs that contain metadata for the destination.
- expression String
Destination expression
- expression
Type DestinationExpression Type Must be RuleName
- role
Arn String AWS role ARN that grants access
- description String
Destination description
- name String
Unique name of destination
- List<Destination
Tag Args> A list of key-value pairs that contain metadata for the destination.
- expression string
Destination expression
- expression
Type DestinationExpression Type Must be RuleName
- role
Arn string AWS role ARN that grants access
- description string
Destination description
- name string
Unique name of destination
- Destination
Tag Args[] A list of key-value pairs that contain metadata for the destination.
- expression str
Destination expression
- expression_
type DestinationExpression Type Must be RuleName
- role_
arn str AWS role ARN that grants access
- description str
Destination description
- name str
Unique name of destination
- Sequence[Destination
Tag Args] A list of key-value pairs that contain metadata for the destination.
- expression String
Destination expression
- expression
Type "RuleName" | "Mqtt Topic" Must be RuleName
- role
Arn String AWS role ARN that grants access
- description String
Destination description
- name String
Unique name of destination
- List<Property Map>
A list of key-value pairs that contain metadata for the destination.
Outputs
All input properties are implicitly available as output properties. Additionally, the Destination resource produces the following output properties:
Supporting Types
DestinationExpressionType
- Rule
Name - RuleName
- Mqtt
Topic - MqttTopic
- Destination
Expression Type Rule Name - RuleName
- Destination
Expression Type Mqtt Topic - MqttTopic
- Rule
Name - RuleName
- Mqtt
Topic - MqttTopic
- Rule
Name - RuleName
- Mqtt
Topic - MqttTopic
- RULE_NAME
- RuleName
- MQTT_TOPIC
- MqttTopic
- "Rule
Name" - RuleName
- "Mqtt
Topic" - MqttTopic
DestinationTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0