GraphqlApi constructor

GraphqlApi({
  1. List<AdditionalAuthenticationProvider>? additionalAuthenticationProviders,
  2. String? apiId,
  3. String? arn,
  4. AuthenticationType? authenticationType,
  5. LogConfig? logConfig,
  6. String? name,
  7. OpenIDConnectConfig? openIDConnectConfig,
  8. Map<String, String>? tags,
  9. Map<String, String>? uris,
  10. UserPoolConfig? userPoolConfig,
  11. String? wafWebAclArn,
  12. bool? xrayEnabled,
})

Implementation

GraphqlApi({
  this.additionalAuthenticationProviders,
  this.apiId,
  this.arn,
  this.authenticationType,
  this.logConfig,
  this.name,
  this.openIDConnectConfig,
  this.tags,
  this.uris,
  this.userPoolConfig,
  this.wafWebAclArn,
  this.xrayEnabled,
});