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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appsync.GraphqlApiAttributes
GraphqlApiAttributes.Builder, GraphqlApiAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(GraphqlApiAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theGraphqlApiAttributes.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 for the GraphQL Api.final Stringan unique AWS AppSync GraphQL API identifier i.e.final StringThe GraphQl endpoint arn for the GraphQL API.final List<AuthorizationType> getModes()The Authorization Types for this GraphQL Api.final VisibilityThe GraphQl API visibility.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 theGraphqlApiAttributes.Builder.
-
-
Method Details
-
getGraphqlApiId
Description copied from interface:GraphqlApiAttributesan unique AWS AppSync GraphQL API identifier i.e. 'lxz775lwdrgcndgz3nurvac7oa'.- Specified by:
getGraphqlApiIdin interfaceGraphqlApiAttributes
-
getGraphqlApiArn
Description copied from interface:GraphqlApiAttributesthe arn for the GraphQL Api.Default: - autogenerated arn
- Specified by:
getGraphqlApiArnin interfaceGraphqlApiAttributes
-
getGraphQLEndpointArn
Description copied from interface:GraphqlApiAttributesThe GraphQl endpoint arn for the GraphQL API.Default: - none, required to construct event rules from imported APIs
- Specified by:
getGraphQLEndpointArnin interfaceGraphqlApiAttributes
-
getModes
Description copied from interface:GraphqlApiAttributesThe Authorization Types for this GraphQL Api.Default: - none, required to construct event rules from imported APIs
- Specified by:
getModesin interfaceGraphqlApiAttributes
-
getVisibility
Description copied from interface:GraphqlApiAttributesThe GraphQl API visibility.Default: - GLOBAL
- Specified by:
getVisibilityin interfaceGraphqlApiAttributes
-
$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()
-