Interface Cloudfunctions2FunctionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
Cloudfunctions2FunctionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.202Z") @Stability(Stable) public interface Cloudfunctions2FunctionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudfunctions2FunctionConfig.BuilderA builder forCloudfunctions2FunctionConfigstatic classCloudfunctions2FunctionConfig.Jsii$ProxyAn implementation forCloudfunctions2FunctionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static Cloudfunctions2FunctionConfig.Builderbuilder()default Cloudfunctions2FunctionBuildConfiggetBuildConfig()build_config block.default StringgetDescription()User-provided description of a function.default Cloudfunctions2FunctionEventTriggergetEventTrigger()event_trigger block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#id Cloudfunctions2Function#id}.default StringgetKmsKeyName()Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function resources.default Map<String,String>getLabels()A set of key/value label pairs associated with this Cloud Function.StringgetLocation()The location of this cloud function.StringgetName()A user-defined name of the function.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#project Cloudfunctions2Function#project}.default Cloudfunctions2FunctionServiceConfiggetServiceConfig()service_config block.default Cloudfunctions2FunctionTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The 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}
-
getName
@Stability(Stable) @NotNull String getName()
A 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.
-
getBuildConfig
@Stability(Stable) @Nullable default Cloudfunctions2FunctionBuildConfig getBuildConfig()
build_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}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
User-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}
-
getEventTrigger
@Stability(Stable) @Nullable default Cloudfunctions2FunctionEventTrigger getEventTrigger()
event_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}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs 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.
-
getKmsKeyName
@Stability(Stable) @Nullable default String getKmsKeyName()
Resource 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}
-
getLabels
@Stability(Stable) @Nullable default Map<String,String> getLabels()
A 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}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#project Cloudfunctions2Function#project}.
-
getServiceConfig
@Stability(Stable) @Nullable default Cloudfunctions2FunctionServiceConfig getServiceConfig()
service_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}
-
getTimeouts
@Stability(Stable) @Nullable default Cloudfunctions2FunctionTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#timeouts Cloudfunctions2Function#timeouts}
-
builder
@Stability(Stable) static Cloudfunctions2FunctionConfig.Builder builder()
-
-