SigningRepositoryFilter
A repository filter used to determine which repositories have their images automatically signed on push. Each filter consists of a filter type and filter value.
Contents
- filter
-
The filter value used to match repository names. When using
WILDCARD_MATCH, the*character matches any sequence of characters.Examples:
-
myapp/*- Matches all repositories starting withmyapp/ -
*/production- Matches all repositories ending with/production -
*prod*- Matches all repositories containingprod
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^(?:[a-z0-9*]+(?:[._-][a-z0-9*]+)*/)*[a-z0-9*]+(?:[._-][a-z0-9*]+)*$Required: Yes
-
- filterType
-
The type of filter to apply. Currently, only
WILDCARD_MATCHis supported, which uses wildcard patterns to match repository names.Type: String
Valid Values:
WILDCARD_MATCHRequired: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: