Uses of Interface
software.amazon.awscdk.interfaces.appsync.IGraphQLApiRef
Packages that use IGraphQLApiRef
Package
Description
AWS AppSync Construct Library
AWS::WAFv2 Construct Library
-
Uses of IGraphQLApiRef in software.amazon.awscdk.interfaces.appsync
Subinterfaces of IGraphQLApiRef in software.amazon.awscdk.interfaces.appsyncModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGraphQLApiRef.Classes in software.amazon.awscdk.interfaces.appsync that implement IGraphQLApiRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IGraphQLApiRef in software.amazon.awscdk.services.appsync
Subinterfaces of IGraphQLApiRef in software.amazon.awscdk.services.appsyncModifier and TypeInterfaceDescriptioninterfaceInterface for GraphQL.static interfaceInternal default implementation forIGraphqlApi.Classes in software.amazon.awscdk.services.appsync that implement IGraphQLApiRefModifier and TypeClassDescriptionclassTheAWS::AppSync::GraphQLApiresource creates a new AWS AppSync GraphQL API.classAn AppSync GraphQL API.classBase Class for GraphQL API.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.appsync that return IGraphQLApiRefModifier and TypeMethodDescriptionfinal IGraphQLApiRefBackedDataSourceProps.Jsii$Proxy.getApi()BaseDataSourceProps.getApi()The API to attach this data source to.final IGraphQLApiRefBaseDataSourceProps.Jsii$Proxy.getApi()final IGraphQLApiRefDynamoDbDataSourceProps.Jsii$Proxy.getApi()final IGraphQLApiRefElasticsearchDataSourceProps.Jsii$Proxy.getApi()Deprecated.final IGraphQLApiRefEventBridgeDataSourceProps.Jsii$Proxy.getApi()final IGraphQLApiRefHttpDataSourceProps.Jsii$Proxy.getApi()final IGraphQLApiRefLambdaDataSourceProps.Jsii$Proxy.getApi()final IGraphQLApiRefNoneDataSourceProps.Jsii$Proxy.getApi()final IGraphQLApiRefOpenSearchDataSourceProps.Jsii$Proxy.getApi()final IGraphQLApiRefRdsDataSourceProps.Jsii$Proxy.getApi()final IGraphQLApiRefRdsDataSourcePropsV2.Jsii$Proxy.getApi()Methods in software.amazon.awscdk.services.appsync with parameters of type IGraphQLApiRefModifier and TypeMethodDescriptionBackedDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()BaseDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()DynamoDbDataSource.Builder.api(IGraphQLApiRef api) The API to attach this data source to.DynamoDbDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()ElasticsearchDataSource.Builder.api(IGraphQLApiRef api) Deprecated.The API to attach this data source to.ElasticsearchDataSourceProps.Builder.api(IGraphQLApiRef api) Deprecated.Sets the value ofBaseDataSourceProps.getApi()EventBridgeDataSource.Builder.api(IGraphQLApiRef api) The API to attach this data source to.EventBridgeDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()HttpDataSource.Builder.api(IGraphQLApiRef api) The API to attach this data source to.HttpDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()LambdaDataSource.Builder.api(IGraphQLApiRef api) The API to attach this data source to.LambdaDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()NoneDataSource.Builder.api(IGraphQLApiRef api) The API to attach this data source to.NoneDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()OpenSearchDataSource.Builder.api(IGraphQLApiRef api) The API to attach this data source to.OpenSearchDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()RdsDataSource.Builder.api(IGraphQLApiRef api) The API to attach this data source to.RdsDataSourceProps.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()RdsDataSourcePropsV2.Builder.api(IGraphQLApiRef api) Sets the value ofBaseDataSourceProps.getApi()static StringCfnGraphQLApi.arnForGraphQLApi(IGraphQLApiRef resource) ISchema.bind(IGraphQLApiRef api) Binds a schema string to a GraphQlApi.ISchema.bind(IGraphQLApiRef api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.default ISchemaConfigISchema.Jsii$Default.bind(IGraphQLApiRef api) Binds a schema string to a GraphQlApi.default ISchemaConfigISchema.Jsii$Default.bind(IGraphQLApiRef api, SchemaBindOptions options) Binds a schema string to a GraphQlApi.final ISchemaConfigISchema.Jsii$Proxy.bind(IGraphQLApiRef api) Binds a schema string to a GraphQlApi.SchemaFile.bind(IGraphQLApiRef api) Called when the GraphQL Api is initialized to allow this object to bind to the stack.SchemaFile.bind(IGraphQLApiRef api, SchemaBindOptions _options) Called when the GraphQL Api is initialized to allow this object to bind to the stack. -
Uses of IGraphQLApiRef in software.amazon.awscdk.services.wafv2
Methods in software.amazon.awscdk.services.wafv2 with parameters of type IGraphQLApiRefModifier and TypeMethodDescriptionCfnWebACLAssociation.Builder.resourceArn(IGraphQLApiRef resourceArn) The Amazon Resource Name (ARN) of the resource to associate with the web ACL.CfnWebACLAssociationProps.Builder.resourceArn(IGraphQLApiRef resourceArn) Sets the value ofCfnWebACLAssociationProps.getResourceArn()