Class CfnApiPropsMixin.EventConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnApiPropsMixin.EventConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApiPropsMixin.EventConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApiPropsMixin.EventConfigProperty
@Stability(Stable)
@Internal
public static final class CfnApiPropsMixin.EventConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApiPropsMixin.EventConfigProperty
An implementation for
CfnApiPropsMixin.EventConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.appsync.CfnApiPropsMixin.EventConfigProperty
CfnApiPropsMixin.EventConfigProperty.Builder, CfnApiPropsMixin.EventConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApiPropsMixin.EventConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectA list of authorization providers.final ObjectA list of valid authorization modes for the Event API connections.final ObjectA list of valid authorization modes for the Event API publishing.final ObjectA list of valid authorization modes for the Event API subscriptions.final ObjectThe CloudWatch Logs configuration for the Event API.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApiPropsMixin.EventConfigProperty.Builder.
-
-
Method Details
-
getAuthProviders
Description copied from interface:CfnApiPropsMixin.EventConfigPropertyA list of authorization providers.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApiPropsMixin.AuthProviderProperty>- Specified by:
getAuthProvidersin interfaceCfnApiPropsMixin.EventConfigProperty- See Also:
-
getConnectionAuthModes
Description copied from interface:CfnApiPropsMixin.EventConfigPropertyA list of valid authorization modes for the Event API connections.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApiPropsMixin.AuthModeProperty>- Specified by:
getConnectionAuthModesin interfaceCfnApiPropsMixin.EventConfigProperty- See Also:
-
getDefaultPublishAuthModes
Description copied from interface:CfnApiPropsMixin.EventConfigPropertyA list of valid authorization modes for the Event API publishing.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApiPropsMixin.AuthModeProperty>- Specified by:
getDefaultPublishAuthModesin interfaceCfnApiPropsMixin.EventConfigProperty- See Also:
-
getDefaultSubscribeAuthModes
Description copied from interface:CfnApiPropsMixin.EventConfigPropertyA list of valid authorization modes for the Event API subscriptions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApiPropsMixin.AuthModeProperty>- Specified by:
getDefaultSubscribeAuthModesin interfaceCfnApiPropsMixin.EventConfigProperty- See Also:
-
getLogConfig
Description copied from interface:CfnApiPropsMixin.EventConfigPropertyThe CloudWatch Logs configuration for the Event API.Returns union: either
IResolvableorCfnApiPropsMixin.EventLogConfigProperty- Specified by:
getLogConfigin interfaceCfnApiPropsMixin.EventConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-