Class CfnSimulationApplication

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.robomaker.CfnSimulationApplication
All Implemented Interfaces:
IInspectable, ITaggable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-03-26T18:09:29.208Z") @Stability(Stable) public class CfnSimulationApplication extends CfnResource implements IInspectable, ITaggable
The AWS::RoboMaker::SimulationApplication resource creates 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.*;
 CfnSimulationApplication cfnSimulationApplication = CfnSimulationApplication.Builder.create(this, "MyCfnSimulationApplication")
         .robotSoftwareSuite(RobotSoftwareSuiteProperty.builder()
                 .name("name")
                 // the properties below are optional
                 .version("version")
                 .build())
         .simulationSoftwareSuite(SimulationSoftwareSuiteProperty.builder()
                 .name("name")
                 // the properties below are optional
                 .version("version")
                 .build())
         // the properties below are optional
         .currentRevisionId("currentRevisionId")
         .environment("environment")
         .name("name")
         .renderingEngine(RenderingEngineProperty.builder()
                 .name("name")
                 .version("version")
                 .build())
         .sources(List.of(SourceConfigProperty.builder()
                 .architecture("architecture")
                 .s3Bucket("s3Bucket")
                 .s3Key("s3Key")
                 .build()))
         .tags(Map.of(
                 "tagsKey", "tags"))
         .build();
 

See Also:
  • 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

    • CfnSimulationApplication

      protected CfnSimulationApplication(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnSimulationApplication

      protected CfnSimulationApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnSimulationApplication

      @Stability(Stable) public CfnSimulationApplication(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnSimulationApplicationProps props)
      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties. This parameter is required.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface 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 CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

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

      @Stability(Stable) @NotNull public String getAttrCurrentRevisionId()
      The current revision id.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getTags

      @Stability(Stable) @NotNull public TagManager getTags()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getTags in interface ITaggable
    • getRobotSoftwareSuite

      @Stability(Stable) @NotNull public Object getRobotSoftwareSuite()
      The robot software suite used by the simulation application.
    • setRobotSoftwareSuite

      @Stability(Stable) public void setRobotSoftwareSuite(@NotNull IResolvable value)
      The robot software suite used by the simulation application.
    • setRobotSoftwareSuite

      @Stability(Stable) public void setRobotSoftwareSuite(@NotNull CfnSimulationApplication.RobotSoftwareSuiteProperty value)
      The robot software suite used by the simulation application.
    • getSimulationSoftwareSuite

      @Stability(Stable) @NotNull public Object getSimulationSoftwareSuite()
      The simulation software suite used by the simulation application.
    • setSimulationSoftwareSuite

      @Stability(Stable) public void setSimulationSoftwareSuite(@NotNull IResolvable value)
      The simulation software suite used by the simulation application.
    • setSimulationSoftwareSuite

      @Stability(Stable) public void setSimulationSoftwareSuite(@NotNull CfnSimulationApplication.SimulationSoftwareSuiteProperty value)
      The simulation software suite used by the simulation application.
    • getCurrentRevisionId

      @Stability(Stable) @Nullable public String getCurrentRevisionId()
      The current revision id.
    • setCurrentRevisionId

      @Stability(Stable) public void setCurrentRevisionId(@Nullable String value)
      The current revision id.
    • getEnvironment

      @Stability(Stable) @Nullable public String getEnvironment()
      The environment of the simulation application.
    • setEnvironment

      @Stability(Stable) public void setEnvironment(@Nullable String value)
      The environment of the simulation application.
    • getName

      @Stability(Stable) @Nullable public String getName()
      The name of the simulation application.
    • setName

      @Stability(Stable) public void setName(@Nullable String value)
      The name of the simulation application.
    • getRenderingEngine

      @Stability(Stable) @Nullable public Object getRenderingEngine()
      The rendering engine for the simulation application.
    • setRenderingEngine

      @Stability(Stable) public void setRenderingEngine(@Nullable IResolvable value)
      The rendering engine for the simulation application.
    • setRenderingEngine

      @Stability(Stable) public void setRenderingEngine(@Nullable CfnSimulationApplication.RenderingEngineProperty value)
      The rendering engine for the simulation application.
    • getSources

      @Stability(Stable) @Nullable public Object getSources()
      The sources of the simulation application.
    • setSources

      @Stability(Stable) public void setSources(@Nullable IResolvable value)
      The sources of the simulation application.
    • setSources

      @Stability(Stable) public void setSources(@Nullable List<Object> value)
      The sources of the simulation application.
    • getTagsRaw

      @Stability(Stable) @Nullable public Map<String,String> getTagsRaw()
      A map that contains tag keys and tag values that are attached to the simulation application.
    • setTagsRaw

      @Stability(Stable) public void setTagsRaw(@Nullable Map<String,String> value)
      A map that contains tag keys and tag values that are attached to the simulation application.