class Aws::RoboMaker::Types::DeploymentApplicationConfig

Information about a deployment application configuration.

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

data as a hash:

    {
      application: "Arn", # required
      application_version: "DeploymentVersion", # required
      launch_config: { # required
        package_name: "Command", # required
        pre_launch_file: "Path",
        launch_file: "Command", # required
        post_launch_file: "Path",
        environment_variables: {
          "EnvironmentVariableKey" => "EnvironmentVariableValue",
        },
      },
    }

@!attribute [rw] application

The Amazon Resource Name (ARN) of the robot application.
@return [String]

@!attribute [rw] application_version

The version of the application.
@return [String]

@!attribute [rw] launch_config

The launch configuration.
@return [Types::DeploymentLaunchConfig]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/DeploymentApplicationConfig AWS API Documentation

Constants

SENSITIVE