Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnChannelNamespacePropsMixin.Builder
Packages that use CfnChannelNamespacePropsMixin.Builder
-
Uses of CfnChannelNamespacePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appsync
Methods in software.amazon.awscdk.cfnpropertymixins.services.appsync that return CfnChannelNamespacePropsMixin.BuilderModifier and TypeMethodDescriptionTheApiID.CfnChannelNamespacePropsMixin.Builder.codeHandlers(String codeHandlers) The event handler functions that run custom business logic to process published events and subscribe requests.CfnChannelNamespacePropsMixin.Builder.codeS3Location(String codeS3Location) The Amazon S3 endpoint where the code is located.CfnChannelNamespacePropsMixin.Builder.create()CfnChannelNamespacePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnChannelNamespacePropsMixin.Builder.handlerConfigs(CfnChannelNamespacePropsMixin.HandlerConfigsProperty handlerConfigs) The configuration for theOnPublishandOnSubscribehandlers.CfnChannelNamespacePropsMixin.Builder.handlerConfigs(IResolvable handlerConfigs) The configuration for theOnPublishandOnSubscribehandlers.The name of the channel namespace.CfnChannelNamespacePropsMixin.Builder.publishAuthModes(List<? extends Object> publishAuthModes) The authorization mode to use for publishing messages on the channel namespace.CfnChannelNamespacePropsMixin.Builder.publishAuthModes(IResolvable publishAuthModes) The authorization mode to use for publishing messages on the channel namespace.CfnChannelNamespacePropsMixin.Builder.subscribeAuthModes(List<? extends Object> subscribeAuthModes) The authorization mode to use for subscribing to messages on the channel namespace.CfnChannelNamespacePropsMixin.Builder.subscribeAuthModes(IResolvable subscribeAuthModes) The authorization mode to use for subscribing to messages on the channel namespace.A set of tags (key-value pairs) for this channel namespace.