| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default TagOperation |
TagCondition.getOperation()
(experimental) An operation that is applied to a key-value pair used to filter resources in a selection.
|
TagOperation |
TagCondition.Jsii$Proxy.getOperation() |
static TagOperation |
TagOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagOperation[] |
TagOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BackupResource |
BackupResource.fromTag(String key,
String value,
TagOperation operation)
(experimental) A tag condition.
|
TagCondition.Builder |
TagCondition.Builder.operation(TagOperation operation)
Sets the value of
TagCondition.getOperation() |
BackupResource.Builder |
BackupResource.Builder.operation(TagOperation operation)
(experimental) An operation that is applied to a key-value pair used to filter resources in a selection.
|
| Constructor and Description |
|---|
Jsii$Proxy(String key,
String value,
TagOperation operation)
Constructor that initializes the object based on literal property values passed by the
TagCondition.Builder. |
Copyright © 2021. All rights reserved.