Interface ComputeBackendBucketConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeBackendBucketConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.300Z") @Stability(Stable) public interface ComputeBackendBucketConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeBackendBucketConfig.BuilderA builder forComputeBackendBucketConfigstatic classComputeBackendBucketConfig.Jsii$ProxyAn implementation forComputeBackendBucketConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeBackendBucketConfig.Builderbuilder()StringgetBucketName()Cloud Storage bucket name.default ComputeBackendBucketCdnPolicygetCdnPolicy()cdn_policy block.default StringgetCompressionMode()Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header.default List<String>getCustomResponseHeaders()Headers that the HTTP/S load balancer should add to proxied responses.default StringgetDescription()An optional textual description of the resource; provided by the client when the resource is created.default StringgetEdgeSecurityPolicy()The security policy associated with this backend bucket.default ObjectgetEnableCdn()If true, enable Cloud CDN for this BackendBucket.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#id ComputeBackendBucket#id}.StringgetName()Name of the resource.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#project ComputeBackendBucket#project}.default ComputeBackendBucketTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getBucketName
@Stability(Stable) @NotNull String getBucketName()
Cloud Storage bucket name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#bucket_name ComputeBackendBucket#bucket_name}
-
getName
@Stability(Stable) @NotNull String getName()
Name of the resource.Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression '[a-z](%5B-a-z0-9%5D*%5Ba-z0-9%5D)?' which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#name ComputeBackendBucket#name}
-
getCdnPolicy
@Stability(Stable) @Nullable default ComputeBackendBucketCdnPolicy getCdnPolicy()
cdn_policy block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#cdn_policy ComputeBackendBucket#cdn_policy}
-
getCompressionMode
@Stability(Stable) @Nullable default String getCompressionMode()
Compress text responses using Brotli or gzip compression, based on the client's Accept-Encoding header. Possible values: ["AUTOMATIC", "DISABLED"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#compression_mode ComputeBackendBucket#compression_mode}
-
getCustomResponseHeaders
@Stability(Stable) @Nullable default List<String> getCustomResponseHeaders()
Headers that the HTTP/S load balancer should add to proxied responses.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#custom_response_headers ComputeBackendBucket#custom_response_headers}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional textual description of the resource; provided by the client when the resource is created.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#description ComputeBackendBucket#description}
-
getEdgeSecurityPolicy
@Stability(Stable) @Nullable default String getEdgeSecurityPolicy()
The security policy associated with this backend bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#edge_security_policy ComputeBackendBucket#edge_security_policy}
-
getEnableCdn
@Stability(Stable) @Nullable default Object getEnableCdn()
If true, enable Cloud CDN for this BackendBucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#enable_cdn ComputeBackendBucket#enable_cdn}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#id ComputeBackendBucket#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.
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#project ComputeBackendBucket#project}.
-
getTimeouts
@Stability(Stable) @Nullable default ComputeBackendBucketTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_backend_bucket#timeouts ComputeBackendBucket#timeouts}
-
builder
@Stability(Stable) static ComputeBackendBucketConfig.Builder builder()
- Returns:
- a
ComputeBackendBucketConfig.BuilderofComputeBackendBucketConfig
-
-