Class: Aws::AmplifyBackend::Types::CreateBackendAuthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::CreateBackendAuthRequest
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
-
#backend_environment_name ⇒ String
-
#resource_config ⇒ Types::CreateBackendAuthResourceConfig
Defines the resource configuration when creating an auth resource in your Amplify project.
-
#resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
876 877 878 879 880 881 882 883 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 876 class CreateBackendAuthRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
876 877 878 879 880 881 882 883 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 876 class CreateBackendAuthRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::CreateBackendAuthResourceConfig
Defines the resource configuration when creating an auth resource in your Amplify project.
876 877 878 879 880 881 882 883 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 876 class CreateBackendAuthRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
876 877 878 879 880 881 882 883 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 876 class CreateBackendAuthRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |