Class: Aws::AppSync::Types::UpdateChannelNamespaceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The ‘Api` ID.

Returns:

  • (String)


5105
5106
5107
5108
5109
5110
5111
5112
5113
# File 'lib/aws-sdk-appsync/types.rb', line 5105

class UpdateChannelNamespaceRequest < Struct.new(
  :api_id,
  :name,
  :subscribe_auth_modes,
  :publish_auth_modes,
  :code_handlers)
  SENSITIVE = []
  include Aws::Structure
end

#code_handlersString

The event handler functions that run custom business logic to process published events and subscribe requests.

Returns:

  • (String)


5105
5106
5107
5108
5109
5110
5111
5112
5113
# File 'lib/aws-sdk-appsync/types.rb', line 5105

class UpdateChannelNamespaceRequest < Struct.new(
  :api_id,
  :name,
  :subscribe_auth_modes,
  :publish_auth_modes,
  :code_handlers)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ‘ChannelNamespace`.

Returns:

  • (String)


5105
5106
5107
5108
5109
5110
5111
5112
5113
# File 'lib/aws-sdk-appsync/types.rb', line 5105

class UpdateChannelNamespaceRequest < Struct.new(
  :api_id,
  :name,
  :subscribe_auth_modes,
  :publish_auth_modes,
  :code_handlers)
  SENSITIVE = []
  include Aws::Structure
end

#publish_auth_modesArray<Types::AuthMode>

The authorization mode to use for publishing messages on the channel namespace. This configuration overrides the default ‘Api` authorization configuration.

Returns:



5105
5106
5107
5108
5109
5110
5111
5112
5113
# File 'lib/aws-sdk-appsync/types.rb', line 5105

class UpdateChannelNamespaceRequest < Struct.new(
  :api_id,
  :name,
  :subscribe_auth_modes,
  :publish_auth_modes,
  :code_handlers)
  SENSITIVE = []
  include Aws::Structure
end

#subscribe_auth_modesArray<Types::AuthMode>

The authorization mode to use for subscribing to messages on the channel namespace. This configuration overrides the default ‘Api` authorization configuration.

Returns:



5105
5106
5107
5108
5109
5110
5111
5112
5113
# File 'lib/aws-sdk-appsync/types.rb', line 5105

class UpdateChannelNamespaceRequest < Struct.new(
  :api_id,
  :name,
  :subscribe_auth_modes,
  :publish_auth_modes,
  :code_handlers)
  SENSITIVE = []
  include Aws::Structure
end