Interface CfnDomainConfiguration.AuthorizerConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainConfiguration.AuthorizerConfigProperty.Jsii$Proxy
- Enclosing class:
CfnDomainConfiguration
@Stability(Stable)
public static interface CfnDomainConfiguration.AuthorizerConfigProperty
extends software.amazon.jsii.JsiiSerializable
An object that specifies the authorization service for a domain.
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.iot.*; AuthorizerConfigProperty authorizerConfigProperty = AuthorizerConfigProperty.builder() .allowAuthorizerOverride(false) .defaultAuthorizerName("defaultAuthorizerName") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDomainConfiguration.AuthorizerConfigProperty
static final class
An implementation forCfnDomainConfiguration.AuthorizerConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAllowAuthorizerOverride
A Boolean that specifies whether the domain configuration's authorization service can be overridden. -
getDefaultAuthorizerName
The name of the authorization service for a domain configuration. -
builder
-