Interface ArtifactRegistryRepositoryCleanupPoliciesCondition
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ArtifactRegistryRepositoryCleanupPoliciesCondition.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.526Z") @Stability(Stable) public interface ArtifactRegistryRepositoryCleanupPoliciesCondition extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classArtifactRegistryRepositoryCleanupPoliciesCondition.BuilderA builder forArtifactRegistryRepositoryCleanupPoliciesConditionstatic classArtifactRegistryRepositoryCleanupPoliciesCondition.Jsii$ProxyAn implementation forArtifactRegistryRepositoryCleanupPoliciesCondition
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ArtifactRegistryRepositoryCleanupPoliciesCondition.Builderbuilder()default StringgetNewerThan()Match versions newer than a duration.default StringgetOlderThan()Match versions older than a duration.default List<String>getPackageNamePrefixes()Match versions by package prefix.default List<String>getTagPrefixes()Match versions by tag prefix.default StringgetTagState()Match versions by tag status.default List<String>getVersionNamePrefixes()Match versions by version name prefix.
-
-
-
Method Detail
-
getNewerThan
@Stability(Stable) @Nullable default String getNewerThan()
Match versions newer than a duration.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#newer_than ArtifactRegistryRepository#newer_than}
-
getOlderThan
@Stability(Stable) @Nullable default String getOlderThan()
Match versions older than a duration.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#older_than ArtifactRegistryRepository#older_than}
-
getPackageNamePrefixes
@Stability(Stable) @Nullable default List<String> getPackageNamePrefixes()
Match versions by package prefix. Applied on any prefix match.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#package_name_prefixes ArtifactRegistryRepository#package_name_prefixes}
-
getTagPrefixes
@Stability(Stable) @Nullable default List<String> getTagPrefixes()
Match versions by tag prefix. Applied on any prefix match.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#tag_prefixes ArtifactRegistryRepository#tag_prefixes}
-
getTagState
@Stability(Stable) @Nullable default String getTagState()
Match versions by tag status. Default value: "ANY" Possible values: ["TAGGED", "UNTAGGED", "ANY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#tag_state ArtifactRegistryRepository#tag_state}
-
getVersionNamePrefixes
@Stability(Stable) @Nullable default List<String> getVersionNamePrefixes()
Match versions by version name prefix. Applied on any prefix match.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#version_name_prefixes ArtifactRegistryRepository#version_name_prefixes}
-
builder
@Stability(Stable) static ArtifactRegistryRepositoryCleanupPoliciesCondition.Builder builder()
-
-