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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnChannelNamespace.AuthModePropertystatic final classAn implementation forCfnChannelNamespace.AuthModeProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthType
The authorization type.- See Also:
-
builder
-