@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-01T09:58:36.521Z") public interface TagUpdateConstraintOptions extends 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 java.lang.Boolean |
getAllow()
Toggle for if users should be allowed to change/update tags on provisioned products.
|
getDescription, getMessageLanguage
default java.lang.Boolean getAllow()
Default: true
static TagUpdateConstraintOptions.Builder builder()
builder
in interface CommonConstraintOptions
TagUpdateConstraintOptions.Builder
of TagUpdateConstraintOptions