Class: Aws::Amplify::Types::CreateBackendEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::CreateBackendEnvironmentRequest
- 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
-
#app_id ⇒ String
The unique ID for an Amplify app.
-
#deployment_artifacts ⇒ String
The name of deployment artifacts.
-
#environment_name ⇒ String
The name for the backend environment.
-
#stack_name ⇒ String
The AWS CloudFormation stack name of a backend environment.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
837 838 839 840 841 842 843 844 |
# File 'lib/aws-sdk-amplify/types.rb', line 837 class CreateBackendEnvironmentRequest < Struct.new( :app_id, :environment_name, :stack_name, :deployment_artifacts) SENSITIVE = [] include Aws::Structure end |
#deployment_artifacts ⇒ String
The name of deployment artifacts.
837 838 839 840 841 842 843 844 |
# File 'lib/aws-sdk-amplify/types.rb', line 837 class CreateBackendEnvironmentRequest < Struct.new( :app_id, :environment_name, :stack_name, :deployment_artifacts) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name for the backend environment.
837 838 839 840 841 842 843 844 |
# File 'lib/aws-sdk-amplify/types.rb', line 837 class CreateBackendEnvironmentRequest < Struct.new( :app_id, :environment_name, :stack_name, :deployment_artifacts) SENSITIVE = [] include Aws::Structure end |
#stack_name ⇒ String
The AWS CloudFormation stack name of a backend environment.
837 838 839 840 841 842 843 844 |
# File 'lib/aws-sdk-amplify/types.rb', line 837 class CreateBackendEnvironmentRequest < Struct.new( :app_id, :environment_name, :stack_name, :deployment_artifacts) SENSITIVE = [] include Aws::Structure end |