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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRepository.ImageTagMutabilityExclusionFilterPropertystatic final classAn implementation forCfnRepository.ImageTagMutabilityExclusionFilterProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Specifies the type of filter to use for excluding image tags from the repository's mutability setting.The value to use when filtering image tags.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getImageTagMutabilityExclusionFilterType
Specifies the type of filter to use for excluding image tags from the repository's mutability setting.- See Also:
-
getImageTagMutabilityExclusionFilterValue
The value to use when filtering image tags.- See Also:
-
builder
-