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 Classes
    Modifier and Type
    Class
    Description
    static final class 
    A fluent builder for CfnSimulationApplicationVersion.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.core.IConstruct

    software.amazon.awscdk.core.IConstruct.Jsii$Default

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default

    Nested 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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The CloudFormation resource type name for this resource class.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    CfnSimulationApplicationVersion(software.amazon.awscdk.core.Construct scope, String id, CfnSimulationApplicationVersionProps props)
    Create a new `AWS::RoboMaker::SimulationApplicationVersion`.
    protected
    CfnSimulationApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    CfnSimulationApplicationVersion(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The application information for the simulation application.
    The simulation application version.
    The Amazon Resource Name (ARN) of the simulation application version.
    protected Map<String,Object>
     
    The current revision id for the simulation application.
    void
    inspect(software.amazon.awscdk.core.TreeInspector inspector)
    Examines the CloudFormation resource and discloses attributes.
    protected Map<String,Object>
     
    void
    The application information for the simulation application.
    void
    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, validateProperties

    Methods inherited from class software.amazon.awscdk.core.CfnRefElement

    getRef

    Methods inherited from class software.amazon.awscdk.core.CfnElement

    getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId

    Methods inherited from class software.amazon.awscdk.core.Construct

    getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String 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:
      inspect in interface software.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:
      renderProperties in class software.amazon.awscdk.core.CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrApplicationVersion

      @Stability(Stable) @NotNull public String getAttrApplicationVersion()
      The simulation application version.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
      The Amazon Resource Name (ARN) of the simulation application version.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class software.amazon.awscdk.core.CfnResource
    • getApplication

      @Stability(Stable) @NotNull public String getApplication()
      The application information for the simulation application.
    • setApplication

      @Stability(Stable) public void setApplication(@NotNull String value)
      The application information for the simulation application.
    • getCurrentRevisionId

      @Stability(Stable) @Nullable public String 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

      @Stability(Stable) public void setCurrentRevisionId(@Nullable String value)
      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.