@Generated(value="jsii-pacmak/0.7.4 (build e80a889)", date="2018-09-11T09:55:36.582Z") public interface LaunchNotificationConstraintResourceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LaunchNotificationConstraintResourceProps.Builder
A builder for
LaunchNotificationConstraintResourceProps |
static class |
LaunchNotificationConstraintResourceProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static LaunchNotificationConstraintResourceProps.Builder |
builder() |
Object |
getAcceptLanguage()
``AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage``
|
Object |
getDescription()
``AWS::ServiceCatalog::LaunchNotificationConstraint.Description``
|
Object |
getNotificationArns()
``AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns``
|
Object |
getPortfolioId()
``AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId``
|
Object |
getProductId()
``AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId``
|
void |
setAcceptLanguage(software.amazon.awscdk.CloudFormationToken value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage``
|
void |
setAcceptLanguage(String value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage``
|
void |
setDescription(software.amazon.awscdk.CloudFormationToken value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.Description``
|
void |
setDescription(String value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.Description``
|
void |
setNotificationArns(software.amazon.awscdk.CloudFormationToken value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns``
|
void |
setNotificationArns(List<Object> value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.NotificationArns``
|
void |
setPortfolioId(software.amazon.awscdk.CloudFormationToken value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId``
|
void |
setPortfolioId(String value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.PortfolioId``
|
void |
setProductId(software.amazon.awscdk.CloudFormationToken value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId``
|
void |
setProductId(String value)
``AWS::ServiceCatalog::LaunchNotificationConstraint.ProductId``
|
Object getNotificationArns()
void setNotificationArns(software.amazon.awscdk.CloudFormationToken value)
void setNotificationArns(List<Object> value)
Object getPortfolioId()
void setPortfolioId(String value)
void setPortfolioId(software.amazon.awscdk.CloudFormationToken value)
Object getProductId()
void setProductId(String value)
void setProductId(software.amazon.awscdk.CloudFormationToken value)
Object getAcceptLanguage()
void setAcceptLanguage(String value)
void setAcceptLanguage(software.amazon.awscdk.CloudFormationToken value)
Object getDescription()
void setDescription(String value)
void setDescription(software.amazon.awscdk.CloudFormationToken value)
static LaunchNotificationConstraintResourceProps.Builder builder()
Copyright © 2018. All rights reserved.