Class ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.artifact_registry_repository.ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.Jsii$Proxy
-
- All Implemented Interfaces:
ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions
@Stability(Stable) @Internal public static final class ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions
An implementation forArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions
-
-
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.ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions
ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.Builder, ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.Builder builder)Constructor that initializes the object based on literal property values passed by theArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.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)NumbergetKeepCount()Minimum number of versions to keep.List<String>getPackageNamePrefixes()Match versions by package prefix.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(ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.Builder builder)
Constructor that initializes the object based on literal property values passed by theArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions.Builder.
-
-
Method Detail
-
getKeepCount
public final Number getKeepCount()
Description copied from interface:ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsMinimum number of versions to keep.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/artifact_registry_repository#keep_count ArtifactRegistryRepository#keep_count}
- Specified by:
getKeepCountin interfaceArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions
-
getPackageNamePrefixes
public final List<String> getPackageNamePrefixes()
Description copied from interface:ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsMatch 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}
- Specified by:
getPackageNamePrefixesin interfaceArtifactRegistryRepositoryCleanupPoliciesMostRecentVersions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-