Class: Aws::IoT::Types::TopicRuleDestination

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

A topic rule destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The topic rule destination URL.

Returns:

  • (String)


15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'lib/aws-sdk-iot/types.rb', line 15311

class TopicRuleDestination < Struct.new(
  :arn,
  :status,
  :created_at,
  :last_updated_at,
  :status_reason,
  :http_url_properties,
  :vpc_properties)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The date and time when the topic rule destination was created.

Returns:

  • (Time)


15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'lib/aws-sdk-iot/types.rb', line 15311

class TopicRuleDestination < Struct.new(
  :arn,
  :status,
  :created_at,
  :last_updated_at,
  :status_reason,
  :http_url_properties,
  :vpc_properties)
  SENSITIVE = []
  include Aws::Structure
end

#http_url_propertiesTypes::HttpUrlDestinationProperties

Properties of the HTTP URL.



15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'lib/aws-sdk-iot/types.rb', line 15311

class TopicRuleDestination < Struct.new(
  :arn,
  :status,
  :created_at,
  :last_updated_at,
  :status_reason,
  :http_url_properties,
  :vpc_properties)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The date and time when the topic rule destination was last updated.

Returns:

  • (Time)


15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'lib/aws-sdk-iot/types.rb', line 15311

class TopicRuleDestination < Struct.new(
  :arn,
  :status,
  :created_at,
  :last_updated_at,
  :status_reason,
  :http_url_properties,
  :vpc_properties)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the topic rule destination. Valid values are:

IN_PROGRESS

: A topic rule destination was created but has not been confirmed.

You can set `status` to `IN_PROGRESS` by calling
`UpdateTopicRuleDestination`. Calling `UpdateTopicRuleDestination`
causes a new confirmation challenge to be sent to your
confirmation endpoint.

ENABLED

: Confirmation was completed, and traffic to this destination is

allowed. You can set `status` to `DISABLED` by calling
`UpdateTopicRuleDestination`.

DISABLED

: Confirmation was completed, and traffic to this destination is not

allowed. You can set `status` to `ENABLED` by calling
`UpdateTopicRuleDestination`.

ERROR

: Confirmation could not be completed, for example if the

confirmation timed out. You can call `GetTopicRuleDestination` for
details about the error. You can set `status` to `IN_PROGRESS` by
calling `UpdateTopicRuleDestination`. Calling
`UpdateTopicRuleDestination` causes a new confirmation challenge
to be sent to your confirmation endpoint.

Returns:

  • (String)


15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'lib/aws-sdk-iot/types.rb', line 15311

class TopicRuleDestination < Struct.new(
  :arn,
  :status,
  :created_at,
  :last_updated_at,
  :status_reason,
  :http_url_properties,
  :vpc_properties)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

Additional details or reason why the topic rule destination is in the current status.

Returns:

  • (String)


15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'lib/aws-sdk-iot/types.rb', line 15311

class TopicRuleDestination < Struct.new(
  :arn,
  :status,
  :created_at,
  :last_updated_at,
  :status_reason,
  :http_url_properties,
  :vpc_properties)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_propertiesTypes::VpcDestinationProperties

Properties of the virtual private cloud (VPC) connection.



15311
15312
15313
15314
15315
15316
15317
15318
15319
15320
15321
# File 'lib/aws-sdk-iot/types.rb', line 15311

class TopicRuleDestination < Struct.new(
  :arn,
  :status,
  :created_at,
  :last_updated_at,
  :status_reason,
  :http_url_properties,
  :vpc_properties)
  SENSITIVE = []
  include Aws::Structure
end