CfnSimulationApplicationVersionProps

class aws_cdk.aws_robomaker.CfnSimulationApplicationVersionProps(*, application, current_revision_id=None)

Bases: object

Properties for defining a CfnSimulationApplicationVersion.

Parameters:
  • application (str) – The application information for the simulation application.

  • current_revision_id (Optional[str]) – The current revision id for the simulation application. If you provide a value and it matches the latest revision ID, a new version will be created.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_robomaker as robomaker

cfn_simulation_application_version_props = robomaker.CfnSimulationApplicationVersionProps(
    application="application",

    # the properties below are optional
    current_revision_id="currentRevisionId"
)

Attributes

application

The application information for the simulation application.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-application

current_revision_id

The current revision id for the simulation application.

If you provide a value and it matches the latest revision ID, a new version will be created.

Link:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-simulationapplicationversion.html#cfn-robomaker-simulationapplicationversion-currentrevisionid