You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppSync::Types::GraphqlApi

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#additional_authentication_providersArray<Types::AdditionalAuthenticationProvider>

A list of additional authentication providers for the GraphqlApi API.

Returns:

#api_idString

The API ID.

Returns:

  • (String)

    The API ID.

#arnString

The ARN.

Returns:

  • (String)

    The ARN.

#authentication_typeString

The authentication type.

Possible values:

  • API_KEY
  • AWS_IAM
  • AMAZON_COGNITO_USER_POOLS
  • OPENID_CONNECT

Returns:

  • (String)

    The authentication type.

#log_configTypes::LogConfig

The Amazon CloudWatch Logs configuration.

Returns:

#nameString

The API name.

Returns:

  • (String)

    The API name.

#open_id_connect_configTypes::OpenIDConnectConfig

The OpenID Connect configuration.

Returns:

#tagsHash<String,String>

The tags.

Returns:

  • (Hash<String,String>)

    The tags.

#urisHash<String,String>

The URIs.

Returns:

  • (Hash<String,String>)

    The URIs.

#user_pool_configTypes::UserPoolConfig

The Amazon Cognito user pool configuration.

Returns:

#waf_web_acl_arnString

The ARN of the AWS Web Application Firewall (WAF) ACL associated with this GraphqlApi, if one exists.

Returns:

  • (String)

    The ARN of the AWS Web Application Firewall (WAF) ACL associated with this GraphqlApi, if one exists.

#xray_enabledBoolean

A flag representing whether X-Ray tracing is enabled for this GraphqlApi.

Returns:

  • (Boolean)

    A flag representing whether X-Ray tracing is enabled for this GraphqlApi.