toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.appsync.kotlin.outputs
/
ChannelNamespaceHandlerConfig
Channel
Namespace
Handler
Config
data
class
ChannelNamespaceHandlerConfig
(
val
behavior
:
ChannelNamespaceHandlerBehavior
,
val
integration
:
ChannelNamespaceIntegration
)
Members
Constructors
Channel
Namespace
Handler
Config
Link copied to clipboard
constructor
(
behavior
:
ChannelNamespaceHandlerBehavior
,
integration
:
ChannelNamespaceIntegration
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
behavior
Link copied to clipboard
val
behavior
:
ChannelNamespaceHandlerBehavior
The behavior for the handler.
integration
Link copied to clipboard
val
integration
:
ChannelNamespaceIntegration
The integration data source configuration for the handler.