Class CfnSimulationApplicationVersion
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.robomaker.CfnSimulationApplicationVersion
- All Implemented Interfaces:
software.amazon.awscdk.core.IConstruct,software.amazon.awscdk.core.IDependable,software.amazon.awscdk.core.IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-05-31T18:44:06.832Z")
@Stability(Stable)
public class CfnSimulationApplicationVersion
extends software.amazon.awscdk.core.CfnResource
implements software.amazon.awscdk.core.IInspectable
A CloudFormation `AWS::RoboMaker::SimulationApplicationVersion`.
The AWS::RoboMaker::SimulationApplicationVersion resource creates a version of an AWS RoboMaker simulation application.
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.*;
CfnSimulationApplicationVersion cfnSimulationApplicationVersion = CfnSimulationApplicationVersion.Builder.create(this, "MyCfnSimulationApplicationVersion")
.application("application")
// the properties below are optional
.currentRevisionId("currentRevisionId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnSimulationApplicationVersion.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct
software.amazon.awscdk.core.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
software.amazon.awscdk.core.IInspectable.Jsii$Default, software.amazon.awscdk.core.IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnSimulationApplicationVersion(software.amazon.awscdk.core.Construct scope, String id, CfnSimulationApplicationVersionProps props) Create a new `AWS::RoboMaker::SimulationApplicationVersion`.protectedCfnSimulationApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnSimulationApplicationVersion(software.amazon.jsii.JsiiObjectRef objRef) -
Method Summary
Modifier and TypeMethodDescriptionThe application information for the simulation application.The simulation application version.The Amazon Resource Name (ARN) of the simulation application version.The current revision id for the simulation application.voidinspect(software.amazon.awscdk.core.TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetApplication(String value) The application information for the simulation application.voidsetCurrentRevisionId(String value) The current revision id for the simulation application.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnSimulationApplicationVersion
protected CfnSimulationApplicationVersion(software.amazon.jsii.JsiiObjectRef objRef) -
CfnSimulationApplicationVersion
protected CfnSimulationApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnSimulationApplicationVersion
@Stability(Stable) public CfnSimulationApplicationVersion(@NotNull software.amazon.awscdk.core.Construct scope, @NotNull String id, @NotNull CfnSimulationApplicationVersionProps props) Create a new `AWS::RoboMaker::SimulationApplicationVersion`.- Parameters:
scope- - scope in which this resource is defined. This parameter is required.id- - scoped id of the resource. This parameter is required.props- - resource properties. This parameter is required.
-
-
Method Details
-
inspect
@Stability(Stable) public void inspect(@NotNull software.amazon.awscdk.core.TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfacesoftware.amazon.awscdk.core.IInspectable- Parameters:
inspector- - tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classsoftware.amazon.awscdk.core.CfnResource- Parameters:
props- This parameter is required.
-
getAttrApplicationVersion
The simulation application version. -
getAttrArn
The Amazon Resource Name (ARN) of the simulation application version. -
getCfnProperties
- Overrides:
getCfnPropertiesin classsoftware.amazon.awscdk.core.CfnResource
-
getApplication
The application information for the simulation application. -
setApplication
The application information for the simulation application. -
getCurrentRevisionId
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.
-
setCurrentRevisionId
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.
-