Class: Aws::PinpointSMSVoiceV2::Types::CreateNotifyConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don't specify a client token, a randomly generated token is used for the request to ensure idempotency.

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

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#default_template_idString

The default template identifier to associate with the notify configuration. If specified, this template is used when sending messages without an explicit template identifier.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#deletion_protection_enabledBoolean

By default this is set to false. When set to true the notify configuration can't be deleted. You can change this value using the UpdateNotifyConfiguration action.

Returns:

  • (Boolean)


686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name to associate with the notify configuration.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_channelsArray<String>

An array of channels to enable for the notify configuration. Supported values include SMS and VOICE.

Returns:

  • (Array<String>)


686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_countriesArray<String>

An array of two-character ISO country codes, in ISO 3166-1 alpha-2 format, that are enabled for the notify configuration.

Returns:

  • (Array<String>)


686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#pool_idString

The identifier of the pool to associate with the notify configuration.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An array of tags (key and value pairs) associated with the notify configuration.

Returns:



686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#use_caseString

The use case for the notify configuration.

Returns:

  • (String)


686
687
688
689
690
691
692
693
694
695
696
697
698
# File 'gems/aws-sdk-pinpointsmsvoicev2/lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 686

class CreateNotifyConfigurationRequest < Struct.new(
  :display_name,
  :use_case,
  :default_template_id,
  :pool_id,
  :enabled_countries,
  :enabled_channels,
  :deletion_protection_enabled,
  :client_token,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end