Class 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 for LbConfig
    • Nested Class Summary

      • Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

        software.amazon.jsii.JsiiObject.InitializationMode
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Jsii$Proxy​(LbConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LbConfig.Builder.
      protected Jsii$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()  
      boolean equals​(Object o)  
      LbAccessLogs getAccessLogs()
      access_logs block.
      Object getConnection()  
      Object getCount()  
      String getCustomerOwnedIpv4Pool()
      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()  
      String getDesyncMitigationMode()
      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}.
      Object getDropInvalidHeaderFields()
      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}.
      Object getEnableCrossZoneLoadBalancing()
      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}.
      Object getEnableDeletionProtection()
      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}.
      Object getEnableHttp2()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_http2 Lb#enable_http2}.
      Object getEnableTlsVersionAndCipherSuiteHeaders()
      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}.
      Object getEnableWafFailOpen()
      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}.
      Object getEnableXffClientPort()
      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.ITerraformIterator getForEach()  
      String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#id Lb#id}.
      Number getIdleTimeout()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#idle_timeout Lb#idle_timeout}.
      Object getInternal()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#internal Lb#internal}.
      String getIpAddressType()
      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.TerraformResourceLifecycle getLifecycle()  
      String getLoadBalancerType()
      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}.
      String getName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#name Lb#name}.
      String getNamePrefix()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#name_prefix Lb#name_prefix}.
      Object getPreserveHostHeader()
      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.TerraformProvider getProvider()  
      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}.
      Object getSubnetMapping()
      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}.
      LbTimeouts getTimeouts()
      timeouts block.
      String getXffHeaderProcessingMode()
      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}.
      int hashCode()  
      • Methods inherited from class software.amazon.jsii.JsiiObject

        jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
    • 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 the LbConfig.Builder.
    • Method Detail

      • getAccessLogs

        public final LbAccessLogs getAccessLogs()
        Description copied from interface: LbConfig
        access_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:
        getAccessLogs in interface LbConfig
      • getCustomerOwnedIpv4Pool

        public final String getCustomerOwnedIpv4Pool()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getCustomerOwnedIpv4Pool in interface LbConfig
      • getDesyncMitigationMode

        public final String getDesyncMitigationMode()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getDesyncMitigationMode in interface LbConfig
      • getDropInvalidHeaderFields

        public final Object getDropInvalidHeaderFields()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getDropInvalidHeaderFields in interface LbConfig
      • getEnableCrossZoneLoadBalancing

        public final Object getEnableCrossZoneLoadBalancing()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getEnableCrossZoneLoadBalancing in interface LbConfig
      • getEnableDeletionProtection

        public final Object getEnableDeletionProtection()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getEnableDeletionProtection in interface LbConfig
      • getEnableHttp2

        public final Object getEnableHttp2()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#enable_http2 Lb#enable_http2}.
        Specified by:
        getEnableHttp2 in interface LbConfig
      • getEnableTlsVersionAndCipherSuiteHeaders

        public final Object getEnableTlsVersionAndCipherSuiteHeaders()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getEnableTlsVersionAndCipherSuiteHeaders in interface LbConfig
      • getEnableWafFailOpen

        public final Object getEnableWafFailOpen()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getEnableWafFailOpen in interface LbConfig
      • getEnableXffClientPort

        public final Object getEnableXffClientPort()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getEnableXffClientPort in interface LbConfig
      • getId

        public final String getId()
        Description copied from interface: LbConfig
        Docs 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.

        Specified by:
        getId in interface LbConfig
      • getIdleTimeout

        public final Number getIdleTimeout()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#idle_timeout Lb#idle_timeout}.
        Specified by:
        getIdleTimeout in interface LbConfig
      • getInternal

        public final Object getInternal()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#internal Lb#internal}.
        Specified by:
        getInternal in interface LbConfig
      • getIpAddressType

        public final String getIpAddressType()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getIpAddressType in interface LbConfig
      • getLoadBalancerType

        public final String getLoadBalancerType()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getLoadBalancerType in interface LbConfig
      • getName

        public final String getName()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#name Lb#name}.
        Specified by:
        getName in interface LbConfig
      • getNamePrefix

        public final String getNamePrefix()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#name_prefix Lb#name_prefix}.
        Specified by:
        getNamePrefix in interface LbConfig
      • getPreserveHostHeader

        public final Object getPreserveHostHeader()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getPreserveHostHeader in interface LbConfig
      • getSecurityGroups

        public final List<String> getSecurityGroups()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#security_groups Lb#security_groups}.
        Specified by:
        getSecurityGroups in interface LbConfig
      • getSubnetMapping

        public final Object getSubnetMapping()
        Description copied from interface: LbConfig
        subnet_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:
        getSubnetMapping in interface LbConfig
      • getSubnets

        public final List<String> getSubnets()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#subnets Lb#subnets}.
        Specified by:
        getSubnets in interface LbConfig
      • getTags

        public final Map<String,​String> getTags()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#tags Lb#tags}.
        Specified by:
        getTags in interface LbConfig
      • getTagsAll

        public final Map<String,​String> getTagsAll()
        Description copied from interface: LbConfig
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#tags_all Lb#tags_all}.
        Specified by:
        getTagsAll in interface LbConfig
      • getTimeouts

        public final LbTimeouts getTimeouts()
        Description copied from interface: LbConfig
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#timeouts Lb#timeouts}

        Specified by:
        getTimeouts in interface LbConfig
      • getXffHeaderProcessingMode

        public final String getXffHeaderProcessingMode()
        Description copied from interface: LbConfig
        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}.
        Specified by:
        getXffHeaderProcessingMode in interface LbConfig
      • getConnection

        public final Object getConnection()
        Specified by:
        getConnection in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getCount

        public final Object getCount()
        Specified by:
        getCount in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getDependsOn

        public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
        Specified by:
        getDependsOn in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getForEach

        public final com.hashicorp.cdktf.ITerraformIterator getForEach()
        Specified by:
        getForEach in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getLifecycle

        public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
        Specified by:
        getLifecycle in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvider

        public final com.hashicorp.cdktf.TerraformProvider getProvider()
        Specified by:
        getProvider in interface com.hashicorp.cdktf.TerraformMetaArguments
      • getProvisioners

        public final List<Object> getProvisioners()
        Specified by:
        getProvisioners in interface com.hashicorp.cdktf.TerraformMetaArguments
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object