@Generated(value="jsii-pacmak/0.14.3 (build 1b1062d)", date="2019-08-14T08:10:20.296Z") @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
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static TagProps.Builder |
builder() |
Boolean |
getApplyToLaunchedInstances()
Whether the tag should be applied to instances in an AutoScalingGroup.
|
List<String> |
getExcludeResourceTypes()
An array of Resource Types that will not receive this tag.
|
List<String> |
getIncludeResourceTypes()
An array of Resource Types that will receive this tag.
|
Number |
getPriority()
Priority of the tag operation.
|
@Stability(value=Stable) Boolean getApplyToLaunchedInstances()
@Stability(value=Stable) List<String> getExcludeResourceTypes()
@Stability(value=Stable) List<String> getIncludeResourceTypes()
@Stability(value=Stable) 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.