Class ArtifactRegistryRepositoryCleanupPoliciesConditionOutputReference

  • 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.527Z")
    @Stability(Stable)
    public class ArtifactRegistryRepositoryCleanupPoliciesConditionOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ArtifactRegistryRepositoryCleanupPoliciesConditionOutputReference

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

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

        @Stability(Stable)
        public ArtifactRegistryRepositoryCleanupPoliciesConditionOutputReference​(@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

      • resetNewerThan

        @Stability(Stable)
        public void resetNewerThan()
      • resetOlderThan

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

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

        @Stability(Stable)
        public void resetTagPrefixes()
      • resetTagState

        @Stability(Stable)
        public void resetTagState()
      • resetVersionNamePrefixes

        @Stability(Stable)
        public void resetVersionNamePrefixes()
      • getNewerThanInput

        @Stability(Stable)
        @Nullable
        public String getNewerThanInput()
      • getOlderThanInput

        @Stability(Stable)
        @Nullable
        public String getOlderThanInput()
      • getPackageNamePrefixesInput

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

        @Stability(Stable)
        @Nullable
        public List<String> getTagPrefixesInput()
      • getTagStateInput

        @Stability(Stable)
        @Nullable
        public String getTagStateInput()
      • getVersionNamePrefixesInput

        @Stability(Stable)
        @Nullable
        public List<String> getVersionNamePrefixesInput()
      • getNewerThan

        @Stability(Stable)
        @NotNull
        public String getNewerThan()
      • setNewerThan

        @Stability(Stable)
        public void setNewerThan​(@NotNull
                                 String value)
      • getOlderThan

        @Stability(Stable)
        @NotNull
        public String getOlderThan()
      • setOlderThan

        @Stability(Stable)
        public void setOlderThan​(@NotNull
                                 String value)
      • getPackageNamePrefixes

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

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

        @Stability(Stable)
        @NotNull
        public List<String> getTagPrefixes()
      • setTagPrefixes

        @Stability(Stable)
        public void setTagPrefixes​(@NotNull
                                   List<String> value)
      • getTagState

        @Stability(Stable)
        @NotNull
        public String getTagState()
      • setTagState

        @Stability(Stable)
        public void setTagState​(@NotNull
                                String value)
      • getVersionNamePrefixes

        @Stability(Stable)
        @NotNull
        public List<String> getVersionNamePrefixes()
      • setVersionNamePrefixes

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