Amazon SimSpace Weaver · JSON Structure

Amazon Simspace Weaver Cloud Watch Logs Log Group Structure

The Amazon CloudWatch Logs log group for the simulation. For more information about log groups, see Working with log groups and log streams in the Amazon CloudWatch Logs User Guide.

Type: object Properties: 1
DefenseDigital TwinSimulationSpatial Simulation

CloudWatchLogsLogGroup is a JSON Structure definition published by Amazon SimSpace Weaver, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LogGroupArn

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simspace-weaver/refs/heads/main/json-structure/amazon-simspace-weaver-cloud-watch-logs-log-group-structure.json",
  "name": "CloudWatchLogsLogGroup",
  "description": "The Amazon CloudWatch Logs log group for the simulation. For more information about log groups, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html\">Working with log groups and log streams</a> in the <i>Amazon CloudWatch Logs User Guide</i>.",
  "properties": {
    "LogGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogGroupArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the Amazon CloudWatch Logs log group for the simulation. For more information about ARNs, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>. For more information about log groups, see <a href=\"https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/Working-with-log-groups-and-streams.html\">Working with log groups and log streams</a> in the <i>Amazon CloudWatch Logs User Guide</i>."
        }
      ]
    }
  }
}