Class: Aws::AppSync::Types::CreateChannelNamespaceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateChannelNamespaceRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The
Api
ID. -
#code_handlers ⇒ String
The event handler functions that run custom business logic to process published events and subscribe requests.
-
#name ⇒ String
The name of the
ChannelNamespace
. -
#publish_auth_modes ⇒ Array<Types::AuthMode>
The authorization mode to use for publishing messages on the channel namespace.
-
#subscribe_auth_modes ⇒ Array<Types::AuthMode>
The authorization mode to use for subscribing to messages on the channel namespace.
-
#tags ⇒ Hash<String,String>
A map with keys of
TagKey
objects and values ofTagValue
objects.
Instance Attribute Details
#api_id ⇒ String
The Api
ID.
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1135 class CreateChannelNamespaceRequest < Struct.new( :api_id, :name, :subscribe_auth_modes, :publish_auth_modes, :code_handlers, :tags) SENSITIVE = [] include Aws::Structure end |
#code_handlers ⇒ String
The event handler functions that run custom business logic to process published events and subscribe requests.
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1135 class CreateChannelNamespaceRequest < Struct.new( :api_id, :name, :subscribe_auth_modes, :publish_auth_modes, :code_handlers, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ChannelNamespace
. This name must be unique within
the Api
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1135 class CreateChannelNamespaceRequest < Struct.new( :api_id, :name, :subscribe_auth_modes, :publish_auth_modes, :code_handlers, :tags) SENSITIVE = [] include Aws::Structure end |
#publish_auth_modes ⇒ Array<Types::AuthMode>
The authorization mode to use for publishing messages on the channel
namespace. This configuration overrides the default Api
authorization configuration.
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1135 class CreateChannelNamespaceRequest < Struct.new( :api_id, :name, :subscribe_auth_modes, :publish_auth_modes, :code_handlers, :tags) SENSITIVE = [] include Aws::Structure end |
#subscribe_auth_modes ⇒ Array<Types::AuthMode>
The authorization mode to use for subscribing to messages on the
channel namespace. This configuration overrides the default Api
authorization configuration.
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1135 class CreateChannelNamespaceRequest < Struct.new( :api_id, :name, :subscribe_auth_modes, :publish_auth_modes, :code_handlers, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map with keys of TagKey
objects and values of TagValue
objects.
1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1135 class CreateChannelNamespaceRequest < Struct.new( :api_id, :name, :subscribe_auth_modes, :publish_auth_modes, :code_handlers, :tags) SENSITIVE = [] include Aws::Structure end |