class Aws::Amplify::Types::CreateBackendEnvironmentRequest

The request structure for the backend environment create request.

@note When making an API call, you may pass CreateBackendEnvironmentRequest

data as a hash:

    {
      app_id: "AppId", # required
      environment_name: "EnvironmentName", # required
      stack_name: "StackName",
      deployment_artifacts: "DeploymentArtifacts",
    }

@!attribute [rw] app_id

The unique ID for an Amplify app.
@return [String]

@!attribute [rw] environment_name

The name for the backend environment.
@return [String]

@!attribute [rw] stack_name

The AWS CloudFormation stack name of a backend environment.
@return [String]

@!attribute [rw] deployment_artifacts

The name of deployment artifacts.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/amplify-2017-07-25/CreateBackendEnvironmentRequest AWS API Documentation

Constants

SENSITIVE