Class: Aws::AmplifyBackend::Types::UpdateBackendAuthResourceConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::UpdateBackendAuthResourceConfig
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Defines the resource configuration when updating an authentication resource in your Amplify project.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auth_resources ⇒ String
Defines the service name to use when configuring an authentication resource in your Amplify project.
-
#identity_pool_configs ⇒ Types::UpdateBackendAuthIdentityPoolConfig
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
-
#service ⇒ String
Defines the service name to use when configuring an authentication resource in your Amplify project.
-
#user_pool_configs ⇒ Types::UpdateBackendAuthUserPoolConfig
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
Instance Attribute Details
#auth_resources ⇒ String
Defines the service name to use when configuring an authentication resource in your Amplify project.
3274 3275 3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3274 class UpdateBackendAuthResourceConfig < Struct.new( :auth_resources, :identity_pool_configs, :service, :user_pool_configs) SENSITIVE = [] include Aws::Structure end |
#identity_pool_configs ⇒ Types::UpdateBackendAuthIdentityPoolConfig
Describes the authorization configuration for the Amazon Cognito identity pool, provisioned as a part of your auth resource in the Amplify project.
3274 3275 3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3274 class UpdateBackendAuthResourceConfig < Struct.new( :auth_resources, :identity_pool_configs, :service, :user_pool_configs) SENSITIVE = [] include Aws::Structure end |
#service ⇒ String
Defines the service name to use when configuring an authentication resource in your Amplify project.
3274 3275 3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3274 class UpdateBackendAuthResourceConfig < Struct.new( :auth_resources, :identity_pool_configs, :service, :user_pool_configs) SENSITIVE = [] include Aws::Structure end |
#user_pool_configs ⇒ Types::UpdateBackendAuthUserPoolConfig
Describes the authentication configuration for the Amazon Cognito user pool, provisioned as a part of your auth resource in the Amplify project.
3274 3275 3276 3277 3278 3279 3280 3281 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3274 class UpdateBackendAuthResourceConfig < Struct.new( :auth_resources, :identity_pool_configs, :service, :user_pool_configs) SENSITIVE = [] include Aws::Structure end |