SimulationArgs

data class SimulationArgs(val maximumDuration: Output<String>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val schemaS3Location: Output<SimulationS3LocationArgs>? = null, val snapshotS3Location: Output<SimulationS3LocationArgs>? = null) : ConvertibleToJava<SimulationArgs>

AWS::SimSpaceWeaver::Simulation resource creates an AWS Simulation.

Example Usage

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Example

No Java example available.

Constructors

Link copied to clipboard
constructor(maximumDuration: Output<String>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, schemaS3Location: Output<SimulationS3LocationArgs>? = null, snapshotS3Location: Output<SimulationS3LocationArgs>? = null)

Properties

Link copied to clipboard
val maximumDuration: Output<String>? = null

The maximum running time of the simulation.

Link copied to clipboard
val name: Output<String>? = null

The name of the simulation.

Link copied to clipboard
val roleArn: Output<String>? = null

Role ARN.

Link copied to clipboard

The location of the simulation schema in Amazon Simple Storage Service ( Amazon S3 ). For more information about Amazon S3 , see the Amazon Simple Storage Service User Guide . Provide a SchemaS3Location to start your simulation from a schema. If you provide a SchemaS3Location then you can't provide a SnapshotS3Location .

Link copied to clipboard

The location of the snapshot in Amazon Simple Storage Service ( Amazon S3 ). For more information about Amazon S3 , see the Amazon Simple Storage Service User Guide . Provide a SnapshotS3Location to start your simulation from a snapshot. If you provide a SnapshotS3Location then you can't provide a SchemaS3Location .

Functions

Link copied to clipboard
open override fun toJava(): SimulationArgs