CfnSimulationApplicationVersionMixinProps
- class aws_cdk.mixins_preview.aws_robomaker.mixins.CfnSimulationApplicationVersionMixinProps(*, application=None, current_revision_id=None)
Bases:
objectProperties for CfnSimulationApplicationVersionPropsMixin.
- Parameters:
application (
Optional[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.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_robomaker import mixins as robomaker_mixins cfn_simulation_application_version_mixin_props = robomaker_mixins.CfnSimulationApplicationVersionMixinProps( application="application", current_revision_id="currentRevisionId" )
Attributes
- application
The application information for the simulation 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.