Class SecretManagerSecretRotation.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.secret_manager_secret.SecretManagerSecretRotation.Jsii$Proxy
-
- All Implemented Interfaces:
SecretManagerSecretRotation,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SecretManagerSecretRotation
@Stability(Stable) @Internal public static final class SecretManagerSecretRotation.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SecretManagerSecretRotation
An implementation forSecretManagerSecretRotation
-
-
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.secret_manager_secret.SecretManagerSecretRotation
SecretManagerSecretRotation.Builder, SecretManagerSecretRotation.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SecretManagerSecretRotation.Builder builder)Constructor that initializes the object based on literal property values passed by theSecretManagerSecretRotation.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()Timestamp in UTC at which the Secret is scheduled to rotate.StringgetRotationPeriod()The Duration between rotation notifications.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(SecretManagerSecretRotation.Builder builder)
Constructor that initializes the object based on literal property values passed by theSecretManagerSecretRotation.Builder.
-
-
Method Detail
-
getNextRotationTime
public final String getNextRotationTime()
Description copied from interface:SecretManagerSecretRotationTimestamp in UTC at which the Secret is scheduled to rotate.A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#next_rotation_time SecretManagerSecret#next_rotation_time}
- Specified by:
getNextRotationTimein interfaceSecretManagerSecretRotation
-
getRotationPeriod
public final String getRotationPeriod()
Description copied from interface:SecretManagerSecretRotationThe Duration between rotation notifications.Must be in seconds and at least 3600s (1h) and at most 3153600000s (100 years). If rotationPeriod is set, 'next_rotation_time' must be set. 'next_rotation_time' will be advanced by this period when the service automatically sends rotation notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secret_manager_secret#rotation_period SecretManagerSecret#rotation_period}
- Specified by:
getRotationPeriodin interfaceSecretManagerSecretRotation
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-