Class AssuredWorkloadsWorkloadKmsSettings.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.assured_workloads_workload.AssuredWorkloadsWorkloadKmsSettings.Jsii$Proxy
-
- All Implemented Interfaces:
AssuredWorkloadsWorkloadKmsSettings,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AssuredWorkloadsWorkloadKmsSettings
@Stability(Stable) @Internal public static final class AssuredWorkloadsWorkloadKmsSettings.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AssuredWorkloadsWorkloadKmsSettings
An implementation forAssuredWorkloadsWorkloadKmsSettings
-
-
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.assured_workloads_workload.AssuredWorkloadsWorkloadKmsSettings
AssuredWorkloadsWorkloadKmsSettings.Builder, AssuredWorkloadsWorkloadKmsSettings.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AssuredWorkloadsWorkloadKmsSettings.Builder builder)Constructor that initializes the object based on literal property values passed by theAssuredWorkloadsWorkloadKmsSettings.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)StringgetNextRotationTime()Required.StringgetRotationPeriod()Required.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(AssuredWorkloadsWorkloadKmsSettings.Builder builder)
Constructor that initializes the object based on literal property values passed by theAssuredWorkloadsWorkloadKmsSettings.Builder.
-
-
Method Detail
-
getNextRotationTime
public final String getNextRotationTime()
Description copied from interface:AssuredWorkloadsWorkloadKmsSettingsRequired.Input only. Immutable. The time at which the Key Management Service will automatically create a new version of the crypto key and mark it as the primary. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/assured_workloads_workload#next_rotation_time AssuredWorkloadsWorkload#next_rotation_time}
- Specified by:
getNextRotationTimein interfaceAssuredWorkloadsWorkloadKmsSettings
-
getRotationPeriod
public final String getRotationPeriod()
Description copied from interface:AssuredWorkloadsWorkloadKmsSettingsRequired.Input only. Immutable. will be advanced by this period when the Key Management Service automatically rotates a key. Must be at least 24 hours and at most 876,000 hours. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/assured_workloads_workload#rotation_period AssuredWorkloadsWorkload#rotation_period}
- Specified by:
getRotationPeriodin interfaceAssuredWorkloadsWorkloadKmsSettings
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-