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 auth providers for the AppSync API.final ObjectA list of auth modes for the AppSync API.final ObjectA list of auth modes for the AppSync API.final ObjectA list of auth modes for the AppSync API.final ObjectThe log config for the AppSync 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 auth providers for the AppSync API.- Specified by:
getAuthProvidersin interfaceCfnApi.EventConfigProperty- See Also:
-
getConnectionAuthModes
Description copied from interface:CfnApi.EventConfigPropertyA list of auth modes for the AppSync API.- Specified by:
getConnectionAuthModesin interfaceCfnApi.EventConfigProperty- See Also:
-
getDefaultPublishAuthModes
Description copied from interface:CfnApi.EventConfigPropertyA list of auth modes for the AppSync API.- Specified by:
getDefaultPublishAuthModesin interfaceCfnApi.EventConfigProperty- See Also:
-
getDefaultSubscribeAuthModes
Description copied from interface:CfnApi.EventConfigPropertyA list of auth modes for the AppSync API.- Specified by:
getDefaultSubscribeAuthModesin interfaceCfnApi.EventConfigProperty- See Also:
-
getLogConfig
Description copied from interface:CfnApi.EventConfigPropertyThe log config for the AppSync API.- 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()
-