Method: Aws::RoboMaker::Types::DeploymentLaunchConfig#post_launch_file

Defined in:
lib/aws-sdk-robomaker/types.rb

#post_launch_fileString

The deployment post-launch file. This file will be executed after the launch file.

Returns:

  • (String)


1831
1832
1833
1834
1835
1836
1837
1838
1839
# File 'lib/aws-sdk-robomaker/types.rb', line 1831

class DeploymentLaunchConfig < Struct.new(
  :package_name,
  :pre_launch_file,
  :launch_file,
  :post_launch_file,
  :environment_variables)
  SENSITIVE = []
  include Aws::Structure
end