Class: Aws::Amplify::Types::CreateBackendEnvironmentRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplify/types.rb

Overview

The request structure for the backend environment create request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idString

The unique ID for an Amplify app.

Returns:

  • (String)


767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-amplify/types.rb', line 767

class CreateBackendEnvironmentRequest < Struct.new(
  :app_id,
  :environment_name,
  :stack_name,
  :deployment_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_artifactsString

The name of deployment artifacts.

Returns:

  • (String)


767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-amplify/types.rb', line 767

class CreateBackendEnvironmentRequest < Struct.new(
  :app_id,
  :environment_name,
  :stack_name,
  :deployment_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name for the backend environment.

Returns:

  • (String)


767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-amplify/types.rb', line 767

class CreateBackendEnvironmentRequest < Struct.new(
  :app_id,
  :environment_name,
  :stack_name,
  :deployment_artifacts)
  SENSITIVE = []
  include Aws::Structure
end

#stack_nameString

The AWS CloudFormation stack name of a backend environment.

Returns:

  • (String)


767
768
769
770
771
772
773
774
# File 'lib/aws-sdk-amplify/types.rb', line 767

class CreateBackendEnvironmentRequest < Struct.new(
  :app_id,
  :environment_name,
  :stack_name,
  :deployment_artifacts)
  SENSITIVE = []
  include Aws::Structure
end