Class EventApiAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.EventApiAttributes.Jsii$Proxy
- All Implemented Interfaces:
EventApiAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
EventApiAttributes
@Stability(Stable)
@Internal
public static final class EventApiAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements EventApiAttributes
An implementation for
EventApiAttributes-
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.EventApiAttributes
EventApiAttributes.Builder, EventApiAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(EventApiAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theEventApiAttributes.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 ARN of the Event API.final StringgetApiId()an unique AWS AppSync Event API identifier i.e.final Stringthe name of the Event API.final List<AppSyncAuthorizationType> The Authorization Types for this Event Api.final Stringthe domain name of the Api's HTTP endpoint.final Stringthe domain name of the Api's real-time endpoint.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 theEventApiAttributes.Builder.
-
-
Method Details
-
getApiId
Description copied from interface:EventApiAttributesan unique AWS AppSync Event API identifier i.e. 'lxz775lwdrgcndgz3nurvac7oa'.- Specified by:
getApiIdin interfaceEventApiAttributes
-
getHttpDns
Description copied from interface:EventApiAttributesthe domain name of the Api's HTTP endpoint.- Specified by:
getHttpDnsin interfaceEventApiAttributes
-
getRealtimeDns
Description copied from interface:EventApiAttributesthe domain name of the Api's real-time endpoint.- Specified by:
getRealtimeDnsin interfaceEventApiAttributes
-
getApiArn
Description copied from interface:EventApiAttributesthe ARN of the Event API.Default: - constructed arn
- Specified by:
getApiArnin interfaceEventApiAttributes
-
getApiName
Description copied from interface:EventApiAttributesthe name of the Event API.Default: - not needed to import API
- Specified by:
getApiNamein interfaceEventApiAttributes
-
getAuthProviderTypes
Description copied from interface:EventApiAttributesThe Authorization Types for this Event Api.Default: - none, required to construct event rules from imported APIs
- Specified by:
getAuthProviderTypesin interfaceEventApiAttributes
-
$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()
-