Interface CfnRobotApplicationVersionProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRobotApplicationVersionProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:45.787Z")
@Stability(Stable)
public interface CfnRobotApplicationVersionProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnRobotApplicationVersion.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.robomaker.*;
CfnRobotApplicationVersionProps cfnRobotApplicationVersionProps = CfnRobotApplicationVersionProps.builder()
.application("application")
// the properties below are optional
.currentRevisionId("currentRevisionId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRobotApplicationVersionPropsstatic final classAn implementation forCfnRobotApplicationVersionProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApplication
The application information for the robot application.- See Also:
-
getCurrentRevisionId
The current revision id for the robot application.If you provide a value and it matches the latest revision ID, a new version will be created.
- See Also:
-
builder
-