Class CloudRunServiceTemplateSpecVolumesSecret.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_service.CloudRunServiceTemplateSpecVolumesSecret.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunServiceTemplateSpecVolumesSecret,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunServiceTemplateSpecVolumesSecret
@Stability(Stable) @Internal public static final class CloudRunServiceTemplateSpecVolumesSecret.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunServiceTemplateSpecVolumesSecret
An implementation forCloudRunServiceTemplateSpecVolumesSecret
-
-
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.CloudRunServiceTemplateSpecVolumesSecret
CloudRunServiceTemplateSpecVolumesSecret.Builder, CloudRunServiceTemplateSpecVolumesSecret.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunServiceTemplateSpecVolumesSecret.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunServiceTemplateSpecVolumesSecret.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)NumbergetDefaultMode()Mode bits to use on created files by default.ObjectgetItems()items block.StringgetSecretName()The name of the secret in Cloud Secret Manager.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(CloudRunServiceTemplateSpecVolumesSecret.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunServiceTemplateSpecVolumesSecret.Builder.
-
-
Method Detail
-
getSecretName
public final String getSecretName()
Description copied from interface:CloudRunServiceTemplateSpecVolumesSecretThe name of the secret in Cloud Secret Manager.By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: {alias}:projects/{project-id|project-number}/secrets/{secret-name}. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#secret_name CloudRunService#secret_name}
- Specified by:
getSecretNamein interfaceCloudRunServiceTemplateSpecVolumesSecret
-
getDefaultMode
public final Number getDefaultMode()
Description copied from interface:CloudRunServiceTemplateSpecVolumesSecretMode bits to use on created files by default.Must be a value between 0000 and 0777. Defaults to 0644. Directories within the path are not affected by this setting. 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#default_mode CloudRunService#default_mode}
- Specified by:
getDefaultModein interfaceCloudRunServiceTemplateSpecVolumesSecret
-
getItems
public final Object getItems()
Description copied from interface:CloudRunServiceTemplateSpecVolumesSecretitems block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#items CloudRunService#items}
- Specified by:
getItemsin interfaceCloudRunServiceTemplateSpecVolumesSecret
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-