Interface CfnRepository.ImageTagMutabilityExclusionFilterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnRepository.ImageTagMutabilityExclusionFilterProperty.Jsii$Proxy
Enclosing class:
CfnRepository

@Stability(Stable) public static interface CfnRepository.ImageTagMutabilityExclusionFilterProperty extends software.amazon.jsii.JsiiSerializable
A filter that specifies which image tags should be excluded from the repository's image tag mutability setting.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ecr.*;
 ImageTagMutabilityExclusionFilterProperty imageTagMutabilityExclusionFilterProperty = ImageTagMutabilityExclusionFilterProperty.builder()
         .imageTagMutabilityExclusionFilterType("imageTagMutabilityExclusionFilterType")
         .imageTagMutabilityExclusionFilterValue("imageTagMutabilityExclusionFilterValue")
         .build();
 

See Also: