@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-12T14:11:17.043Z") @Stability(value=Stable) public interface CfnLaunchNotificationConstraintProps extends software.amazon.jsii.JsiiSerializable
| 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) @NotNull List<String> getNotificationArns()
@Stability(value=Stable) @NotNull String getPortfolioId()
@Stability(value=Stable) @NotNull String getProductId()
@Stability(value=Stable) @Nullable default String getAcceptLanguage()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) static CfnLaunchNotificationConstraintProps.Builder builder()
Copyright © 2021. All rights reserved.