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