@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:05.105Z") @Stability(value=Stable) public interface CfnGraphQLSchemaProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appsync.*;
CfnGraphQLSchemaProps cfnGraphQLSchemaProps = CfnGraphQLSchemaProps.builder()
.apiId("apiId")
// the properties below are optional
.definition("definition")
.definitionS3Location("definitionS3Location")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGraphQLSchemaProps.Builder
A builder for
CfnGraphQLSchemaProps |
static class |
CfnGraphQLSchemaProps.Jsii$Proxy
An implementation for
CfnGraphQLSchemaProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnGraphQLSchemaProps.Builder |
builder() |
String |
getApiId()
`AWS::AppSync::GraphQLSchema.ApiId`.
|
default String |
getDefinition()
`AWS::AppSync::GraphQLSchema.Definition`.
|
default String |
getDefinitionS3Location()
`AWS::AppSync::GraphQLSchema.DefinitionS3Location`.
|
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @Nullable default String getDefinition()
@Stability(value=Stable) @Nullable default String getDefinitionS3Location()
@Stability(value=Stable) static CfnGraphQLSchemaProps.Builder builder()
CfnGraphQLSchemaProps.Builder of CfnGraphQLSchemaPropsCopyright © 2021. All rights reserved.