Class: Aws::AppSync::Types::GraphqlApi
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GraphqlApi
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Describes a GraphQL API.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_authentication_providers ⇒ Array<Types::AdditionalAuthenticationProvider>
A list of additional authentication providers for the
GraphqlApi
API. -
#api_id ⇒ String
The API ID.
-
#arn ⇒ String
The Amazon Resource Name (ARN).
-
#authentication_type ⇒ String
The authentication type.
-
#lambda_authorizer_config ⇒ Types::LambdaAuthorizerConfig
Configuration for Lambda function authorization.
-
#log_config ⇒ Types::LogConfig
The Amazon CloudWatch Logs configuration.
-
#name ⇒ String
The API name.
-
#open_id_connect_config ⇒ Types::OpenIDConnectConfig
The OpenID Connect configuration.
-
#tags ⇒ Hash<String,String>
The tags.
-
#uris ⇒ Hash<String,String>
The URIs.
-
#user_pool_config ⇒ Types::UserPoolConfig
The Amazon Cognito user pool configuration.
-
#waf_web_acl_arn ⇒ String
The ARN of the WAF access control list (ACL) associated with this
GraphqlApi
, if one exists. -
#xray_enabled ⇒ Boolean
A flag indicating whether to use X-Ray tracing for this
GraphqlApi
.
Instance Attribute Details
#additional_authentication_providers ⇒ Array<Types::AdditionalAuthenticationProvider>
A list of additional authentication providers for the GraphqlApi
API.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#api_id ⇒ String
The API ID.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN).
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#authentication_type ⇒ String
The authentication type.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#lambda_authorizer_config ⇒ Types::LambdaAuthorizerConfig
Configuration for Lambda function authorization.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#log_config ⇒ Types::LogConfig
The Amazon CloudWatch Logs configuration.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The API name.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#open_id_connect_config ⇒ Types::OpenIDConnectConfig
The OpenID Connect configuration.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#uris ⇒ Hash<String,String>
The URIs.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#user_pool_config ⇒ Types::UserPoolConfig
The Amazon Cognito user pool configuration.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#waf_web_acl_arn ⇒ String
The ARN of the WAF access control list (ACL) associated with this
GraphqlApi
, if one exists.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |
#xray_enabled ⇒ Boolean
A flag indicating whether to use X-Ray tracing for this
GraphqlApi
.
2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2134 class GraphqlApi < Struct.new( :name, :api_id, :authentication_type, :log_config, :user_pool_config, :open_id_connect_config, :arn, :uris, :tags, :additional_authentication_providers, :xray_enabled, :waf_web_acl_arn, :lambda_authorizer_config) SENSITIVE = [] include Aws::Structure end |