@Generated(value="jsii-pacmak/0.14.2 (build e881f16)", date="2019-07-25T16:26:52.085Z") @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.