Class LbConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.lb.LbConfig.Jsii$Proxy
-
- All Implemented Interfaces:
LbConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- LbConfig
@Stability(Stable) @Internal public static final class LbConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LbConfig
An implementation forLbConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.lb.LbConfig
LbConfig.Builder, LbConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(LbConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theLbConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)LbAccessLogsgetAccessLogs()access_logs block.ObjectgetConnection()ObjectgetCount()StringgetCustomerOwnedIpv4Pool()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#customer_owned_ipv4_pool Lb#customer_owned_ipv4_pool}.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDesyncMitigationMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#desync_mitigation_mode Lb#desync_mitigation_mode}.ObjectgetDropInvalidHeaderFields()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#drop_invalid_header_fields Lb#drop_invalid_header_fields}.ObjectgetEnableCrossZoneLoadBalancing()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_cross_zone_load_balancing Lb#enable_cross_zone_load_balancing}.ObjectgetEnableDeletionProtection()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_deletion_protection Lb#enable_deletion_protection}.ObjectgetEnableHttp2()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_http2 Lb#enable_http2}.ObjectgetEnableTlsVersionAndCipherSuiteHeaders()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_tls_version_and_cipher_suite_headers Lb#enable_tls_version_and_cipher_suite_headers}.ObjectgetEnableWafFailOpen()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_waf_fail_open Lb#enable_waf_fail_open}.ObjectgetEnableXffClientPort()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_xff_client_port Lb#enable_xff_client_port}.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#id Lb#id}.NumbergetIdleTimeout()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#idle_timeout Lb#idle_timeout}.ObjectgetInternal()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#internal Lb#internal}.StringgetIpAddressType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#ip_address_type Lb#ip_address_type}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetLoadBalancerType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#load_balancer_type Lb#load_balancer_type}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#name Lb#name}.StringgetNamePrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#name_prefix Lb#name_prefix}.ObjectgetPreserveHostHeader()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#preserve_host_header Lb#preserve_host_header}.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()List<String>getSecurityGroups()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#security_groups Lb#security_groups}.ObjectgetSubnetMapping()subnet_mapping block.List<String>getSubnets()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#subnets Lb#subnets}.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#tags Lb#tags}.Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#tags_all Lb#tags_all}.LbTimeoutsgetTimeouts()timeouts block.StringgetXffHeaderProcessingMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#xff_header_processing_mode Lb#xff_header_processing_mode}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(LbConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theLbConfig.Builder.
-
-
Method Detail
-
getAccessLogs
public final LbAccessLogs getAccessLogs()
Description copied from interface:LbConfigaccess_logs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#access_logs Lb#access_logs}
- Specified by:
getAccessLogsin interfaceLbConfig
-
getCustomerOwnedIpv4Pool
public final String getCustomerOwnedIpv4Pool()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#customer_owned_ipv4_pool Lb#customer_owned_ipv4_pool}.- Specified by:
getCustomerOwnedIpv4Poolin interfaceLbConfig
-
getDesyncMitigationMode
public final String getDesyncMitigationMode()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#desync_mitigation_mode Lb#desync_mitigation_mode}.- Specified by:
getDesyncMitigationModein interfaceLbConfig
-
getDropInvalidHeaderFields
public final Object getDropInvalidHeaderFields()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#drop_invalid_header_fields Lb#drop_invalid_header_fields}.- Specified by:
getDropInvalidHeaderFieldsin interfaceLbConfig
-
getEnableCrossZoneLoadBalancing
public final Object getEnableCrossZoneLoadBalancing()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_cross_zone_load_balancing Lb#enable_cross_zone_load_balancing}.- Specified by:
getEnableCrossZoneLoadBalancingin interfaceLbConfig
-
getEnableDeletionProtection
public final Object getEnableDeletionProtection()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_deletion_protection Lb#enable_deletion_protection}.- Specified by:
getEnableDeletionProtectionin interfaceLbConfig
-
getEnableHttp2
public final Object getEnableHttp2()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_http2 Lb#enable_http2}.- Specified by:
getEnableHttp2in interfaceLbConfig
-
getEnableTlsVersionAndCipherSuiteHeaders
public final Object getEnableTlsVersionAndCipherSuiteHeaders()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_tls_version_and_cipher_suite_headers Lb#enable_tls_version_and_cipher_suite_headers}.- Specified by:
getEnableTlsVersionAndCipherSuiteHeadersin interfaceLbConfig
-
getEnableWafFailOpen
public final Object getEnableWafFailOpen()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_waf_fail_open Lb#enable_waf_fail_open}.- Specified by:
getEnableWafFailOpenin interfaceLbConfig
-
getEnableXffClientPort
public final Object getEnableXffClientPort()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_xff_client_port Lb#enable_xff_client_port}.- Specified by:
getEnableXffClientPortin interfaceLbConfig
-
getId
public final String getId()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#id Lb#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.
-
getIdleTimeout
public final Number getIdleTimeout()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#idle_timeout Lb#idle_timeout}.- Specified by:
getIdleTimeoutin interfaceLbConfig
-
getInternal
public final Object getInternal()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#internal Lb#internal}.- Specified by:
getInternalin interfaceLbConfig
-
getIpAddressType
public final String getIpAddressType()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#ip_address_type Lb#ip_address_type}.- Specified by:
getIpAddressTypein interfaceLbConfig
-
getLoadBalancerType
public final String getLoadBalancerType()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#load_balancer_type Lb#load_balancer_type}.- Specified by:
getLoadBalancerTypein interfaceLbConfig
-
getName
public final String getName()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#name Lb#name}.
-
getNamePrefix
public final String getNamePrefix()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#name_prefix Lb#name_prefix}.- Specified by:
getNamePrefixin interfaceLbConfig
-
getPreserveHostHeader
public final Object getPreserveHostHeader()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#preserve_host_header Lb#preserve_host_header}.- Specified by:
getPreserveHostHeaderin interfaceLbConfig
-
getSecurityGroups
public final List<String> getSecurityGroups()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#security_groups Lb#security_groups}.- Specified by:
getSecurityGroupsin interfaceLbConfig
-
getSubnetMapping
public final Object getSubnetMapping()
Description copied from interface:LbConfigsubnet_mapping block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#subnet_mapping Lb#subnet_mapping}
- Specified by:
getSubnetMappingin interfaceLbConfig
-
getSubnets
public final List<String> getSubnets()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#subnets Lb#subnets}.- Specified by:
getSubnetsin interfaceLbConfig
-
getTags
public final Map<String,String> getTags()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#tags Lb#tags}.
-
getTagsAll
public final Map<String,String> getTagsAll()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#tags_all Lb#tags_all}.- Specified by:
getTagsAllin interfaceLbConfig
-
getTimeouts
public final LbTimeouts getTimeouts()
Description copied from interface:LbConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#timeouts Lb#timeouts}
- Specified by:
getTimeoutsin interfaceLbConfig
-
getXffHeaderProcessingMode
public final String getXffHeaderProcessingMode()
Description copied from interface:LbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#xff_header_processing_mode Lb#xff_header_processing_mode}.- Specified by:
getXffHeaderProcessingModein interfaceLbConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-