String logGroupArn
The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
S3Destination destination
The Amazon S3 bucket and optional folder (object key prefix) where SimSpace Weaver creates the snapshot file.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
String simulation
The name of the simulation.
String simulation
The name of the simulation.
String description
The description of the app.
String domain
The name of the domain of the app.
SimulationAppEndpointInfo endpointInfo
Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
LaunchOverrides launchOverrides
String name
The name of the app.
String simulation
The name of the simulation of the app.
String status
The current lifecycle state of the custom app.
String targetStatus
The desired lifecycle state of the custom app.
String simulation
The name of the simulation.
String arn
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.
Date creationTime
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).
String description
The description of the simulation.
String executionId
A universally unique identifier (UUID) for this simulation.
LiveSimulationState liveSimulationState
A collection of additional state information, such as domain and clock configuration.
LoggingConfiguration loggingConfiguration
Settings that control how SimSpace Weaver handles your simulation log data.
String maximumDuration
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.
String name
The name of the simulation.
String roleArn
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.
String schemaError
An error message that SimSpace Weaver returns only if there is a problem with the simulation schema.
S3Location schemaS3Location
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 .
S3Location snapshotS3Location
String startError
An error message that SimSpace Weaver returns only if a problem occurs when the simulation is in the
STARTING state.
String status
The current lifecycle state of the simulation.
String targetStatus
The desired lifecycle state of the simulation.
String lifecycle
The type of lifecycle management for apps in the domain. Indicates whether apps in this domain are managed (SimSpace Weaver starts and stops the apps) or unmanaged (you must start and stop the apps).
Lifecycle types
PerWorker – Managed: SimSpace Weaver starts one app on each worker.
BySpatialSubdivision – Managed: SimSpace Weaver starts one app for each spatial partition.
ByRequest – Unmanaged: You use the StartApp API to start the apps and use the
StopApp API to stop the apps.
String name
The name of the domain.
String domain
The name of the domain that you want to list apps for.
Integer maxResults
The maximum number of apps to list.
String nextToken
If SimSpace Weaver returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException error.
String simulation
The name of the simulation that you want to list apps for.
List<E> apps
The list of apps for the given simulation and domain.
String nextToken
If SimSpace Weaver returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException error.
Integer maxResults
The maximum number of simulations to list.
String nextToken
If SimSpace Weaver returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException error.
String nextToken
If SimSpace Weaver returns nextToken, then there are more results available. The value of
nextToken is a unique pagination token for each page. To retrieve the next page, call the operation
again using the returned token. Keep all other arguments unchanged. If no results remain, then
nextToken is set to null. Each pagination token expires after 24 hours. If you provide
a token that isn't valid, then you receive an HTTP 400 ValidationException error.
List<E> simulations
The list of simulations.
String resourceArn
The Amazon Resource Name (ARN) of the resource. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
List<E> clocks
A list of simulation clocks.
At this time, a simulation has only one clock.
List<E> domains
A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
CloudWatchLogsLogGroup cloudWatchLogsLogGroup
An Amazon CloudWatch Logs log group that stores simulation log data. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.
String bucketName
The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
String objectKeyPrefix
A string prefix for an Amazon S3 object key. It's usually a folder name. For more information about folders in Amazon S3, see Organizing objects in the Amazon S3 console using folders in the Amazon Simple Storage Service User Guide.
String bucketName
The name of an Amazon S3 bucket. For more information about buckets, see Creating, configuring, and working with Amazon S3 buckets in the Amazon Simple Storage Service User Guide.
String objectKey
The key name of an object in Amazon S3. For more information about Amazon S3 objects and object keys, see Uploading, downloading, and working with objects in Amazon S3 in the Amazon Simple Storage Service User Guide.
String domain
The domain of the app. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.
String name
The name of the app.
String simulation
The name of the simulation of the app.
String status
The current status of the app.
String targetStatus
The desired status of the app.
Integer actual
The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when the app
starts. SimSpace Weaver maps the Declared port to the Actual port. Clients connect to
the app using the app's IP address and the Actual port number.
Integer declared
The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps the
Declared port to the Actual port. The source code for the app should bind to the
Declared port.
String arn
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.
Date creationTime
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).
String name
The name of the simulation.
String status
The current status of the simulation.
String targetStatus
The desired status of the simulation.
String clientToken
A value that you provide to ensure that repeated calls to this API operation using the same parameters complete
only once. A ClientToken is also known as an idempotency token. A ClientToken
expires after 24 hours.
String description
The description of the app.
String domain
The name of the domain of the app.
LaunchOverrides launchOverrides
String name
The name of the app.
String simulation
The name of the simulation of the app.
String simulation
The name of the simulation.
String clientToken
A value that you provide to ensure that repeated calls to this API operation using the same parameters complete
only once. A ClientToken is also known as an idempotency token. A ClientToken
expires after 24 hours.
String description
The description of the simulation.
String maximumDuration
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.
String name
The name of the simulation.
String roleArn
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.
S3Location schemaS3Location
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.
S3Location snapshotS3Location
The location of the snapshot .zip file 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.
The Amazon S3 bucket must be in the same Amazon Web Services Region as the simulation.
If you provide a SnapshotS3Location then you can't provide a SchemaS3Location.
Map<K,V> tags
A list of tags for the simulation. For more information about tags, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference.
String arn
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.
Date creationTime
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).
String executionId
A universally unique identifier (UUID) for this simulation.
String simulation
The name of the simulation.
String simulation
The name of the simulation.
String resourceArn
The Amazon Resource Name (ARN) of the resource that you want to add tags to. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
Map<K,V> tags
A list of tags to apply to the resource.
String resourceArn
The Amazon Resource Name (ARN) of the resource that you want to remove tags from. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference.
List<E> tagKeys
A list of tag keys to remove from the resource.
Copyright © 2023. All rights reserved.