Interface ComputeRegionSslPolicyConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
ComputeRegionSslPolicyConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.823Z") @Stability(Stable) public interface ComputeRegionSslPolicyConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeRegionSslPolicyConfig.BuilderA builder forComputeRegionSslPolicyConfigstatic classComputeRegionSslPolicyConfig.Jsii$ProxyAn implementation forComputeRegionSslPolicyConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static ComputeRegionSslPolicyConfig.Builderbuilder()default List<String>getCustomFeatures()A list of features enabled when the selected profile is CUSTOM.default StringgetDescription()An optional description of this resource.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_policy#id ComputeRegionSslPolicy#id}.default StringgetMinTlsVersion()The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer.StringgetName()Name of the resource.default StringgetProfile()Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_policy#project ComputeRegionSslPolicy#project}.default StringgetRegion()The region where the regional SSL policy resides.default ComputeRegionSslPolicyTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
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_region_ssl_policy#name ComputeRegionSslPolicy#name}
-
getCustomFeatures
@Stability(Stable) @Nullable default List<String> getCustomFeatures()
A list of features enabled when the selected profile is CUSTOM.The method returns the set of features that can be specified in this list. This field must be empty if the profile is not CUSTOM. See the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport) for which ciphers are available to use. **Note**: this argument *must* be present when using the 'CUSTOM' profile. This argument *must not* be present when using any other profile. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_policy#custom_features ComputeRegionSslPolicy#custom_features}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional description of this resource.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_policy#description ComputeRegionSslPolicy#description}
-
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_region_ssl_policy#id ComputeRegionSslPolicy#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.
-
getMinTlsVersion
@Stability(Stable) @Nullable default String getMinTlsVersion()
The minimum version of SSL protocol that can be used by the clients to establish a connection with the load balancer.Default value: "TLS_1_0" Possible values: ["TLS_1_0", "TLS_1_1", "TLS_1_2"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_policy#min_tls_version ComputeRegionSslPolicy#min_tls_version}
-
getProfile
@Stability(Stable) @Nullable default String getProfile()
Profile specifies the set of SSL features that can be used by the load balancer when negotiating SSL with clients.If using 'CUSTOM', the set of SSL features to enable must be specified in the 'customFeatures' field. See the [official documentation](https://cloud.google.com/compute/docs/load-balancing/ssl-policies#profilefeaturesupport) for information on what cipher suites each profile provides. If 'CUSTOM' is used, the 'custom_features' attribute **must be set**. Default value: "COMPATIBLE" Possible values: ["COMPATIBLE", "MODERN", "RESTRICTED", "CUSTOM"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_policy#profile ComputeRegionSslPolicy#profile}
-
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_region_ssl_policy#project ComputeRegionSslPolicy#project}.
-
getRegion
@Stability(Stable) @Nullable default String getRegion()
The region where the regional SSL policy resides.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_policy#region ComputeRegionSslPolicy#region}
-
getTimeouts
@Stability(Stable) @Nullable default ComputeRegionSslPolicyTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_ssl_policy#timeouts ComputeRegionSslPolicy#timeouts}
-
builder
@Stability(Stable) static ComputeRegionSslPolicyConfig.Builder builder()
-
-