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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.EventApiAttributes
EventApiAttributes.Builder, EventApiAttributes.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(EventApiAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theEventApiAttributes.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
the ARN of the Event API.final String
getApiId()
an unique AWS AppSync Event API identifier i.e.final String
the name of the Event API.final List
<AppSyncAuthorizationType> The Authorization Types for this Event Api.final String
the domain name of the Api's HTTP endpoint.final String
the domain name of the Api's real-time endpoint.final int
hashCode()
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:EventApiAttributes
an unique AWS AppSync Event API identifier i.e. 'lxz775lwdrgcndgz3nurvac7oa'.- Specified by:
getApiId
in interfaceEventApiAttributes
-
getHttpDns
Description copied from interface:EventApiAttributes
the domain name of the Api's HTTP endpoint.- Specified by:
getHttpDns
in interfaceEventApiAttributes
-
getRealtimeDns
Description copied from interface:EventApiAttributes
the domain name of the Api's real-time endpoint.- Specified by:
getRealtimeDns
in interfaceEventApiAttributes
-
getApiArn
Description copied from interface:EventApiAttributes
the ARN of the Event API.Default: - constructed arn
- Specified by:
getApiArn
in interfaceEventApiAttributes
-
getApiName
Description copied from interface:EventApiAttributes
the name of the Event API.Default: - not needed to import API
- Specified by:
getApiName
in interfaceEventApiAttributes
-
getAuthProviderTypes
Description copied from interface:EventApiAttributes
The Authorization Types for this Event Api.Default: - none, required to construct event rules from imported APIs
- Specified by:
getAuthProviderTypes
in interfaceEventApiAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-