Interface CfnChannelNamespace.AuthModeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannelNamespace.AuthModeProperty.Jsii$Proxy
Enclosing class:
CfnChannelNamespace

@Stability(Stable) public static interface CfnChannelNamespace.AuthModeProperty extends software.amazon.jsii.JsiiSerializable
Describes an authorization configuration.

Use AuthMode to specify the publishing and subscription authorization configuration for an Event API.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appsync.*;
 AuthModeProperty authModeProperty = AuthModeProperty.builder()
         .authType("authType")
         .build();
 

See Also: