Class CloudRunV2ServiceTemplateVolumesSecretItems.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateVolumesSecretItems.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplateVolumesSecretItems,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplateVolumesSecretItems
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplateVolumesSecretItems.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplateVolumesSecretItems
An implementation forCloudRunV2ServiceTemplateVolumesSecretItems
-
-
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_v2_service.CloudRunV2ServiceTemplateVolumesSecretItems
CloudRunV2ServiceTemplateVolumesSecretItems.Builder, CloudRunV2ServiceTemplateVolumesSecretItems.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplateVolumesSecretItems.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateVolumesSecretItems.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)NumbergetMode()Integer octal mode bits to use on this file, must be a value between 01 and 0777 (octal).StringgetPath()The relative path of the secret in the container.StringgetVersion()The Cloud Secret Manager secret version.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(CloudRunV2ServiceTemplateVolumesSecretItems.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateVolumesSecretItems.Builder.
-
-
Method Detail
-
getPath
public final String getPath()
Description copied from interface:CloudRunV2ServiceTemplateVolumesSecretItemsThe relative path of the secret in the container.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#path CloudRunV2Service#path}
- Specified by:
getPathin interfaceCloudRunV2ServiceTemplateVolumesSecretItems
-
getMode
public final Number getMode()
Description copied from interface:CloudRunV2ServiceTemplateVolumesSecretItemsInteger octal mode bits to use on this file, must be a value between 01 and 0777 (octal).If 0 or not set, the Volume's default mode will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#mode CloudRunV2Service#mode}
- Specified by:
getModein interfaceCloudRunV2ServiceTemplateVolumesSecretItems
-
getVersion
public final String getVersion()
Description copied from interface:CloudRunV2ServiceTemplateVolumesSecretItemsThe 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_v2_service#version CloudRunV2Service#version}
- Specified by:
getVersionin interfaceCloudRunV2ServiceTemplateVolumesSecretItems
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-