Class: Aws::AmplifyBackend::Types::CreateBackendReqObj

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb

Overview

The request object for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The app ID.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1141

class CreateBackendReqObj < Struct.new(
  :app_id,
  :app_name,
  :backend_environment_name,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#app_nameString

The name of the app.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1141

class CreateBackendReqObj < Struct.new(
  :app_id,
  :app_name,
  :backend_environment_name,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#backend_environment_nameString

The name of the backend environment.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1141

class CreateBackendReqObj < Struct.new(
  :app_id,
  :app_name,
  :backend_environment_name,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_configTypes::ResourceConfig

The resource configuration for creating a backend.

Returns:

  • (Types::ResourceConfig)


1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1141

class CreateBackendReqObj < Struct.new(
  :app_id,
  :app_name,
  :backend_environment_name,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_nameString

The name of the resource.

Returns:

  • (String)


1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 1141

class CreateBackendReqObj < Struct.new(
  :app_id,
  :app_name,
  :backend_environment_name,
  :resource_config,
  :resource_name)
  SENSITIVE = []
  include Aws::Structure
end