@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:00:04.226Z") @Stability(value=Experimental) public class CfnEnvironmentEC2 extends software.amazon.awscdk.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnEnvironmentEC2.RepositoryProperty
EXPERIMENTAL
|
| 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 |
|---|---|
|
CfnEnvironmentEC2(software.amazon.awscdk.Construct scope,
String id,
CfnEnvironmentEC2Props props)
Create a new `AWS::Cloud9::EnvironmentEC2`.
|
protected |
CfnEnvironmentEC2(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrArn()
EXPERIMENTAL
|
String |
getAttrName()
EXPERIMENTAL
|
Number |
getAutomaticStopTimeMinutes()
`AWS::Cloud9::EnvironmentEC2.AutomaticStopTimeMinutes`.
|
protected Map<String,Object> |
getCfnProperties()
EXPERIMENTAL
|
String |
getDescription()
`AWS::Cloud9::EnvironmentEC2.Description`.
|
String |
getInstanceType()
`AWS::Cloud9::EnvironmentEC2.InstanceType`.
|
String |
getName()
`AWS::Cloud9::EnvironmentEC2.Name`.
|
String |
getOwnerArn()
`AWS::Cloud9::EnvironmentEC2.OwnerArn`.
|
Object |
getRepositories()
`AWS::Cloud9::EnvironmentEC2.Repositories`.
|
String |
getSubnetId()
`AWS::Cloud9::EnvironmentEC2.SubnetId`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props)
EXPERIMENTAL
|
void |
setAutomaticStopTimeMinutes(Number value)
`AWS::Cloud9::EnvironmentEC2.AutomaticStopTimeMinutes`.
|
void |
setDescription(String value)
`AWS::Cloud9::EnvironmentEC2.Description`.
|
void |
setInstanceType(String value)
`AWS::Cloud9::EnvironmentEC2.InstanceType`.
|
void |
setName(String value)
`AWS::Cloud9::EnvironmentEC2.Name`.
|
void |
setOwnerArn(String value)
`AWS::Cloud9::EnvironmentEC2.OwnerArn`.
|
void |
setRepositories(software.amazon.awscdk.IResolvable value)
`AWS::Cloud9::EnvironmentEC2.Repositories`.
|
void |
setRepositories(List<Object> value)
`AWS::Cloud9::EnvironmentEC2.Repositories`.
|
void |
setSubnetId(String value)
`AWS::Cloud9::EnvironmentEC2.SubnetId`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, attribute, attribute, getAtt, getCfnResourceType, getOptions, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, preparegetNode, isConstruct, synthesize, validatejsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnEnvironmentEC2(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public CfnEnvironmentEC2(software.amazon.awscdk.Construct scope,
String id,
CfnEnvironmentEC2Props props)
scope - - scope in which this resource is defined.id - - scoped id of the resource.props - - resource properties.@Stability(value=Experimental) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) public String getAttrArn()
@Stability(value=Experimental) public String getAttrName()
@Stability(value=Experimental) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) public String getInstanceType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype@Stability(value=Experimental) public void setInstanceType(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-instancetype@Stability(value=Experimental) @Nullable public Number getAutomaticStopTimeMinutes()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutes@Stability(value=Experimental) public void setAutomaticStopTimeMinutes(@Nullable Number value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutes@Stability(value=Experimental) @Nullable public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-description@Stability(value=Experimental) public void setDescription(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-description@Stability(value=Experimental) @Nullable public String getName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-name@Stability(value=Experimental) public void setName(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-name@Stability(value=Experimental) @Nullable public String getOwnerArn()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-ownerarn@Stability(value=Experimental) public void setOwnerArn(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-ownerarn@Stability(value=Experimental) @Nullable public Object getRepositories()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-repositories@Stability(value=Experimental) public void setRepositories(@Nullable software.amazon.awscdk.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-repositories@Stability(value=Experimental) public void setRepositories(@Nullable List<Object> value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-repositories@Stability(value=Experimental) @Nullable public String getSubnetId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-subnetidCopyright © 2019. All rights reserved.