RuleAppSyncParametersArgs

data class RuleAppSyncParametersArgs(val graphQlOperation: Output<String>) : ConvertibleToJava<RuleAppSyncParametersArgs>

Constructors

Link copied to clipboard
constructor(graphQlOperation: Output<String>)

Properties

Link copied to clipboard

The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service. For more information, see Operations in the AWS AppSync User Guide .

Functions

Link copied to clipboard
open override fun toJava(): RuleAppSyncParametersArgs