Class CfnApi.EventConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.CfnApi.EventConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApi.EventConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApi.EventConfigProperty
@Stability(Stable)
@Internal
public static final class CfnApi.EventConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApi.EventConfigProperty
An implementation for
CfnApi.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.services.appsync.CfnApi.EventConfigProperty
CfnApi.EventConfigProperty.Builder, CfnApi.EventConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApi.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 theCfnApi.EventConfigProperty.Builder.
-
-
Method Details
-
getAuthProviders
Description copied from interface:CfnApi.EventConfigPropertyA list of authorization providers.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApi.AuthProviderProperty>- Specified by:
getAuthProvidersin interfaceCfnApi.EventConfigProperty- See Also:
-
getConnectionAuthModes
Description copied from interface:CfnApi.EventConfigPropertyA list of valid authorization modes for the Event API connections.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApi.AuthModeProperty>- Specified by:
getConnectionAuthModesin interfaceCfnApi.EventConfigProperty- See Also:
-
getDefaultPublishAuthModes
Description copied from interface:CfnApi.EventConfigPropertyA list of valid authorization modes for the Event API publishing.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApi.AuthModeProperty>- Specified by:
getDefaultPublishAuthModesin interfaceCfnApi.EventConfigProperty- See Also:
-
getDefaultSubscribeAuthModes
Description copied from interface:CfnApi.EventConfigPropertyA list of valid authorization modes for the Event API subscriptions.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnApi.AuthModeProperty>- Specified by:
getDefaultSubscribeAuthModesin interfaceCfnApi.EventConfigProperty- See Also:
-
getLogConfig
Description copied from interface:CfnApi.EventConfigPropertyThe CloudWatch Logs configuration for the Event API.Returns union: either
IResolvableorCfnApi.EventLogConfigProperty- Specified by:
getLogConfigin interfaceCfnApi.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()
-