@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-27T16:28:00.316Z") @Stability(value=Stable) public interface TagUpdateConstraintOptions extends software.amazon.jsii.JsiiSerializable, CommonConstraintOptions
Example:
Portfolio portfolio;
CloudFormationProduct product;
// to disable tag updates:
portfolio.constrainTagUpdates(product, TagUpdateConstraintOptions.builder()
.allow(false)
.build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
TagUpdateConstraintOptions.Builder
A builder for
TagUpdateConstraintOptions |
static class |
TagUpdateConstraintOptions.Jsii$Proxy
An implementation for
TagUpdateConstraintOptions |
| Modifier and Type | Method and Description |
|---|---|
static TagUpdateConstraintOptions.Builder |
builder() |
default Boolean |
getAllow()
Toggle for if users should be allowed to change/update tags on provisioned products.
|
getDescription, getMessageLanguage@Stability(value=Stable) @Nullable default Boolean getAllow()
Default: true
@Stability(value=Stable) static TagUpdateConstraintOptions.Builder builder()
builder in interface CommonConstraintOptionsTagUpdateConstraintOptions.Builder of TagUpdateConstraintOptionsCopyright © 2022. All rights reserved.