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