@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.074Z") @Stability(value=Stable) public interface CfnLaunchNotificationConstraintProps extends software.amazon.jsii.JsiiSerializable
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 String |
getAcceptLanguage()
The language code.
|
default String |
getDescription()
The description of the constraint.
|
List<String> |
getNotificationArns()
The notification ARNs.
|
String |
getPortfolioId()
The portfolio identifier.
|
String |
getProductId()
The product identifier.
|
@Stability(value=Stable) @NotNull List<String> getNotificationArns()
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
en - English (default)jp - Japanesezh - Chinese@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnLaunchNotificationConstraintProps.Builder builder()
Copyright © 2022. All rights reserved.