Class CfnRobotApplication
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.CfnRobotApplication
- All Implemented Interfaces:
IEnvironmentAware,IInspectable,ITaggable,IRobotApplicationRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-10T13:40:13.626Z")
@Stability(Stable)
public class CfnRobotApplication
extends CfnResource
implements IInspectable, IRobotApplicationRef, ITaggable
The
AWS::RoboMaker::RobotApplication resource creates an AWS RoboMaker robot 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.*;
CfnRobotApplication cfnRobotApplication = CfnRobotApplication.Builder.create(this, "MyCfnRobotApplication")
.robotSoftwareSuite(RobotSoftwareSuiteProperty.builder()
.name("name")
// the properties below are optional
.version("version")
.build())
// the properties below are optional
.currentRevisionId("currentRevisionId")
.environment("environment")
.name("name")
.sources(List.of(SourceConfigProperty.builder()
.architecture("architecture")
.s3Bucket("s3Bucket")
.s3Key("s3Key")
.build()))
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnRobotApplication.static interfaceInformation about a robot software suite.static interfaceInformation about a source configuration.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.robomaker.IRobotApplicationRef
IRobotApplicationRef.Jsii$Default, IRobotApplicationRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnRobotApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnRobotApplication(software.amazon.jsii.JsiiObjectRef objRef) CfnRobotApplication(software.constructs.Construct scope, String id, CfnRobotApplicationProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the robot application.The current revision id.The current revision id.The environment of the robot application.getName()The name of the robot application.A reference to a RobotApplication resource.The robot software suite used by the robot application.The sources of the robot application.getTags()Tag Manager which manages the tags for this resource.A map that contains tag keys and tag values that are attached to the robot application.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetCurrentRevisionId(String value) The current revision id.voidsetEnvironment(String value) The environment of the robot application.voidThe name of the robot application.voidsetRobotSoftwareSuite(IResolvable value) The robot software suite used by the robot application.voidThe robot software suite used by the robot application.voidsetSources(List<Object> value) The sources of the robot application.voidsetSources(IResolvable value) The sources of the robot application.voidsetTagsRaw(Map<String, String> value) A map that contains tag keys and tag values that are attached to the robot application.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods 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.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IEnvironmentAware
getEnvMethods 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
-
CfnRobotApplication
protected CfnRobotApplication(software.amazon.jsii.JsiiObjectRef objRef) -
CfnRobotApplication
protected CfnRobotApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnRobotApplication
@Stability(Stable) public CfnRobotApplication(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnRobotApplicationProps 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
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- 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 classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the robot application. -
getAttrCurrentRevisionId
The current revision id. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getRobotApplicationRef
A reference to a RobotApplication resource.- Specified by:
getRobotApplicationRefin interfaceIRobotApplicationRef
-
getTags
Tag Manager which manages the tags for this resource. -
getRobotSoftwareSuite
The robot software suite used by the robot application.Returns union: either
IResolvableorCfnRobotApplication.RobotSoftwareSuiteProperty -
setRobotSoftwareSuite
The robot software suite used by the robot application. -
setRobotSoftwareSuite
@Stability(Stable) public void setRobotSoftwareSuite(@NotNull CfnRobotApplication.RobotSoftwareSuiteProperty value) The robot software suite used by the robot application. -
getCurrentRevisionId
The current revision id. -
setCurrentRevisionId
The current revision id. -
getEnvironment
The environment of the robot application. -
setEnvironment
The environment of the robot application. -
getName
The name of the robot application. -
setName
The name of the robot application. -
getSources
The sources of the robot application.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRobotApplication.SourceConfigProperty> -
setSources
The sources of the robot application. -
setSources
The sources of the robot application. -
getTagsRaw
A map that contains tag keys and tag values that are attached to the robot application. -
setTagsRaw
A map that contains tag keys and tag values that are attached to the robot application.
-