Class AssuredWorkloadsWorkloadKmsSettings.Jsii$Proxy

    • 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.
    • Method Detail

      • getNextRotationTime

        public final String getNextRotationTime()
        Description copied from interface: AssuredWorkloadsWorkloadKmsSettings
        Required.

        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:
        getNextRotationTime in interface AssuredWorkloadsWorkloadKmsSettings
      • getRotationPeriod

        public final String getRotationPeriod()
        Description copied from interface: AssuredWorkloadsWorkloadKmsSettings
        Required.

        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:
        getRotationPeriod in interface AssuredWorkloadsWorkloadKmsSettings
      • $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