Class SsmMaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigOutputReference

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

      • SsmMaintenanceWindowTaskTaskInvocationParametersRunCommandParametersNotificationConfigOutputReference

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

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

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

      • resetNotificationArn

        @Stability(Stable)
        public void resetNotificationArn()
      • resetNotificationEvents

        @Stability(Stable)
        public void resetNotificationEvents()
      • resetNotificationType

        @Stability(Stable)
        public void resetNotificationType()
      • getNotificationArnInput

        @Stability(Stable)
        @Nullable
        public String getNotificationArnInput()
      • getNotificationEventsInput

        @Stability(Stable)
        @Nullable
        public List<String> getNotificationEventsInput()
      • getNotificationTypeInput

        @Stability(Stable)
        @Nullable
        public String getNotificationTypeInput()
      • getNotificationArn

        @Stability(Stable)
        @NotNull
        public String getNotificationArn()
      • setNotificationArn

        @Stability(Stable)
        public void setNotificationArn​(@NotNull
                                       String value)
      • getNotificationEvents

        @Stability(Stable)
        @NotNull
        public List<String> getNotificationEvents()
      • setNotificationEvents

        @Stability(Stable)
        public void setNotificationEvents​(@NotNull
                                          List<String> value)
      • getNotificationType

        @Stability(Stable)
        @NotNull
        public String getNotificationType()
      • setNotificationType

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