Class CloudRunServiceTemplateSpecVolumesSecretItems.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_service.CloudRunServiceTemplateSpecVolumesSecretItems.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunServiceTemplateSpecVolumesSecretItems,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunServiceTemplateSpecVolumesSecretItems
@Stability(Stable) @Internal public static final class CloudRunServiceTemplateSpecVolumesSecretItems.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunServiceTemplateSpecVolumesSecretItems
An implementation forCloudRunServiceTemplateSpecVolumesSecretItems
-
-
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.cloud_run_service.CloudRunServiceTemplateSpecVolumesSecretItems
CloudRunServiceTemplateSpecVolumesSecretItems.Builder, CloudRunServiceTemplateSpecVolumesSecretItems.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunServiceTemplateSpecVolumesSecretItems.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunServiceTemplateSpecVolumesSecretItems.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)StringgetKey()The Cloud Secret Manager secret version.NumbergetMode()Mode bits to use on this file, must be a value between 0000 and 0777.StringgetPath()The relative path of the file to map the key to.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(CloudRunServiceTemplateSpecVolumesSecretItems.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunServiceTemplateSpecVolumesSecretItems.Builder.
-
-
Method Detail
-
getKey
public final String getKey()
Description copied from interface:CloudRunServiceTemplateSpecVolumesSecretItemsThe Cloud Secret Manager secret version. Can be 'latest' for the latest value or an integer for a specific version.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#key CloudRunService#key}
- Specified by:
getKeyin interfaceCloudRunServiceTemplateSpecVolumesSecretItems
-
getPath
public final String getPath()
Description copied from interface:CloudRunServiceTemplateSpecVolumesSecretItemsThe relative path of the file to map the key to.May not be an absolute path. May not contain the path element '..'. May not start with the string '..'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#path CloudRunService#path}
- Specified by:
getPathin interfaceCloudRunServiceTemplateSpecVolumesSecretItems
-
getMode
public final Number getMode()
Description copied from interface:CloudRunServiceTemplateSpecVolumesSecretItemsMode bits to use on this file, must be a value between 0000 and 0777.If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#mode CloudRunService#mode}
- Specified by:
getModein interfaceCloudRunServiceTemplateSpecVolumesSecretItems
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-