@Generated(value="jsii-pacmak/1.69.0 (build f656c31)", date="2022-10-20T14:12:13.108Z") @Stability(value=Stable) public class CfnRobotApplicationVersion extends CfnResource implements IInspectable
The AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker robot version.
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.*;
CfnRobotApplicationVersion cfnRobotApplicationVersion = CfnRobotApplicationVersion.Builder.create(this, "MyCfnRobotApplicationVersion")
.application("application")
// the properties below are optional
.currentRevisionId("currentRevisionId")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnRobotApplicationVersion.Builder
A fluent builder for
CfnRobotApplicationVersion. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnRobotApplicationVersion(Construct scope,
String id,
CfnRobotApplicationVersionProps props)
Create a new `AWS::RoboMaker::RobotApplicationVersion`.
|
protected |
CfnRobotApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnRobotApplicationVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
The application information for the robot application.
|
String |
getAttrApplicationVersion()
The robot application version.
|
String |
getAttrArn()
The Amazon Resource Name (ARN) of the robot application version.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getCurrentRevisionId()
The current revision id for the robot application.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApplication(String value)
The application information for the robot application.
|
void |
setCurrentRevisionId(String value)
The current revision id for the robot application.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnRobotApplicationVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRobotApplicationVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnRobotApplicationVersion(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnRobotApplicationVersionProps props)
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.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrApplicationVersion()
@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getApplication()
@Stability(value=Stable)
public void setApplication(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getCurrentRevisionId()
If you provide a value and it matches the latest revision ID, a new version will be created.
@Stability(value=Stable)
public void setCurrentRevisionId(@Nullable
String value)
If you provide a value and it matches the latest revision ID, a new version will be created.
Copyright © 2022. All rights reserved.