Class AlbConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.alb.AlbConfig.Jsii$Proxy
-
- All Implemented Interfaces:
AlbConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- AlbConfig
@Stability(Stable) @Internal public static final class AlbConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AlbConfig
An implementation forAlbConfig
-
-
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.alb.AlbConfig
AlbConfig.Builder, AlbConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(AlbConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theAlbConfig.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)AlbAccessLogsgetAccessLogs()access_logs block.ObjectgetConnection()ObjectgetCount()StringgetCustomerOwnedIpv4Pool()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#customer_owned_ipv4_pool Alb#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/alb#desync_mitigation_mode Alb#desync_mitigation_mode}.ObjectgetDropInvalidHeaderFields()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#drop_invalid_header_fields Alb#drop_invalid_header_fields}.ObjectgetEnableCrossZoneLoadBalancing()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_cross_zone_load_balancing Alb#enable_cross_zone_load_balancing}.ObjectgetEnableDeletionProtection()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_deletion_protection Alb#enable_deletion_protection}.ObjectgetEnableHttp2()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_http2 Alb#enable_http2}.ObjectgetEnableTlsVersionAndCipherSuiteHeaders()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_tls_version_and_cipher_suite_headers Alb#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/alb#enable_waf_fail_open Alb#enable_waf_fail_open}.ObjectgetEnableXffClientPort()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_xff_client_port Alb#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/alb#id Alb#id}.NumbergetIdleTimeout()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#idle_timeout Alb#idle_timeout}.ObjectgetInternal()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#internal Alb#internal}.StringgetIpAddressType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#ip_address_type Alb#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/alb#load_balancer_type Alb#load_balancer_type}.StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#name Alb#name}.StringgetNamePrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#name_prefix Alb#name_prefix}.ObjectgetPreserveHostHeader()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#preserve_host_header Alb#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/alb#security_groups Alb#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/alb#subnets Alb#subnets}.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#tags Alb#tags}.Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#tags_all Alb#tags_all}.AlbTimeoutsgetTimeouts()timeouts block.StringgetXffHeaderProcessingMode()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#xff_header_processing_mode Alb#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(AlbConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theAlbConfig.Builder.
-
-
Method Detail
-
getAccessLogs
public final AlbAccessLogs getAccessLogs()
Description copied from interface:AlbConfigaccess_logs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#access_logs Alb#access_logs}
- Specified by:
getAccessLogsin interfaceAlbConfig
-
getCustomerOwnedIpv4Pool
public final String getCustomerOwnedIpv4Pool()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#customer_owned_ipv4_pool Alb#customer_owned_ipv4_pool}.- Specified by:
getCustomerOwnedIpv4Poolin interfaceAlbConfig
-
getDesyncMitigationMode
public final String getDesyncMitigationMode()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#desync_mitigation_mode Alb#desync_mitigation_mode}.- Specified by:
getDesyncMitigationModein interfaceAlbConfig
-
getDropInvalidHeaderFields
public final Object getDropInvalidHeaderFields()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#drop_invalid_header_fields Alb#drop_invalid_header_fields}.- Specified by:
getDropInvalidHeaderFieldsin interfaceAlbConfig
-
getEnableCrossZoneLoadBalancing
public final Object getEnableCrossZoneLoadBalancing()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_cross_zone_load_balancing Alb#enable_cross_zone_load_balancing}.- Specified by:
getEnableCrossZoneLoadBalancingin interfaceAlbConfig
-
getEnableDeletionProtection
public final Object getEnableDeletionProtection()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_deletion_protection Alb#enable_deletion_protection}.- Specified by:
getEnableDeletionProtectionin interfaceAlbConfig
-
getEnableHttp2
public final Object getEnableHttp2()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_http2 Alb#enable_http2}.- Specified by:
getEnableHttp2in interfaceAlbConfig
-
getEnableTlsVersionAndCipherSuiteHeaders
public final Object getEnableTlsVersionAndCipherSuiteHeaders()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_tls_version_and_cipher_suite_headers Alb#enable_tls_version_and_cipher_suite_headers}.- Specified by:
getEnableTlsVersionAndCipherSuiteHeadersin interfaceAlbConfig
-
getEnableWafFailOpen
public final Object getEnableWafFailOpen()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_waf_fail_open Alb#enable_waf_fail_open}.- Specified by:
getEnableWafFailOpenin interfaceAlbConfig
-
getEnableXffClientPort
public final Object getEnableXffClientPort()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#enable_xff_client_port Alb#enable_xff_client_port}.- Specified by:
getEnableXffClientPortin interfaceAlbConfig
-
getId
public final String getId()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#id Alb#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:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#idle_timeout Alb#idle_timeout}.- Specified by:
getIdleTimeoutin interfaceAlbConfig
-
getInternal
public final Object getInternal()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#internal Alb#internal}.- Specified by:
getInternalin interfaceAlbConfig
-
getIpAddressType
public final String getIpAddressType()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#ip_address_type Alb#ip_address_type}.- Specified by:
getIpAddressTypein interfaceAlbConfig
-
getLoadBalancerType
public final String getLoadBalancerType()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#load_balancer_type Alb#load_balancer_type}.- Specified by:
getLoadBalancerTypein interfaceAlbConfig
-
getName
public final String getName()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#name Alb#name}.
-
getNamePrefix
public final String getNamePrefix()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#name_prefix Alb#name_prefix}.- Specified by:
getNamePrefixin interfaceAlbConfig
-
getPreserveHostHeader
public final Object getPreserveHostHeader()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#preserve_host_header Alb#preserve_host_header}.- Specified by:
getPreserveHostHeaderin interfaceAlbConfig
-
getSecurityGroups
public final List<String> getSecurityGroups()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#security_groups Alb#security_groups}.- Specified by:
getSecurityGroupsin interfaceAlbConfig
-
getSubnetMapping
public final Object getSubnetMapping()
Description copied from interface:AlbConfigsubnet_mapping block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#subnet_mapping Alb#subnet_mapping}
- Specified by:
getSubnetMappingin interfaceAlbConfig
-
getSubnets
public final List<String> getSubnets()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#subnets Alb#subnets}.- Specified by:
getSubnetsin interfaceAlbConfig
-
getTags
public final Map<String,String> getTags()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#tags Alb#tags}.
-
getTagsAll
public final Map<String,String> getTagsAll()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#tags_all Alb#tags_all}.- Specified by:
getTagsAllin interfaceAlbConfig
-
getTimeouts
public final AlbTimeouts getTimeouts()
Description copied from interface:AlbConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#timeouts Alb#timeouts}
- Specified by:
getTimeoutsin interfaceAlbConfig
-
getXffHeaderProcessingMode
public final String getXffHeaderProcessingMode()
Description copied from interface:AlbConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/alb#xff_header_processing_mode Alb#xff_header_processing_mode}.- Specified by:
getXffHeaderProcessingModein interfaceAlbConfig
-
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
-
-