ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.backendService(String backendService) |
A reference to the BackendService resource.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.certificateMap(String certificateMap) |
A reference to the CertificateMap resource uri that identifies a certificate map associated with the given target proxy.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.count(Number count) |
|
static ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.create(software.constructs.Construct scope,
String id) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.description(String description) |
An optional description of this resource.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_ssl_proxy#id ComputeTargetSslProxy#id}.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.name(String name) |
Name of the resource.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.project(String project) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_target_ssl_proxy#project ComputeTargetSslProxy#project}.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.provisioners(List<? extends Object> provisioners) |
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.proxyHeader(String proxyHeader) |
Specifies the type of proxy header to append before sending data to the backend.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.sslCertificates(List<String> sslCertificates) |
A list of SslCertificate resources that are used to authenticate connections between users and the load balancer.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.sslPolicy(String sslPolicy) |
A reference to the SslPolicy resource that will be associated with the TargetSslProxy resource.
|
ComputeTargetSslProxy.Builder |
ComputeTargetSslProxy.Builder.timeouts(ComputeTargetSslProxyTimeouts timeouts) |
timeouts block.
|