Class ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.528Z")
    @Stability(Stable)
    public class ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsOutputReference

        protected ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsOutputReference

        protected ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsOutputReference

        @Stability(Stable)
        public ArtifactRegistryRepositoryCleanupPoliciesMostRecentVersionsOutputReference​(@NotNull
                                                                                          com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                          @NotNull
                                                                                          String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetKeepCount

        @Stability(Stable)
        public void resetKeepCount()
      • resetPackageNamePrefixes

        @Stability(Stable)
        public void resetPackageNamePrefixes()
      • getKeepCountInput

        @Stability(Stable)
        @Nullable
        public Number getKeepCountInput()
      • getPackageNamePrefixesInput

        @Stability(Stable)
        @Nullable
        public List<String> getPackageNamePrefixesInput()
      • getKeepCount

        @Stability(Stable)
        @NotNull
        public Number getKeepCount()
      • setKeepCount

        @Stability(Stable)
        public void setKeepCount​(@NotNull
                                 Number value)
      • getPackageNamePrefixes

        @Stability(Stable)
        @NotNull
        public List<String> getPackageNamePrefixes()
      • setPackageNamePrefixes

        @Stability(Stable)
        public void setPackageNamePrefixes​(@NotNull
                                           List<String> value)