interface KeyValueProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Backup.CfnRestoreTestingSelection.KeyValueProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbackup#CfnRestoreTestingSelection_KeyValueProperty |
![]() | software.amazon.awscdk.services.backup.CfnRestoreTestingSelection.KeyValueProperty |
![]() | aws_cdk.aws_backup.CfnRestoreTestingSelection.KeyValueProperty |
![]() | aws-cdk-lib » aws_backup » CfnRestoreTestingSelection » KeyValueProperty |
Pair of two related strings.
Allowed characters are letters, white space, and numbers that can be represented in UTF-8 and the following characters: + - = . _ : /
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 keyValueProperty: backup.CfnRestoreTestingSelection.KeyValueProperty = {
key: 'key',
value: 'value',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The tag key. |
value | string | The tag value. |
key
Type:
string
The tag key.
value
Type:
string
The tag value.