@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:06:44.419Z") @Stability(value=Experimental) public class CfnLaunchTemplateConstraint extends software.amazon.awscdk.CfnResource
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.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 |
|---|---|
|
CfnLaunchTemplateConstraint(software.amazon.awscdk.Construct scope,
String id,
CfnLaunchTemplateConstraintProps props)
Create a new `AWS::ServiceCatalog::LaunchTemplateConstraint`.
|
protected |
CfnLaunchTemplateConstraint(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptLanguage()
`AWS::ServiceCatalog::LaunchTemplateConstraint.AcceptLanguage`.
|
protected Map<String,Object> |
getCfnProperties()
EXPERIMENTAL
|
String |
getDescription()
`AWS::ServiceCatalog::LaunchTemplateConstraint.Description`.
|
String |
getPortfolioId()
`AWS::ServiceCatalog::LaunchTemplateConstraint.PortfolioId`.
|
String |
getProductId()
`AWS::ServiceCatalog::LaunchTemplateConstraint.ProductId`.
|
String |
getRules()
`AWS::ServiceCatalog::LaunchTemplateConstraint.Rules`.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props)
EXPERIMENTAL
|
void |
setAcceptLanguage(String value)
`AWS::ServiceCatalog::LaunchTemplateConstraint.AcceptLanguage`.
|
void |
setDescription(String value)
`AWS::ServiceCatalog::LaunchTemplateConstraint.Description`.
|
void |
setPortfolioId(String value)
`AWS::ServiceCatalog::LaunchTemplateConstraint.PortfolioId`.
|
void |
setProductId(String value)
`AWS::ServiceCatalog::LaunchTemplateConstraint.ProductId`.
|
void |
setRules(String value)
`AWS::ServiceCatalog::LaunchTemplateConstraint.Rules`.
|
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 CfnLaunchTemplateConstraint(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Experimental)
public CfnLaunchTemplateConstraint(software.amazon.awscdk.Construct scope,
String id,
CfnLaunchTemplateConstraintProps 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) protected Map<String,Object> getCfnProperties()
getCfnProperties in class software.amazon.awscdk.CfnResource@Stability(value=Experimental) public String getPortfolioId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid@Stability(value=Experimental) public void setPortfolioId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-portfolioid@Stability(value=Experimental) public String getProductId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid@Stability(value=Experimental) public void setProductId(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-productid@Stability(value=Experimental) public String getRules()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules@Stability(value=Experimental) public void setRules(String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-rules@Stability(value=Experimental) @Nullable public String getAcceptLanguage()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage@Stability(value=Experimental) public void setAcceptLanguage(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-acceptlanguage@Stability(value=Experimental) @Nullable public String getDescription()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-description@Stability(value=Experimental) public void setDescription(@Nullable String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#cfn-servicecatalog-launchtemplateconstraint-descriptionCopyright © 2019. All rights reserved.