@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-21T16:39:00.383Z") @Stability(value=Stable) public class CfnRobotApplication extends CfnResource implements IInspectable
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.*;
Object tags;
CfnRobotApplication cfnRobotApplication = CfnRobotApplication.Builder.create(this, "MyCfnRobotApplication")
.robotSoftwareSuite(RobotSoftwareSuiteProperty.builder()
.name("name")
.version("version")
.build())
.sources(List.of(SourceConfigProperty.builder()
.architecture("architecture")
.s3Bucket("s3Bucket")
.s3Key("s3Key")
.build()))
// the properties below are optional
.currentRevisionId("currentRevisionId")
.name("name")
.tags(tags)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnRobotApplication.Builder
A fluent builder for
CfnRobotApplication. |
static interface |
CfnRobotApplication.RobotSoftwareSuiteProperty
Example:
|
static interface |
CfnRobotApplication.SourceConfigProperty
Example:
|
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 |
|---|---|
|
CfnRobotApplication(Construct scope,
String id,
CfnRobotApplicationProps props)
Create a new `AWS::RoboMaker::RobotApplication`.
|
protected |
CfnRobotApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnRobotApplication(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
String |
getAttrCurrentRevisionId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getCurrentRevisionId()
`AWS::RoboMaker::RobotApplication.CurrentRevisionId`.
|
String |
getName()
`AWS::RoboMaker::RobotApplication.Name`.
|
Object |
getRobotSoftwareSuite()
`AWS::RoboMaker::RobotApplication.RobotSoftwareSuite`.
|
Object |
getSources()
`AWS::RoboMaker::RobotApplication.Sources`.
|
TagManager |
getTags()
`AWS::RoboMaker::RobotApplication.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setCurrentRevisionId(String value)
`AWS::RoboMaker::RobotApplication.CurrentRevisionId`.
|
void |
setName(String value)
`AWS::RoboMaker::RobotApplication.Name`.
|
void |
setRobotSoftwareSuite(CfnRobotApplication.RobotSoftwareSuiteProperty value)
`AWS::RoboMaker::RobotApplication.RobotSoftwareSuite`.
|
void |
setRobotSoftwareSuite(IResolvable value)
`AWS::RoboMaker::RobotApplication.RobotSoftwareSuite`.
|
void |
setSources(IResolvable value)
`AWS::RoboMaker::RobotApplication.Sources`.
|
void |
setSources(List<Object> value)
`AWS::RoboMaker::RobotApplication.Sources`.
|
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 CfnRobotApplication(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnRobotApplication(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnRobotApplication(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnRobotApplicationProps 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 getAttrArn()
@Stability(value=Stable) @NotNull public String getAttrCurrentRevisionId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @Nullable public String getCurrentRevisionId()
@Stability(value=Stable)
public void setCurrentRevisionId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getName()
@Stability(value=Stable)
public void setName(@Nullable
String value)
@Stability(value=Stable) @NotNull public Object getRobotSoftwareSuite()
@Stability(value=Stable)
public void setRobotSoftwareSuite(@NotNull
CfnRobotApplication.RobotSoftwareSuiteProperty value)
@Stability(value=Stable)
public void setRobotSoftwareSuite(@NotNull
IResolvable value)
@Stability(value=Stable) @NotNull public Object getSources()
@Stability(value=Stable)
public void setSources(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setSources(@NotNull
List<Object> value)
@Stability(value=Stable) @NotNull public TagManager getTags()
Copyright © 2021. All rights reserved.