Aws App Sync Graphql Api Properties Args
constructor(additionalAuthenticationProviders: Output<List<AdditionalAuthenticationProviderArgs>>? = null, apiId: Output<String>? = null, apiType: Output<GraphQLApiTypeEnumValueArgs>? = null, arn: Output<String>? = null, authenticationType: Output<AuthenticationTypeEnumValueArgs>? = null, dns: Output<Map<String, String>>? = null, enhancedMetricsConfig: Output<EnhancedMetricsConfigArgs>? = null, introspectionConfig: Output<GraphQLApiIntrospectionConfigEnumValueArgs>? = null, lambdaAuthorizerConfig: Output<LambdaAuthorizerConfigArgs>? = null, logConfig: Output<LogConfigArgs>? = null, mergedApiExecutionRoleArn: Output<String>? = null, name: Output<String>? = null, openIDConnectConfig: Output<OpenIDConnectConfigArgs>? = null, owner: Output<String>? = null, ownerContact: Output<String>? = null, queryDepthLimit: Output<Int>? = null, resolverCountLimit: Output<Int>? = null, tags: Output<Map<String, String>>? = null, uris: Output<Map<String, String>>? = null, userPoolConfig: Output<UserPoolConfigArgs>? = null, visibility: Output<GraphQLApiVisibilityEnumValueArgs>? = null, wafWebAclArn: Output<String>? = null, xrayEnabled: Output<Boolean>? = null)