Interface ArtifactRegistryRepositoryMavenConfig

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

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

      • getAllowSnapshotOverwrites

        @Stability(Stable)
        @Nullable
        default Object getAllowSnapshotOverwrites()
        The repository with this flag will allow publishing the same snapshot versions.

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

      • getVersionPolicy

        @Stability(Stable)
        @Nullable
        default String getVersionPolicy()
        Version policy defines the versions that the registry will accept. Default value: "VERSION_POLICY_UNSPECIFIED" Possible values: ["VERSION_POLICY_UNSPECIFIED", "RELEASE", "SNAPSHOT"].

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