Class EventApiProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.EventApiProps.Jsii$Proxy
- All Implemented Interfaces:
EventApiProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventApiProps
@Stability(Stable)
@Internal
public static final class EventApiProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventApiProps
An implementation for
EventApiProps-
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.EventApiProps
EventApiProps.Builder, EventApiProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EventApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEventApiProps.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 Stringthe name of the Event API.final EventApiAuthConfigOptional authorization configuration.final AppSyncDomainOptionsThe domain name configuration for the Event API.final AppSyncLogConfigLogging configuration for this api.final StringThe owner contact information for an API resource.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 theEventApiProps.Builder.
-
-
Method Details
-
getApiName
Description copied from interface:EventApiPropsthe name of the Event API.- Specified by:
getApiNamein interfaceEventApiProps
-
getAuthorizationConfig
Description copied from interface:EventApiPropsOptional authorization configuration.Default: - API Key authorization
- Specified by:
getAuthorizationConfigin interfaceEventApiProps
-
getDomainName
Description copied from interface:EventApiPropsThe domain name configuration for the Event API.The Route 53 hosted zone and CName DNS record must be configured in addition to this setting to enable custom domain URL
Default: - no domain name
- Specified by:
getDomainNamein interfaceEventApiProps
-
getLogConfig
Description copied from interface:EventApiPropsLogging configuration for this api.Default: - None
- Specified by:
getLogConfigin interfaceEventApiProps
-
getOwnerContact
Description copied from interface:EventApiPropsThe owner contact information for an API resource.This field accepts any string input with a length of 0 - 256 characters.
Default: - No owner contact.
- Specified by:
getOwnerContactin interfaceEventApiProps
-
$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()
-