public static final class CfnGraphQLSchemaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGraphQLSchemaProps
CfnGraphQLSchemaProps
CfnGraphQLSchemaProps.Builder, CfnGraphQLSchemaProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getApiId()
The AWS AppSync GraphQL API identifier to which you want to apply this schema.
|
java.lang.String |
getDefinition()
The text representation of a GraphQL schema in SDL format.
|
java.lang.String |
getDefinitionS3Location()
The location of a GraphQL schema file in an Amazon S3 bucket.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getApiId()
CfnGraphQLSchemaProps
getApiId
in interface CfnGraphQLSchemaProps
public final java.lang.String getDefinition()
CfnGraphQLSchemaProps
For more information about using the Ref
function, see Ref .
getDefinition
in interface CfnGraphQLSchemaProps
public final java.lang.String getDefinitionS3Location()
CfnGraphQLSchemaProps
Use this if you want to provision with the schema living in Amazon S3 rather than embedding it in your CloudFormation template.
getDefinitionS3Location
in interface CfnGraphQLSchemaProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()