Class Cloudfunctions2FunctionConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudfunctions2_function.Cloudfunctions2FunctionConfig.Jsii$Proxy
-
- All Implemented Interfaces:
Cloudfunctions2FunctionConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Cloudfunctions2FunctionConfig
@Stability(Stable) @Internal public static final class Cloudfunctions2FunctionConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Cloudfunctions2FunctionConfig
An implementation forCloudfunctions2FunctionConfig
-
-
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.cloudfunctions2_function.Cloudfunctions2FunctionConfig
Cloudfunctions2FunctionConfig.Builder, Cloudfunctions2FunctionConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Cloudfunctions2FunctionConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionConfig.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)Cloudfunctions2FunctionBuildConfiggetBuildConfig()build_config block.ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDescription()User-provided description of a function.Cloudfunctions2FunctionEventTriggergetEventTrigger()event_trigger block.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#id Cloudfunctions2Function#id}.StringgetKmsKeyName()Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources.Map<String,String>getLabels()A set of key/value label pairs associated with this Cloud Function.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLocation()The location of this cloud function.StringgetName()A user-defined name of the function.StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#project Cloudfunctions2Function#project}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()Cloudfunctions2FunctionServiceConfiggetServiceConfig()service_config block.Cloudfunctions2FunctionTimeoutsgetTimeouts()timeouts block.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(Cloudfunctions2FunctionConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionConfig.Builder.
-
-
Method Detail
-
getLocation
public final String getLocation()
Description copied from interface:Cloudfunctions2FunctionConfigThe location of this cloud function.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#location Cloudfunctions2Function#location}
- Specified by:
getLocationin interfaceCloudfunctions2FunctionConfig
-
getName
public final String getName()
Description copied from interface:Cloudfunctions2FunctionConfigA user-defined name of the function. Function names must be unique globally and match pattern 'projects/* /locations/* /functions/*'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#name Cloudfunctions2Function#name} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
- Specified by:
getNamein interfaceCloudfunctions2FunctionConfig
-
getBuildConfig
public final Cloudfunctions2FunctionBuildConfig getBuildConfig()
Description copied from interface:Cloudfunctions2FunctionConfigbuild_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#build_config Cloudfunctions2Function#build_config}
- Specified by:
getBuildConfigin interfaceCloudfunctions2FunctionConfig
-
getDescription
public final String getDescription()
Description copied from interface:Cloudfunctions2FunctionConfigUser-provided description of a function.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#description Cloudfunctions2Function#description}
- Specified by:
getDescriptionin interfaceCloudfunctions2FunctionConfig
-
getEventTrigger
public final Cloudfunctions2FunctionEventTrigger getEventTrigger()
Description copied from interface:Cloudfunctions2FunctionConfigevent_trigger block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#event_trigger Cloudfunctions2Function#event_trigger}
- Specified by:
getEventTriggerin interfaceCloudfunctions2FunctionConfig
-
getId
public final String getId()
Description copied from interface:Cloudfunctions2FunctionConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#id Cloudfunctions2Function#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceCloudfunctions2FunctionConfig
-
getKmsKeyName
public final String getKmsKeyName()
Description copied from interface:Cloudfunctions2FunctionConfigResource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources.It must match the pattern projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#kms_key_name Cloudfunctions2Function#kms_key_name}
- Specified by:
getKmsKeyNamein interfaceCloudfunctions2FunctionConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:Cloudfunctions2FunctionConfigA set of key/value label pairs associated with this Cloud Function.**Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#labels Cloudfunctions2Function#labels}
- Specified by:
getLabelsin interfaceCloudfunctions2FunctionConfig
-
getProject
public final String getProject()
Description copied from interface:Cloudfunctions2FunctionConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#project Cloudfunctions2Function#project}.- Specified by:
getProjectin interfaceCloudfunctions2FunctionConfig
-
getServiceConfig
public final Cloudfunctions2FunctionServiceConfig getServiceConfig()
Description copied from interface:Cloudfunctions2FunctionConfigservice_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#service_config Cloudfunctions2Function#service_config}
- Specified by:
getServiceConfigin interfaceCloudfunctions2FunctionConfig
-
getTimeouts
public final Cloudfunctions2FunctionTimeouts getTimeouts()
Description copied from interface:Cloudfunctions2FunctionConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#timeouts Cloudfunctions2Function#timeouts}
- Specified by:
getTimeoutsin interfaceCloudfunctions2FunctionConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-