Interface CfnApi.AuthModeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnApi.AuthModeProperty.Jsii$Proxy
- Enclosing class:
CfnApi
@Stability(Stable)
public static interface CfnApi.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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnApi.AuthModeProperty
static final class
An implementation forCfnApi.AuthModeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthType
The authorization type.- See Also:
-
builder
- Returns:
- a
CfnApi.AuthModeProperty.Builder
ofCfnApi.AuthModeProperty
-