Class ArtifactRegistryRepositoryMavenConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.artifact_registry_repository.ArtifactRegistryRepositoryMavenConfig.Jsii$Proxy
-
- All Implemented Interfaces:
ArtifactRegistryRepositoryMavenConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ArtifactRegistryRepositoryMavenConfig
@Stability(Stable) @Internal public static final class ArtifactRegistryRepositoryMavenConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ArtifactRegistryRepositoryMavenConfig
An implementation forArtifactRegistryRepositoryMavenConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.artifact_registry_repository.ArtifactRegistryRepositoryMavenConfig
ArtifactRegistryRepositoryMavenConfig.Builder, ArtifactRegistryRepositoryMavenConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ArtifactRegistryRepositoryMavenConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theArtifactRegistryRepositoryMavenConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)ObjectgetAllowSnapshotOverwrites()The repository with this flag will allow publishing the same snapshot versions.StringgetVersionPolicy()Version policy defines the versions that the registry will accept.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ArtifactRegistryRepositoryMavenConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theArtifactRegistryRepositoryMavenConfig.Builder.
-
-
Method Detail
-
getAllowSnapshotOverwrites
public final Object getAllowSnapshotOverwrites()
Description copied from interface:ArtifactRegistryRepositoryMavenConfigThe 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}
- Specified by:
getAllowSnapshotOverwritesin interfaceArtifactRegistryRepositoryMavenConfig
-
getVersionPolicy
public final String getVersionPolicy()
Description copied from interface:ArtifactRegistryRepositoryMavenConfigVersion 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}
- Specified by:
getVersionPolicyin interfaceArtifactRegistryRepositoryMavenConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-