aws-cdk-lib.aws_backup.CfnBackupSelection.ConditionParameterProperty

interface ConditionParameterProperty

LanguageType name
.NETAmazon.CDK.AWS.Backup.CfnBackupSelection.ConditionParameterProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbackup#CfnBackupSelection_ConditionParameterProperty
Javasoftware.amazon.awscdk.services.backup.CfnBackupSelection.ConditionParameterProperty
Pythonaws_cdk.aws_backup.CfnBackupSelection.ConditionParameterProperty
TypeScript aws-cdk-lib » aws_backup » CfnBackupSelection » ConditionParameterProperty

Includes information about tags you define to assign tagged resources to a backup plan.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_backup as backup } from 'aws-cdk-lib';
const conditionParameterProperty: backup.CfnBackupSelection.ConditionParameterProperty = {
  conditionKey: 'conditionKey',
  conditionValue: 'conditionValue',
};

Properties

NameTypeDescription
conditionKey?stringThe key in a key-value pair.
conditionValue?stringThe value in a key-value pair.

conditionKey?

Type: string (optional)

The key in a key-value pair.

For example, in the tag Department: Accounting , Department is the key.


conditionValue?

Type: string (optional)

The value in a key-value pair.

For example, in the tag Department: Accounting , Accounting is the value.