get_destination
(**kwargs)¶Gets information about a destination.
See also: AWS API Documentation
Request Syntax
response = client.get_destination(
Name='string'
)
[REQUIRED]
The name of the resource to get.
{
'Arn': 'string',
'Name': 'string',
'Expression': 'string',
'ExpressionType': 'RuleName'|'MqttTopic',
'Description': 'string',
'RoleArn': 'string'
}
Response Structure
The Amazon Resource Name of the resource.
The name of the resource.
The rule name or topic rule to send messages to.
The type of value in Expression
.
The description of the resource.
The ARN of the IAM Role that authorizes the destination.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException