Class: Aws::RoboMaker::Types::CreateSimulationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateSimulationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#compute ⇒ Types::Compute
Compute information for the simulation job.
-
#data_sources ⇒ Array<Types::DataSourceConfig>
Specify data sources to mount read-only files from S3 into your simulation.
-
#failure_behavior ⇒ String
The failure behavior the simulation job.
-
#iam_role ⇒ String
The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf.
-
#logging_config ⇒ Types::LoggingConfig
The logging configuration.
-
#max_job_duration_in_seconds ⇒ Integer
The maximum simulation job duration in seconds (up to 14 days or 1,209,600 seconds. When ‘maxJobDurationInSeconds` is reached, the simulation job will status will transition to `Completed`..
-
#output_location ⇒ Types::OutputLocation
Location for output files generated by the simulation job.
-
#robot_applications ⇒ Array<Types::RobotApplicationConfig>
The robot application to use in the simulation job.
-
#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>
The simulation application to use in the simulation job.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the simulation job.
-
#vpc_config ⇒ Types::VPCConfig
If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs.
Instance Attribute Details
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#compute ⇒ Types::Compute
Compute information for the simulation job.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#data_sources ⇒ Array<Types::DataSourceConfig>
Specify data sources to mount read-only files from S3 into your simulation. These files are available under ‘/opt/robomaker/datasources/data_source_name`.
<note markdown=“1”> There is a limit of 100 files and a combined size of 25GB for all ‘DataSourceConfig` objects.
</note>
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#failure_behavior ⇒ String
The failure behavior the simulation job.
Continue
: Leaves the instance running for its maximum timeout duration after
a `4XX` error code.
Fail
: Stop the simulation job and terminate the instance.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#iam_role ⇒ String
The IAM role name that allows the simulation instance to call the AWS APIs that are specified in its associated policies on your behalf. This is how credentials are passed in to your simulation job.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#logging_config ⇒ Types::LoggingConfig
The logging configuration.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#max_job_duration_in_seconds ⇒ Integer
The maximum simulation job duration in seconds (up to 14 days or 1,209,600 seconds. When ‘maxJobDurationInSeconds` is reached, the simulation job will status will transition to `Completed`.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#output_location ⇒ Types::OutputLocation
Location for output files generated by the simulation job.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#robot_applications ⇒ Array<Types::RobotApplicationConfig>
The robot application to use in the simulation job.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#simulation_applications ⇒ Array<Types::SimulationApplicationConfig>
The simulation application to use in the simulation job.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the simulation job.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |
#vpc_config ⇒ Types::VPCConfig
If your simulation job accesses resources in a VPC, you provide this parameter identifying the list of security group IDs and subnet IDs. These must belong to the same VPC. You must provide at least one security group and one subnet ID.
961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 |
# File 'lib/aws-sdk-robomaker/types.rb', line 961 class CreateSimulationJobRequest < Struct.new( :client_request_token, :output_location, :logging_config, :max_job_duration_in_seconds, :iam_role, :failure_behavior, :robot_applications, :simulation_applications, :data_sources, :tags, :vpc_config, :compute) SENSITIVE = [] include Aws::Structure end |