@Generated(value="jsii-pacmak/0.14.0 (build a586a1a)", date="2019-07-11T14:10:03.797Z") @Stability(value=Stable) public class CfnFleet extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html| 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 |
|---|---|
|
CfnFleet(software.amazon.awscdk.core.Construct scope,
String id)
Create a new `AWS::RoboMaker::Fleet`.
|
|
CfnFleet(software.amazon.awscdk.core.Construct scope,
String id,
CfnFleetProps props)
Create a new `AWS::RoboMaker::Fleet`.
|
protected |
CfnFleet(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getName()
`AWS::RoboMaker::Fleet.Name`.
|
software.amazon.awscdk.core.TagManager |
getTags()
`AWS::RoboMaker::Fleet.Tags`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setName(String value)
`AWS::RoboMaker::Fleet.Name`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnFleet(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable)
public CfnFleet(software.amazon.awscdk.core.Construct scope,
String id,
@Nullable
CfnFleetProps props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Stable)
public CfnFleet(software.amazon.awscdk.core.Construct scope,
String id)
scope - - scope in which this resource is defined.id - - scoped id of the resource.@Stability(value=Stable) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) public String getAttrArn()
@Stability(value=Stable) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.core.CfnResource@Stability(value=Stable) public software.amazon.awscdk.core.TagManager getTags()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-tags@Stability(value=Stable) @Nullable public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-robomaker-fleet.html#cfn-robomaker-fleet-nameCopyright © 2019. All rights reserved.