aws-native logo
AWS Native v0.63.0, May 25 23

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

ExpressionType Pulumi.AwsNative.IoTWireless.DestinationExpressionType

Must be RuleName

RoleArn string

AWS role ARN that grants access

Description string

Destination description

Name string

Unique name of destination

Tags List<Pulumi.AwsNative.IoTWireless.Inputs.DestinationTagArgs>

A list of key-value pairs that contain metadata for the destination.

Expression string

Destination expression

ExpressionType DestinationExpressionType

Must be RuleName

RoleArn string

AWS role ARN that grants access

Description string

Destination description

Name string

Unique name of destination

Tags []DestinationTagArgs

A list of key-value pairs that contain metadata for the destination.

expression String

Destination expression

expressionType DestinationExpressionType

Must be RuleName

roleArn String

AWS role ARN that grants access

description String

Destination description

name String

Unique name of destination

tags List<DestinationTagArgs>

A list of key-value pairs that contain metadata for the destination.

expression string

Destination expression

expressionType DestinationExpressionType

Must be RuleName

roleArn string

AWS role ARN that grants access

description string

Destination description

name string

Unique name of destination

tags DestinationTagArgs[]

A list of key-value pairs that contain metadata for the destination.

expression str

Destination expression

expression_type DestinationExpressionType

Must be RuleName

role_arn str

AWS role ARN that grants access

description str

Destination description

name str

Unique name of destination

tags Sequence[DestinationTagArgs]

A list of key-value pairs that contain metadata for the destination.

expression String

Destination expression

expressionType "RuleName" | "MqttTopic"

Must be RuleName

roleArn String

AWS role ARN that grants access

description String

Destination description

name String

Unique name of destination

tags 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:

Arn string

Destination arn. Returned after successful create.

Id string

The provider-assigned unique ID for this managed resource.

Arn string

Destination arn. Returned after successful create.

Id string

The provider-assigned unique ID for this managed resource.

arn String

Destination arn. Returned after successful create.

id String

The provider-assigned unique ID for this managed resource.

arn string

Destination arn. Returned after successful create.

id string

The provider-assigned unique ID for this managed resource.

arn str

Destination arn. Returned after successful create.

id str

The provider-assigned unique ID for this managed resource.

arn String

Destination arn. Returned after successful create.

id String

The provider-assigned unique ID for this managed resource.

Supporting Types

DestinationExpressionType

RuleName
RuleName
MqttTopic
MqttTopic
DestinationExpressionTypeRuleName
RuleName
DestinationExpressionTypeMqttTopic
MqttTopic
RuleName
RuleName
MqttTopic
MqttTopic
RuleName
RuleName
MqttTopic
MqttTopic
RULE_NAME
RuleName
MQTT_TOPIC
MqttTopic
"RuleName"
RuleName
"MqttTopic"
MqttTopic

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