Class: Aws::IoTManagedIntegrations::Types::CreateNotificationConfigurationRequest

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

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


903
904
905
906
907
908
909
910
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 903

class CreateNotificationConfigurationRequest < Struct.new(
  :event_type,
  :destination_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#destination_nameString

The name of the destination for the notification configuration.

Returns:

  • (String)


903
904
905
906
907
908
909
910
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 903

class CreateNotificationConfigurationRequest < Struct.new(
  :event_type,
  :destination_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#event_typeString

The type of event triggering a device notification to the customer-managed destination.

Returns:

  • (String)


903
904
905
906
907
908
909
910
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 903

class CreateNotificationConfigurationRequest < Struct.new(
  :event_type,
  :destination_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

A set of key/value pairs that are used to manage the notification configuration.

Returns:

  • (Hash<String,String>)


903
904
905
906
907
908
909
910
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 903

class CreateNotificationConfigurationRequest < Struct.new(
  :event_type,
  :destination_name,
  :client_token,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end