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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classArtifactRegistryRepositoryMavenConfig.BuilderA builder forArtifactRegistryRepositoryMavenConfigstatic classArtifactRegistryRepositoryMavenConfig.Jsii$ProxyAn implementation forArtifactRegistryRepositoryMavenConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ArtifactRegistryRepositoryMavenConfig.Builderbuilder()default ObjectgetAllowSnapshotOverwrites()The repository with this flag will allow publishing the same snapshot versions.default StringgetVersionPolicy()Version policy defines the versions that the registry will accept.
-
-
-
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}
-
builder
@Stability(Stable) static ArtifactRegistryRepositoryMavenConfig.Builder builder()
-
-