Class ComposerEnvironmentConfigMaintenanceWindow.Jsii$Proxy

    • Method Detail

      • getEndTime

        public final String getEndTime()
        Description copied from interface: ComposerEnvironmentConfigMaintenanceWindow
        Maintenance window end time.

        It is used only to calculate the duration of the maintenance window. The value for end-time must be in the future, relative to 'start_time'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#end_time ComposerEnvironment#end_time}

        Specified by:
        getEndTime in interface ComposerEnvironmentConfigMaintenanceWindow
      • getRecurrence

        public final String getRecurrence()
        Description copied from interface: ComposerEnvironmentConfigMaintenanceWindow
        Maintenance window recurrence.

        Format is a subset of RFC-5545 (https://tools.ietf.org/html/rfc5545) 'RRULE'. The only allowed values for 'FREQ' field are 'FREQ=DAILY' and 'FREQ=WEEKLY;BYDAY=...'. Example values: 'FREQ=WEEKLY;BYDAY=TU,WE', 'FREQ=DAILY'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#recurrence ComposerEnvironment#recurrence}

        Specified by:
        getRecurrence in interface ComposerEnvironmentConfigMaintenanceWindow
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object