Class StorageTransferJobNotificationConfigOutputReference

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

      • StorageTransferJobNotificationConfigOutputReference

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

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

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

      • resetEventTypes

        @Stability(Stable)
        public void resetEventTypes()
      • getEventTypesInput

        @Stability(Stable)
        @Nullable
        public List<String> getEventTypesInput()
      • getPayloadFormatInput

        @Stability(Stable)
        @Nullable
        public String getPayloadFormatInput()
      • getPubsubTopicInput

        @Stability(Stable)
        @Nullable
        public String getPubsubTopicInput()
      • getEventTypes

        @Stability(Stable)
        @NotNull
        public List<String> getEventTypes()
      • setEventTypes

        @Stability(Stable)
        public void setEventTypes​(@NotNull
                                  List<String> value)
      • getPayloadFormat

        @Stability(Stable)
        @NotNull
        public String getPayloadFormat()
      • setPayloadFormat

        @Stability(Stable)
        public void setPayloadFormat​(@NotNull
                                     String value)
      • getPubsubTopic

        @Stability(Stable)
        @NotNull
        public String getPubsubTopic()
      • setPubsubTopic

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