@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T19:55:07.798Z") @Stability(value=External) public class CfnLaunchTemplate extends software.amazon.awscdk.core.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.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 |
---|---|
|
CfnLaunchTemplate(software.amazon.awscdk.core.Construct scope,
String id)
Create a new `AWS::EC2::LaunchTemplate`.
|
|
CfnLaunchTemplate(software.amazon.awscdk.core.Construct scope,
String id,
CfnLaunchTemplateProps props)
Create a new `AWS::EC2::LaunchTemplate`.
|
protected |
CfnLaunchTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnLaunchTemplate(software.amazon.jsii.JsiiObjectRef objRef) |
Modifier and Type | Method and Description |
---|---|
String |
getAttrDefaultVersionNumber() |
String |
getAttrLatestVersionNumber() |
protected Map<String,Object> |
getCfnProperties() |
Object |
getLaunchTemplateData()
`AWS::EC2::LaunchTemplate.LaunchTemplateData`.
|
String |
getLaunchTemplateName()
`AWS::EC2::LaunchTemplate.LaunchTemplateName`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setLaunchTemplateData(CfnLaunchTemplate.LaunchTemplateDataProperty value)
`AWS::EC2::LaunchTemplate.LaunchTemplateData`.
|
void |
setLaunchTemplateData(software.amazon.awscdk.core.IResolvable value)
`AWS::EC2::LaunchTemplate.LaunchTemplateData`.
|
void |
setLaunchTemplateName(String value)
`AWS::EC2::LaunchTemplate.LaunchTemplateName`.
|
addDeletionOverride, addDependsOn, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validateProperties
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, prepare, synthesize, validate
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRef
@Stability(value=External) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnLaunchTemplate(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnLaunchTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=External) public CfnLaunchTemplate(software.amazon.awscdk.core.Construct scope, String id, CfnLaunchTemplateProps 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.@Stability(value=External) public CfnLaunchTemplate(software.amazon.awscdk.core.Construct scope, String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.@Stability(value=External) protected Map<String,Object> renderProperties(Map<String,Object> props)
renderProperties
in class software.amazon.awscdk.core.CfnResource
props
- This parameter is required.@Stability(value=External) public String getAttrDefaultVersionNumber()
@Stability(value=External) public String getAttrLatestVersionNumber()
@Stability(value=External) protected Map<String,Object> getCfnProperties()
getCfnProperties
in class software.amazon.awscdk.core.CfnResource
@Stability(value=External) public Object getLaunchTemplateData()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatedata
@Stability(value=External) public void setLaunchTemplateData(software.amazon.awscdk.core.IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatedata
@Stability(value=External) public void setLaunchTemplateData(CfnLaunchTemplate.LaunchTemplateDataProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatedata
@Stability(value=External) public String getLaunchTemplateName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename
@Stability(value=External) public void setLaunchTemplateName(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-launchtemplate.html#cfn-ec2-launchtemplate-launchtemplatename
Copyright © 2019. All rights reserved.