Interface ArtifactRegistryRepositoryCleanupPolicies

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    ArtifactRegistryRepositoryCleanupPolicies.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.526Z")
    @Stability(Stable)
    public interface ArtifactRegistryRepositoryCleanupPolicies
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getId

        @Stability(Stable)
        @NotNull
        String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#id ArtifactRegistryRepository#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getAction

        @Stability(Stable)
        @Nullable
        default String getAction()
        Policy action. Possible values: ["DELETE", "KEEP"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#action ArtifactRegistryRepository#action}

      • getCondition

        @Stability(Stable)
        @Nullable
        default ArtifactRegistryRepositoryCleanupPoliciesCondition getCondition()
        condition block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#condition ArtifactRegistryRepository#condition}

      • getMostRecentVersions

        @Stability(Stable)
        @Nullable
        default ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions getMostRecentVersions()
        most_recent_versions block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#most_recent_versions ArtifactRegistryRepository#most_recent_versions}