@Generated(value="jsii-pacmak/0.20.4 (build 96d89e1)", date="2019-11-12T11:54:39.770Z") @Stability(value=Stable) public interface TagProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TagProps.Builder
A builder for
TagProps |
static class |
TagProps.Jsii$Proxy
An implementation for
TagProps |
| Modifier and Type | Method and Description |
|---|---|
static TagProps.Builder |
builder() |
default Boolean |
getApplyToLaunchedInstances()
Whether the tag should be applied to instances in an AutoScalingGroup.
|
default List<String> |
getExcludeResourceTypes()
An array of Resource Types that will not receive this tag.
|
default List<String> |
getIncludeResourceTypes()
An array of Resource Types that will receive this tag.
|
default Number |
getPriority()
Priority of the tag operation.
|
@Stability(value=Stable) default Boolean getApplyToLaunchedInstances()
@Stability(value=Stable) default List<String> getExcludeResourceTypes()
@Stability(value=Stable) default List<String> getIncludeResourceTypes()
@Stability(value=Stable) default Number getPriority()
SetTag
- 200 for RemoveTag
- 50 for tags added directly to CloudFormation resources@Stability(value=Stable) static TagProps.Builder builder()
TagProps.Builder of TagPropsCopyright © 2019. All rights reserved.