@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.111Z") @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.