@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:03.876Z")
public interface CfnLaunchNotificationConstraintProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.servicecatalog.*; CfnLaunchNotificationConstraintProps cfnLaunchNotificationConstraintProps = CfnLaunchNotificationConstraintProps.builder() .notificationArns(List.of("notificationArns")) .portfolioId("portfolioId") .productId("productId") // the properties below are optional .acceptLanguage("acceptLanguage") .description("description") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnLaunchNotificationConstraintProps.Builder
A builder for
CfnLaunchNotificationConstraintProps |
static class |
CfnLaunchNotificationConstraintProps.Jsii$Proxy
An implementation for
CfnLaunchNotificationConstraintProps |
Modifier and Type | Method and Description |
---|---|
static CfnLaunchNotificationConstraintProps.Builder |
builder() |
default java.lang.String |
getAcceptLanguage()
The language code.
|
default java.lang.String |
getDescription()
The description of the constraint.
|
java.util.List<java.lang.String> |
getNotificationArns()
The notification ARNs.
|
java.lang.String |
getPortfolioId()
The portfolio identifier.
|
java.lang.String |
getProductId()
The product identifier.
|
java.util.List<java.lang.String> getNotificationArns()
java.lang.String getPortfolioId()
java.lang.String getProductId()
default java.lang.String getAcceptLanguage()
en
- English (default)jp
- Japanesezh
- Chinesedefault java.lang.String getDescription()
static CfnLaunchNotificationConstraintProps.Builder builder()