Class PipesPipeTargetParametersCloudwatchLogsParametersOutputReference

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

      • PipesPipeTargetParametersCloudwatchLogsParametersOutputReference

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

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

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

      • resetLogStreamName

        @Stability(Stable)
        public void resetLogStreamName()
      • resetTimestamp

        @Stability(Stable)
        public void resetTimestamp()
      • getLogStreamNameInput

        @Stability(Stable)
        @Nullable
        public String getLogStreamNameInput()
      • getTimestampInput

        @Stability(Stable)
        @Nullable
        public String getTimestampInput()
      • getLogStreamName

        @Stability(Stable)
        @NotNull
        public String getLogStreamName()
      • setLogStreamName

        @Stability(Stable)
        public void setLogStreamName​(@NotNull
                                     String value)
      • getTimestamp

        @Stability(Stable)
        @NotNull
        public String getTimestamp()
      • setTimestamp

        @Stability(Stable)
        public void setTimestamp​(@NotNull
                                 String value)