Class: Aws::AmplifyBackend::Types::DeleteBackendAPIRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::DeleteBackendAPIRequest
- Defined in:
- gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb
Overview
Note:
When making an API call, you may pass DeleteBackendAPIRequest data as a hash:
{
app_id: "__string", # required
backend_environment_name: "__string", # required
resource_config: {
additional_auth_types: [
{
mode: "API_KEY", # accepts API_KEY, AWS_IAM, AMAZON_COGNITO_USER_POOLS, OPENID_CONNECT
settings: {
cognito_user_pool_id: "__string",
description: "__string",
expiration_time: 1.0,
open_id_auth_ttl: "__string",
open_id_client_id: "__string",
open_id_iat_ttl: "__string",
open_id_issue_url: "__string",
open_id_provider_name: "__string",
},
},
],
api_name: "__string",
conflict_resolution: {
resolution_strategy: "OPTIMISTIC_CONCURRENCY", # accepts OPTIMISTIC_CONCURRENCY, LAMBDA, AUTOMERGE, NONE
},
default_auth_type: {
mode: "API_KEY", # accepts API_KEY, AWS_IAM, AMAZON_COGNITO_USER_POOLS, OPENID_CONNECT
settings: {
cognito_user_pool_id: "__string",
description: "__string",
expiration_time: 1.0,
open_id_auth_ttl: "__string",
open_id_client_id: "__string",
open_id_iat_ttl: "__string",
open_id_issue_url: "__string",
open_id_provider_name: "__string",
},
},
service: "__string",
transform_schema: "__string",
},
resource_name: "__string", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
-
#backend_environment_name ⇒ String
-
#resource_config ⇒ Types::BackendAPIResourceConfig
The resource config for the data model, configured as a part of the Amplify project.
-
#resource_name ⇒ String
Instance Attribute Details
#app_id ⇒ String
1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1990 class DeleteBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#backend_environment_name ⇒ String
1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1990 class DeleteBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_config ⇒ Types::BackendAPIResourceConfig
The resource config for the data model, configured as a part of the Amplify project.
1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1990 class DeleteBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
1990 1991 1992 1993 1994 1995 1996 1997 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1990 class DeleteBackendAPIRequest < Struct.new( :app_id, :backend_environment_name, :resource_config, :resource_name) SENSITIVE = [] include Aws::Structure end |