@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-15T10:03:45.276Z") @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()
`AWS::ServiceCatalog::LaunchNotificationConstraint.AcceptLanguage`.
|
default 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`.
|
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull List<String> getNotificationArns()
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) static CfnLaunchNotificationConstraintProps.Builder builder()
Copyright © 2021. All rights reserved.