Class TimestreamwriteTableRetentionPropertiesOutputReference

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:55.388Z")
    @Stability(Stable)
    public class TimestreamwriteTableRetentionPropertiesOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • TimestreamwriteTableRetentionPropertiesOutputReference

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

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

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

      • getMagneticStoreRetentionPeriodInDaysInput

        @Stability(Stable)
        @Nullable
        public Number getMagneticStoreRetentionPeriodInDaysInput()
      • getMemoryStoreRetentionPeriodInHoursInput

        @Stability(Stable)
        @Nullable
        public Number getMemoryStoreRetentionPeriodInHoursInput()
      • getMagneticStoreRetentionPeriodInDays

        @Stability(Stable)
        @NotNull
        public Number getMagneticStoreRetentionPeriodInDays()
      • setMagneticStoreRetentionPeriodInDays

        @Stability(Stable)
        public void setMagneticStoreRetentionPeriodInDays​(@NotNull
                                                          Number value)
      • getMemoryStoreRetentionPeriodInHours

        @Stability(Stable)
        @NotNull
        public Number getMemoryStoreRetentionPeriodInHours()
      • setMemoryStoreRetentionPeriodInHours

        @Stability(Stable)
        public void setMemoryStoreRetentionPeriodInHours​(@NotNull
                                                         Number value)