We recommend new projects start with resources from the AWS provider.
aws-native.iotwireless.Destination
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Destination’s resource schema demonstrating some basic constructs and validation rules.
Create Destination Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Destination(name: string, args: DestinationArgs, opts?: CustomResourceOptions);
@overload
def Destination(resource_name: str,
args: DestinationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Destination(resource_name: str,
opts: Optional[ResourceOptions] = None,
expression: Optional[str] = None,
expression_type: Optional[DestinationExpressionType] = None,
description: Optional[str] = None,
name: Optional[str] = None,
role_arn: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = 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.
Parameters
- 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
- Description string
- Destination description
- Name string
- Unique name of destination
- Role
Arn string - AWS role ARN that grants access
- List<Pulumi.
Aws Native. Inputs. Tag> - A list of key-value pairs that contain metadata for the destination.
- Expression string
- Destination expression
- Expression
Type DestinationExpression Type - Must be RuleName
- Description string
- Destination description
- Name string
- Unique name of destination
- Role
Arn string - AWS role ARN that grants access
- 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
- description String
- Destination description
- name String
- Unique name of destination
- role
Arn String - AWS role ARN that grants access
- List<Tag>
- A list of key-value pairs that contain metadata for the destination.
- expression string
- Destination expression
- expression
Type DestinationExpression Type - Must be RuleName
- description string
- Destination description
- name string
- Unique name of destination
- role
Arn string - AWS role ARN that grants access
- Tag[]
- A list of key-value pairs that contain metadata for the destination.
- expression str
- Destination expression
- expression_
type DestinationExpression Type - Must be RuleName
- description str
- Destination description
- name str
- Unique name of destination
- role_
arn str - AWS role ARN that grants access
- Sequence[Tag
Args] - A list of key-value pairs that contain metadata for the destination.
- expression String
- Destination expression
- expression
Type "RuleName" | "Mqtt Topic" | "Sns Topic" - Must be RuleName
- description String
- Destination description
- name String
- Unique name of destination
- role
Arn String - AWS role ARN that grants access
- 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, DestinationExpressionTypeArgs
- Rule
Name - RuleName
- Mqtt
Topic - MqttTopic
- Sns
Topic - SnsTopic
- Destination
Expression Type Rule Name - RuleName
- Destination
Expression Type Mqtt Topic - MqttTopic
- Destination
Expression Type Sns Topic - SnsTopic
- Rule
Name - RuleName
- Mqtt
Topic - MqttTopic
- Sns
Topic - SnsTopic
- Rule
Name - RuleName
- Mqtt
Topic - MqttTopic
- Sns
Topic - SnsTopic
- RULE_NAME
- RuleName
- MQTT_TOPIC
- MqttTopic
- SNS_TOPIC
- SnsTopic
- "Rule
Name" - RuleName
- "Mqtt
Topic" - MqttTopic
- "Sns
Topic" - SnsTopic
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.