RestoreTestingSelectionProtectedResourceConditionsStringEqual constructor
const
RestoreTestingSelectionProtectedResourceConditionsStringEqual({})
Creates a new RestoreTestingSelectionProtectedResourceConditionsStringEqual.
key The Tag name, must start with one of the following prefixes: aws:ResourceTag/ with a Minimum length of 1. Maximum length of 128, and can contain characters that are letters, white space, and numbers that can be represented in UTF-8 and the following characters: + - = . _ : /.
value The value of the Tag. Maximum length of 256.
Implementation
const RestoreTestingSelectionProtectedResourceConditionsStringEqual({
required this.key,
required this.value,
});