@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.104Z") @Stability(value=Stable) public interface CommonConstraintOptions extends software.amazon.jsii.JsiiSerializable
Example:
import software.amazon.awscdk.services.sns.*;
Portfolio portfolio;
CloudFormationProduct product;
Topic topic1 = new Topic(this, "Topic1");
portfolio.notifyOnStackEvents(product, topic1);
Topic topic2 = new Topic(this, "Topic2");
portfolio.notifyOnStackEvents(product, topic2, CommonConstraintOptions.builder()
.description("description for topic2")
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
CommonConstraintOptions.Builder
A builder for
CommonConstraintOptions |
static class |
CommonConstraintOptions.Jsii$Proxy
An implementation for
CommonConstraintOptions |
| Modifier and Type | Method and Description |
|---|---|
static CommonConstraintOptions.Builder |
builder() |
default String |
getDescription()
The description of the constraint.
|
default MessageLanguage |
getMessageLanguage()
The language code.
|
@Stability(value=Stable) @Nullable default String getDescription()
Default: - No description provided
@Stability(value=Stable) @Nullable default MessageLanguage getMessageLanguage()
Configures the language for error messages from service catalog.
Default: - English
@Stability(value=Stable) static CommonConstraintOptions.Builder builder()
CommonConstraintOptions.Builder of CommonConstraintOptionsCopyright © 2022. All rights reserved.