Class ComposerEnvironmentConfigMaintenanceWindow.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigMaintenanceWindow.Jsii$Proxy
-
- All Implemented Interfaces:
ComposerEnvironmentConfigMaintenanceWindow,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComposerEnvironmentConfigMaintenanceWindow
@Stability(Stable) @Internal public static final class ComposerEnvironmentConfigMaintenanceWindow.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComposerEnvironmentConfigMaintenanceWindow
An implementation forComposerEnvironmentConfigMaintenanceWindow
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.composer_environment.ComposerEnvironmentConfigMaintenanceWindow
ComposerEnvironmentConfigMaintenanceWindow.Builder, ComposerEnvironmentConfigMaintenanceWindow.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComposerEnvironmentConfigMaintenanceWindow.Builder builder)Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigMaintenanceWindow.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetEndTime()Maintenance window end time.StringgetRecurrence()Maintenance window recurrence.StringgetStartTime()Start time of the first recurrence of the maintenance window.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComposerEnvironmentConfigMaintenanceWindow.Builder builder)
Constructor that initializes the object based on literal property values passed by theComposerEnvironmentConfigMaintenanceWindow.Builder.
-
-
Method Detail
-
getEndTime
public final String getEndTime()
Description copied from interface:ComposerEnvironmentConfigMaintenanceWindowMaintenance 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:
getEndTimein interfaceComposerEnvironmentConfigMaintenanceWindow
-
getRecurrence
public final String getRecurrence()
Description copied from interface:ComposerEnvironmentConfigMaintenanceWindowMaintenance 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:
getRecurrencein interfaceComposerEnvironmentConfigMaintenanceWindow
-
getStartTime
public final String getStartTime()
Description copied from interface:ComposerEnvironmentConfigMaintenanceWindowStart time of the first recurrence of the maintenance window.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#start_time ComposerEnvironment#start_time}
- Specified by:
getStartTimein interfaceComposerEnvironmentConfigMaintenanceWindow
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-