Class GraphqlApiAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.GraphqlApiAttributes.Jsii$Proxy
- All Implemented Interfaces:
GraphqlApiAttributes
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
GraphqlApiAttributes
@Stability(Stable)
@Internal
public static final class GraphqlApiAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements GraphqlApiAttributes
An implementation for
GraphqlApiAttributes
-
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.GraphqlApiAttributes
GraphqlApiAttributes.Builder, GraphqlApiAttributes.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GraphqlApiAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theGraphqlApiAttributes.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 for the GraphQL Api.final String
an unique AWS AppSync GraphQL API identifier i.e.final String
The GraphQl endpoint arn for the GraphQL API.final List<AuthorizationType>
getModes()
The Authorization Types for this GraphQL Api.final Visibility
The GraphQl API visibility.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 theGraphqlApiAttributes.Builder
.
-
-
Method Details
-
getGraphqlApiId
Description copied from interface:GraphqlApiAttributes
an unique AWS AppSync GraphQL API identifier i.e. 'lxz775lwdrgcndgz3nurvac7oa'.- Specified by:
getGraphqlApiId
in interfaceGraphqlApiAttributes
-
getGraphqlApiArn
Description copied from interface:GraphqlApiAttributes
the arn for the GraphQL Api.Default: - autogenerated arn
- Specified by:
getGraphqlApiArn
in interfaceGraphqlApiAttributes
-
getGraphQLEndpointArn
Description copied from interface:GraphqlApiAttributes
The GraphQl endpoint arn for the GraphQL API.Default: - none, required to construct event rules from imported APIs
- Specified by:
getGraphQLEndpointArn
in interfaceGraphqlApiAttributes
-
getModes
Description copied from interface:GraphqlApiAttributes
The Authorization Types for this GraphQL Api.Default: - none, required to construct event rules from imported APIs
- Specified by:
getModes
in interfaceGraphqlApiAttributes
-
getVisibility
Description copied from interface:GraphqlApiAttributes
The GraphQl API visibility.Default: - GLOBAL
- Specified by:
getVisibility
in interfaceGraphqlApiAttributes
-
$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()
-