Interface CloudRunV2ServiceTemplateContainersEnvValueSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateContainersEnvValueSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.999Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateContainersEnvValueSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateContainersEnvValueSource.BuilderA builder forCloudRunV2ServiceTemplateContainersEnvValueSourcestatic classCloudRunV2ServiceTemplateContainersEnvValueSource.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateContainersEnvValueSource
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateContainersEnvValueSource.Builderbuilder()default CloudRunV2ServiceTemplateContainersEnvValueSourceSecretKeyRefgetSecretKeyRef()secret_key_ref block.
-
-
-
Method Detail
-
getSecretKeyRef
@Stability(Stable) @Nullable default CloudRunV2ServiceTemplateContainersEnvValueSourceSecretKeyRef getSecretKeyRef()
secret_key_ref block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#secret_key_ref CloudRunV2Service#secret_key_ref}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateContainersEnvValueSource.Builder builder()
-
-