DescribeSimulationResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.

Link copied to clipboard

The time when the simulation was created, expressed as the number of seconds and milliseconds in UTC since the Unix epoch (0:0:0.000, January 1, 1970).

Link copied to clipboard

The description of the simulation.

Link copied to clipboard

A universally unique identifier (UUID) for this simulation.

Link copied to clipboard

A collection of additional state information, such as domain and clock configuration.

Link copied to clipboard

Settings that control how SimSpace Weaver handles your simulation log data.

Link copied to clipboard

The maximum running time of the simulation, specified as a number of minutes (m or M), hours (h or H), or days (d or D). The simulation stops when it reaches this limit. The maximum value is 14D, or its equivalent in the other units. The default value is 14D. A value equivalent to 0 makes the simulation immediately transition to Stopping as soon as it reaches Started.

Link copied to clipboard
val name: String?

The name of the simulation.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that the simulation assumes to perform actions. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about IAM roles, see IAM roles in the Identity and Access Management User Guide.

Link copied to clipboard

An error message that SimSpace Weaver returns only if there is a problem with the simulation schema.

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.

Link copied to clipboard

A location in Amazon Simple Storage Service (Amazon S3) where SimSpace Weaver stores simulation data, such as your app .zip files and schema file. For more information about Amazon S3, see the Amazon Simple Storage Service User Guide.

Link copied to clipboard

An error message that SimSpace Weaver returns only if a problem occurs when the simulation is in the STARTING state.

Link copied to clipboard

The current lifecycle state of the simulation.

Link copied to clipboard

The desired lifecycle state of the simulation.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String