1. Packages
  2. Azure Native
  3. API Docs
  4. awsconnector
  5. ElasticLoadBalancingV2LoadBalancer
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

azure-native.awsconnector.ElasticLoadBalancingV2LoadBalancer

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

    A Microsoft.AwsConnector resource Azure REST API version: 2024-12-01.

    Example Usage

    ElasticLoadBalancingV2LoadBalancers_CreateOrReplace

    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using AzureNative = Pulumi.AzureNative;
    
    return await Deployment.RunAsync(() => 
    {
        var elasticLoadBalancingV2LoadBalancer = new AzureNative.AwsConnector.ElasticLoadBalancingV2LoadBalancer("elasticLoadBalancingV2LoadBalancer", new()
        {
            Location = "zrpnzixidbktdxtkovhvkklslaw",
            Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
            Properties = new AzureNative.AwsConnector.Inputs.ElasticLoadBalancingV2LoadBalancerPropertiesArgs
            {
                Arn = "kojgsx",
                AwsAccountId = "eopxqyapnygxz",
                AwsProperties = new AzureNative.AwsConnector.Inputs.AwsElasticLoadBalancingV2LoadBalancerPropertiesArgs
                {
                    CanonicalHostedZoneID = "cpniwdbqzfxrbtnzkthjyohnbtq",
                    DnsName = "mafoyhxa",
                    EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = "gsefdpgmvnyizvpidgxdedsusstsmi",
                    IpAddressType = "ghelcjykqvyqrwtwydiwleni",
                    LoadBalancerArn = "tswueurcdm",
                    LoadBalancerAttributes = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.LoadBalancerAttributeArgs
                        {
                            Key = "jmpasivxkgcqvadmp",
                            Value = "cbsgvwtlyhuclvjpye",
                        },
                    },
                    LoadBalancerFullName = "kmxzisdeike",
                    LoadBalancerName = "bdspilcwdpibhmnlbygrgaebhvbz",
                    Name = "erwqxzfowfkksnodfytvnnyefbdsc",
                    Scheme = "nqjwo",
                    SecurityGroups = new[]
                    {
                        "tavqrnlv",
                    },
                    SubnetMappings = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.SubnetMappingArgs
                        {
                            SubnetId = "igo",
                        },
                    },
                    Subnets = new[]
                    {
                        "xqblkoljy",
                    },
                    Tags = new[]
                    {
                        new AzureNative.AwsConnector.Inputs.TagArgs
                        {
                            Key = "eaenshgcpimgwtmxvu",
                            Value = "vxqjrslimcsyqfkfmjiqjcht",
                        },
                    },
                    Type = "ywggrkrojayvb",
                },
                AwsRegion = "dplxwlbvhvz",
                AwsSourceSchema = "lnmi",
                AwsTags = 
                {
                    { "key1771", "wqbrpppfj" },
                },
                PublicCloudConnectorsResourceId = "udwcmojnxevoeyr",
                PublicCloudResourceName = "oicaxqhgvlybdl",
            },
            ResourceGroupName = "rgelasticLoadBalancingV2LoadBalancer",
            Tags = 
            {
                { "key4383", "on" },
            },
        });
    
    });
    
    package main
    
    import (
    	awsconnector "github.com/pulumi/pulumi-azure-native-sdk/awsconnector/v2"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := awsconnector.NewElasticLoadBalancingV2LoadBalancer(ctx, "elasticLoadBalancingV2LoadBalancer", &awsconnector.ElasticLoadBalancingV2LoadBalancerArgs{
    			Location: pulumi.String("zrpnzixidbktdxtkovhvkklslaw"),
    			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
    			Properties: &awsconnector.ElasticLoadBalancingV2LoadBalancerPropertiesArgs{
    				Arn:          pulumi.String("kojgsx"),
    				AwsAccountId: pulumi.String("eopxqyapnygxz"),
    				AwsProperties: &awsconnector.AwsElasticLoadBalancingV2LoadBalancerPropertiesArgs{
    					CanonicalHostedZoneID: pulumi.String("cpniwdbqzfxrbtnzkthjyohnbtq"),
    					DnsName:               pulumi.String("mafoyhxa"),
    					EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic: pulumi.String("gsefdpgmvnyizvpidgxdedsusstsmi"),
    					IpAddressType:   pulumi.String("ghelcjykqvyqrwtwydiwleni"),
    					LoadBalancerArn: pulumi.String("tswueurcdm"),
    					LoadBalancerAttributes: awsconnector.LoadBalancerAttributeArray{
    						&awsconnector.LoadBalancerAttributeArgs{
    							Key:   pulumi.String("jmpasivxkgcqvadmp"),
    							Value: pulumi.String("cbsgvwtlyhuclvjpye"),
    						},
    					},
    					LoadBalancerFullName: pulumi.String("kmxzisdeike"),
    					LoadBalancerName:     pulumi.String("bdspilcwdpibhmnlbygrgaebhvbz"),
    					Name:                 pulumi.String("erwqxzfowfkksnodfytvnnyefbdsc"),
    					Scheme:               pulumi.String("nqjwo"),
    					SecurityGroups: pulumi.StringArray{
    						pulumi.String("tavqrnlv"),
    					},
    					SubnetMappings: awsconnector.SubnetMappingArray{
    						&awsconnector.SubnetMappingArgs{
    							SubnetId: pulumi.String("igo"),
    						},
    					},
    					Subnets: pulumi.StringArray{
    						pulumi.String("xqblkoljy"),
    					},
    					Tags: awsconnector.TagArray{
    						&awsconnector.TagArgs{
    							Key:   pulumi.String("eaenshgcpimgwtmxvu"),
    							Value: pulumi.String("vxqjrslimcsyqfkfmjiqjcht"),
    						},
    					},
    					Type: pulumi.String("ywggrkrojayvb"),
    				},
    				AwsRegion:       pulumi.String("dplxwlbvhvz"),
    				AwsSourceSchema: pulumi.String("lnmi"),
    				AwsTags: pulumi.StringMap{
    					"key1771": pulumi.String("wqbrpppfj"),
    				},
    				PublicCloudConnectorsResourceId: pulumi.String("udwcmojnxevoeyr"),
    				PublicCloudResourceName:         pulumi.String("oicaxqhgvlybdl"),
    			},
    			ResourceGroupName: pulumi.String("rgelasticLoadBalancingV2LoadBalancer"),
    			Tags: pulumi.StringMap{
    				"key4383": pulumi.String("on"),
    			},
    		})
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azurenative.awsconnector.ElasticLoadBalancingV2LoadBalancer;
    import com.pulumi.azurenative.awsconnector.ElasticLoadBalancingV2LoadBalancerArgs;
    import com.pulumi.azurenative.awsconnector.inputs.ElasticLoadBalancingV2LoadBalancerPropertiesArgs;
    import com.pulumi.azurenative.awsconnector.inputs.AwsElasticLoadBalancingV2LoadBalancerPropertiesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            var elasticLoadBalancingV2LoadBalancer = new ElasticLoadBalancingV2LoadBalancer("elasticLoadBalancingV2LoadBalancer", ElasticLoadBalancingV2LoadBalancerArgs.builder()
                .location("zrpnzixidbktdxtkovhvkklslaw")
                .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
                .properties(ElasticLoadBalancingV2LoadBalancerPropertiesArgs.builder()
                    .arn("kojgsx")
                    .awsAccountId("eopxqyapnygxz")
                    .awsProperties(AwsElasticLoadBalancingV2LoadBalancerPropertiesArgs.builder()
                        .canonicalHostedZoneID("cpniwdbqzfxrbtnzkthjyohnbtq")
                        .dnsName("mafoyhxa")
                        .enforceSecurityGroupInboundRulesOnPrivateLinkTraffic("gsefdpgmvnyizvpidgxdedsusstsmi")
                        .ipAddressType("ghelcjykqvyqrwtwydiwleni")
                        .loadBalancerArn("tswueurcdm")
                        .loadBalancerAttributes(LoadBalancerAttributeArgs.builder()
                            .key("jmpasivxkgcqvadmp")
                            .value("cbsgvwtlyhuclvjpye")
                            .build())
                        .loadBalancerFullName("kmxzisdeike")
                        .loadBalancerName("bdspilcwdpibhmnlbygrgaebhvbz")
                        .name("erwqxzfowfkksnodfytvnnyefbdsc")
                        .scheme("nqjwo")
                        .securityGroups("tavqrnlv")
                        .subnetMappings(SubnetMappingArgs.builder()
                            .subnetId("igo")
                            .build())
                        .subnets("xqblkoljy")
                        .tags(TagArgs.builder()
                            .key("eaenshgcpimgwtmxvu")
                            .value("vxqjrslimcsyqfkfmjiqjcht")
                            .build())
                        .type("ywggrkrojayvb")
                        .build())
                    .awsRegion("dplxwlbvhvz")
                    .awsSourceSchema("lnmi")
                    .awsTags(Map.of("key1771", "wqbrpppfj"))
                    .publicCloudConnectorsResourceId("udwcmojnxevoeyr")
                    .publicCloudResourceName("oicaxqhgvlybdl")
                    .build())
                .resourceGroupName("rgelasticLoadBalancingV2LoadBalancer")
                .tags(Map.of("key4383", "on"))
                .build());
    
        }
    }
    
    import pulumi
    import pulumi_azure_native as azure_native
    
    elastic_load_balancing_v2_load_balancer = azure_native.awsconnector.ElasticLoadBalancingV2LoadBalancer("elasticLoadBalancingV2LoadBalancer",
        location="zrpnzixidbktdxtkovhvkklslaw",
        name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        properties={
            "arn": "kojgsx",
            "aws_account_id": "eopxqyapnygxz",
            "aws_properties": {
                "canonical_hosted_zone_id": "cpniwdbqzfxrbtnzkthjyohnbtq",
                "dns_name": "mafoyhxa",
                "enforce_security_group_inbound_rules_on_private_link_traffic": "gsefdpgmvnyizvpidgxdedsusstsmi",
                "ip_address_type": "ghelcjykqvyqrwtwydiwleni",
                "load_balancer_arn": "tswueurcdm",
                "load_balancer_attributes": [{
                    "key": "jmpasivxkgcqvadmp",
                    "value": "cbsgvwtlyhuclvjpye",
                }],
                "load_balancer_full_name": "kmxzisdeike",
                "load_balancer_name": "bdspilcwdpibhmnlbygrgaebhvbz",
                "name": "erwqxzfowfkksnodfytvnnyefbdsc",
                "scheme": "nqjwo",
                "security_groups": ["tavqrnlv"],
                "subnet_mappings": [{
                    "subnet_id": "igo",
                }],
                "subnets": ["xqblkoljy"],
                "tags": [{
                    "key": "eaenshgcpimgwtmxvu",
                    "value": "vxqjrslimcsyqfkfmjiqjcht",
                }],
                "type": "ywggrkrojayvb",
            },
            "aws_region": "dplxwlbvhvz",
            "aws_source_schema": "lnmi",
            "aws_tags": {
                "key1771": "wqbrpppfj",
            },
            "public_cloud_connectors_resource_id": "udwcmojnxevoeyr",
            "public_cloud_resource_name": "oicaxqhgvlybdl",
        },
        resource_group_name="rgelasticLoadBalancingV2LoadBalancer",
        tags={
            "key4383": "on",
        })
    
    import * as pulumi from "@pulumi/pulumi";
    import * as azure_native from "@pulumi/azure-native";
    
    const elasticLoadBalancingV2LoadBalancer = new azure_native.awsconnector.ElasticLoadBalancingV2LoadBalancer("elasticLoadBalancingV2LoadBalancer", {
        location: "zrpnzixidbktdxtkovhvkklslaw",
        name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        properties: {
            arn: "kojgsx",
            awsAccountId: "eopxqyapnygxz",
            awsProperties: {
                canonicalHostedZoneID: "cpniwdbqzfxrbtnzkthjyohnbtq",
                dnsName: "mafoyhxa",
                enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: "gsefdpgmvnyizvpidgxdedsusstsmi",
                ipAddressType: "ghelcjykqvyqrwtwydiwleni",
                loadBalancerArn: "tswueurcdm",
                loadBalancerAttributes: [{
                    key: "jmpasivxkgcqvadmp",
                    value: "cbsgvwtlyhuclvjpye",
                }],
                loadBalancerFullName: "kmxzisdeike",
                loadBalancerName: "bdspilcwdpibhmnlbygrgaebhvbz",
                name: "erwqxzfowfkksnodfytvnnyefbdsc",
                scheme: "nqjwo",
                securityGroups: ["tavqrnlv"],
                subnetMappings: [{
                    subnetId: "igo",
                }],
                subnets: ["xqblkoljy"],
                tags: [{
                    key: "eaenshgcpimgwtmxvu",
                    value: "vxqjrslimcsyqfkfmjiqjcht",
                }],
                type: "ywggrkrojayvb",
            },
            awsRegion: "dplxwlbvhvz",
            awsSourceSchema: "lnmi",
            awsTags: {
                key1771: "wqbrpppfj",
            },
            publicCloudConnectorsResourceId: "udwcmojnxevoeyr",
            publicCloudResourceName: "oicaxqhgvlybdl",
        },
        resourceGroupName: "rgelasticLoadBalancingV2LoadBalancer",
        tags: {
            key4383: "on",
        },
    });
    
    resources:
      elasticLoadBalancingV2LoadBalancer:
        type: azure-native:awsconnector:ElasticLoadBalancingV2LoadBalancer
        properties:
          location: zrpnzixidbktdxtkovhvkklslaw
          name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
          properties:
            arn: kojgsx
            awsAccountId: eopxqyapnygxz
            awsProperties:
              canonicalHostedZoneID: cpniwdbqzfxrbtnzkthjyohnbtq
              dnsName: mafoyhxa
              enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: gsefdpgmvnyizvpidgxdedsusstsmi
              ipAddressType: ghelcjykqvyqrwtwydiwleni
              loadBalancerArn: tswueurcdm
              loadBalancerAttributes:
                - key: jmpasivxkgcqvadmp
                  value: cbsgvwtlyhuclvjpye
              loadBalancerFullName: kmxzisdeike
              loadBalancerName: bdspilcwdpibhmnlbygrgaebhvbz
              name: erwqxzfowfkksnodfytvnnyefbdsc
              scheme: nqjwo
              securityGroups:
                - tavqrnlv
              subnetMappings:
                - subnetId: igo
              subnets:
                - xqblkoljy
              tags:
                - key: eaenshgcpimgwtmxvu
                  value: vxqjrslimcsyqfkfmjiqjcht
              type: ywggrkrojayvb
            awsRegion: dplxwlbvhvz
            awsSourceSchema: lnmi
            awsTags:
              key1771: wqbrpppfj
            publicCloudConnectorsResourceId: udwcmojnxevoeyr
            publicCloudResourceName: oicaxqhgvlybdl
          resourceGroupName: rgelasticLoadBalancingV2LoadBalancer
          tags:
            key4383: on
    

    Create ElasticLoadBalancingV2LoadBalancer Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ElasticLoadBalancingV2LoadBalancer(name: string, args: ElasticLoadBalancingV2LoadBalancerArgs, opts?: CustomResourceOptions);
    @overload
    def ElasticLoadBalancingV2LoadBalancer(resource_name: str,
                                           args: ElasticLoadBalancingV2LoadBalancerArgs,
                                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ElasticLoadBalancingV2LoadBalancer(resource_name: str,
                                           opts: Optional[ResourceOptions] = None,
                                           resource_group_name: Optional[str] = None,
                                           location: Optional[str] = None,
                                           name: Optional[str] = None,
                                           properties: Optional[ElasticLoadBalancingV2LoadBalancerPropertiesArgs] = None,
                                           tags: Optional[Mapping[str, str]] = None)
    func NewElasticLoadBalancingV2LoadBalancer(ctx *Context, name string, args ElasticLoadBalancingV2LoadBalancerArgs, opts ...ResourceOption) (*ElasticLoadBalancingV2LoadBalancer, error)
    public ElasticLoadBalancingV2LoadBalancer(string name, ElasticLoadBalancingV2LoadBalancerArgs args, CustomResourceOptions? opts = null)
    public ElasticLoadBalancingV2LoadBalancer(String name, ElasticLoadBalancingV2LoadBalancerArgs args)
    public ElasticLoadBalancingV2LoadBalancer(String name, ElasticLoadBalancingV2LoadBalancerArgs args, CustomResourceOptions options)
    
    type: azure-native:awsconnector:ElasticLoadBalancingV2LoadBalancer
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ElasticLoadBalancingV2LoadBalancerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ElasticLoadBalancingV2LoadBalancerArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ElasticLoadBalancingV2LoadBalancerArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ElasticLoadBalancingV2LoadBalancerArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ElasticLoadBalancingV2LoadBalancerArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var elasticLoadBalancingV2LoadBalancerResource = new AzureNative.AwsConnector.ElasticLoadBalancingV2LoadBalancer("elasticLoadBalancingV2LoadBalancerResource", new()
    {
        ResourceGroupName = "string",
        Location = "string",
        Name = "string",
        Properties = new AzureNative.AwsConnector.Inputs.ElasticLoadBalancingV2LoadBalancerPropertiesArgs
        {
            Arn = "string",
            AwsAccountId = "string",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsElasticLoadBalancingV2LoadBalancerPropertiesArgs
            {
                CanonicalHostedZoneID = "string",
                DnsName = "string",
                EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic = "string",
                IpAddressType = "string",
                LoadBalancerArn = "string",
                LoadBalancerAttributes = new[]
                {
                    new AzureNative.AwsConnector.Inputs.LoadBalancerAttributeArgs
                    {
                        Key = "string",
                        Value = "string",
                    },
                },
                LoadBalancerFullName = "string",
                LoadBalancerName = "string",
                Name = "string",
                Scheme = "string",
                SecurityGroups = new[]
                {
                    "string",
                },
                SubnetMappings = new[]
                {
                    new AzureNative.AwsConnector.Inputs.SubnetMappingArgs
                    {
                        AllocationId = "string",
                        IPv6Address = "string",
                        IpAddressType = "string",
                        PrivateIPv4Address = "string",
                        SubnetId = "string",
                    },
                },
                Subnets = new[]
                {
                    "string",
                },
                Tags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "string",
                        Value = "string",
                    },
                },
                Type = "string",
            },
            AwsRegion = "string",
            AwsSourceSchema = "string",
            AwsTags = 
            {
                { "string", "string" },
            },
            PublicCloudConnectorsResourceId = "string",
            PublicCloudResourceName = "string",
        },
        Tags = 
        {
            { "string", "string" },
        },
    });
    
    example, err := awsconnector.NewElasticLoadBalancingV2LoadBalancer(ctx, "elasticLoadBalancingV2LoadBalancerResource", &awsconnector.ElasticLoadBalancingV2LoadBalancerArgs{
    	ResourceGroupName: pulumi.String("string"),
    	Location:          pulumi.String("string"),
    	Name:              pulumi.String("string"),
    	Properties: &awsconnector.ElasticLoadBalancingV2LoadBalancerPropertiesArgs{
    		Arn:          pulumi.String("string"),
    		AwsAccountId: pulumi.String("string"),
    		AwsProperties: &awsconnector.AwsElasticLoadBalancingV2LoadBalancerPropertiesArgs{
    			CanonicalHostedZoneID: pulumi.String("string"),
    			DnsName:               pulumi.String("string"),
    			EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic: pulumi.String("string"),
    			IpAddressType:   pulumi.String("string"),
    			LoadBalancerArn: pulumi.String("string"),
    			LoadBalancerAttributes: awsconnector.LoadBalancerAttributeArray{
    				&awsconnector.LoadBalancerAttributeArgs{
    					Key:   pulumi.String("string"),
    					Value: pulumi.String("string"),
    				},
    			},
    			LoadBalancerFullName: pulumi.String("string"),
    			LoadBalancerName:     pulumi.String("string"),
    			Name:                 pulumi.String("string"),
    			Scheme:               pulumi.String("string"),
    			SecurityGroups: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			SubnetMappings: awsconnector.SubnetMappingArray{
    				&awsconnector.SubnetMappingArgs{
    					AllocationId:       pulumi.String("string"),
    					IPv6Address:        pulumi.String("string"),
    					IpAddressType:      pulumi.String("string"),
    					PrivateIPv4Address: pulumi.String("string"),
    					SubnetId:           pulumi.String("string"),
    				},
    			},
    			Subnets: pulumi.StringArray{
    				pulumi.String("string"),
    			},
    			Tags: awsconnector.TagArray{
    				&awsconnector.TagArgs{
    					Key:   pulumi.String("string"),
    					Value: pulumi.String("string"),
    				},
    			},
    			Type: pulumi.String("string"),
    		},
    		AwsRegion:       pulumi.String("string"),
    		AwsSourceSchema: pulumi.String("string"),
    		AwsTags: pulumi.StringMap{
    			"string": pulumi.String("string"),
    		},
    		PublicCloudConnectorsResourceId: pulumi.String("string"),
    		PublicCloudResourceName:         pulumi.String("string"),
    	},
    	Tags: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    })
    
    var elasticLoadBalancingV2LoadBalancerResource = new ElasticLoadBalancingV2LoadBalancer("elasticLoadBalancingV2LoadBalancerResource", ElasticLoadBalancingV2LoadBalancerArgs.builder()
        .resourceGroupName("string")
        .location("string")
        .name("string")
        .properties(ElasticLoadBalancingV2LoadBalancerPropertiesArgs.builder()
            .arn("string")
            .awsAccountId("string")
            .awsProperties(AwsElasticLoadBalancingV2LoadBalancerPropertiesArgs.builder()
                .canonicalHostedZoneID("string")
                .dnsName("string")
                .enforceSecurityGroupInboundRulesOnPrivateLinkTraffic("string")
                .ipAddressType("string")
                .loadBalancerArn("string")
                .loadBalancerAttributes(LoadBalancerAttributeArgs.builder()
                    .key("string")
                    .value("string")
                    .build())
                .loadBalancerFullName("string")
                .loadBalancerName("string")
                .name("string")
                .scheme("string")
                .securityGroups("string")
                .subnetMappings(SubnetMappingArgs.builder()
                    .allocationId("string")
                    .iPv6Address("string")
                    .ipAddressType("string")
                    .privateIPv4Address("string")
                    .subnetId("string")
                    .build())
                .subnets("string")
                .tags(TagArgs.builder()
                    .key("string")
                    .value("string")
                    .build())
                .type("string")
                .build())
            .awsRegion("string")
            .awsSourceSchema("string")
            .awsTags(Map.of("string", "string"))
            .publicCloudConnectorsResourceId("string")
            .publicCloudResourceName("string")
            .build())
        .tags(Map.of("string", "string"))
        .build());
    
    elastic_load_balancing_v2_load_balancer_resource = azure_native.awsconnector.ElasticLoadBalancingV2LoadBalancer("elasticLoadBalancingV2LoadBalancerResource",
        resource_group_name="string",
        location="string",
        name="string",
        properties={
            "arn": "string",
            "aws_account_id": "string",
            "aws_properties": {
                "canonical_hosted_zone_id": "string",
                "dns_name": "string",
                "enforce_security_group_inbound_rules_on_private_link_traffic": "string",
                "ip_address_type": "string",
                "load_balancer_arn": "string",
                "load_balancer_attributes": [{
                    "key": "string",
                    "value": "string",
                }],
                "load_balancer_full_name": "string",
                "load_balancer_name": "string",
                "name": "string",
                "scheme": "string",
                "security_groups": ["string"],
                "subnet_mappings": [{
                    "allocation_id": "string",
                    "i_pv6_address": "string",
                    "ip_address_type": "string",
                    "private_i_pv4_address": "string",
                    "subnet_id": "string",
                }],
                "subnets": ["string"],
                "tags": [{
                    "key": "string",
                    "value": "string",
                }],
                "type": "string",
            },
            "aws_region": "string",
            "aws_source_schema": "string",
            "aws_tags": {
                "string": "string",
            },
            "public_cloud_connectors_resource_id": "string",
            "public_cloud_resource_name": "string",
        },
        tags={
            "string": "string",
        })
    
    const elasticLoadBalancingV2LoadBalancerResource = new azure_native.awsconnector.ElasticLoadBalancingV2LoadBalancer("elasticLoadBalancingV2LoadBalancerResource", {
        resourceGroupName: "string",
        location: "string",
        name: "string",
        properties: {
            arn: "string",
            awsAccountId: "string",
            awsProperties: {
                canonicalHostedZoneID: "string",
                dnsName: "string",
                enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: "string",
                ipAddressType: "string",
                loadBalancerArn: "string",
                loadBalancerAttributes: [{
                    key: "string",
                    value: "string",
                }],
                loadBalancerFullName: "string",
                loadBalancerName: "string",
                name: "string",
                scheme: "string",
                securityGroups: ["string"],
                subnetMappings: [{
                    allocationId: "string",
                    iPv6Address: "string",
                    ipAddressType: "string",
                    privateIPv4Address: "string",
                    subnetId: "string",
                }],
                subnets: ["string"],
                tags: [{
                    key: "string",
                    value: "string",
                }],
                type: "string",
            },
            awsRegion: "string",
            awsSourceSchema: "string",
            awsTags: {
                string: "string",
            },
            publicCloudConnectorsResourceId: "string",
            publicCloudResourceName: "string",
        },
        tags: {
            string: "string",
        },
    });
    
    type: azure-native:awsconnector:ElasticLoadBalancingV2LoadBalancer
    properties:
        location: string
        name: string
        properties:
            arn: string
            awsAccountId: string
            awsProperties:
                canonicalHostedZoneID: string
                dnsName: string
                enforceSecurityGroupInboundRulesOnPrivateLinkTraffic: string
                ipAddressType: string
                loadBalancerArn: string
                loadBalancerAttributes:
                    - key: string
                      value: string
                loadBalancerFullName: string
                loadBalancerName: string
                name: string
                scheme: string
                securityGroups:
                    - string
                subnetMappings:
                    - allocationId: string
                      iPv6Address: string
                      ipAddressType: string
                      privateIPv4Address: string
                      subnetId: string
                subnets:
                    - string
                tags:
                    - key: string
                      value: string
                type: string
            awsRegion: string
            awsSourceSchema: string
            awsTags:
                string: string
            publicCloudConnectorsResourceId: string
            publicCloudResourceName: string
        resourceGroupName: string
        tags:
            string: string
    

    ElasticLoadBalancingV2LoadBalancer Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ElasticLoadBalancingV2LoadBalancer resource accepts the following input properties:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Location string
    The geo-location where the resource lives
    Name string
    Name of ElasticLoadBalancingV2LoadBalancer
    Properties Pulumi.AzureNative.AwsConnector.Inputs.ElasticLoadBalancingV2LoadBalancerProperties
    The resource-specific properties for this resource.
    Tags Dictionary<string, string>
    Resource tags.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    Location string
    The geo-location where the resource lives
    Name string
    Name of ElasticLoadBalancingV2LoadBalancer
    Properties ElasticLoadBalancingV2LoadBalancerPropertiesArgs
    The resource-specific properties for this resource.
    Tags map[string]string
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    location String
    The geo-location where the resource lives
    name String
    Name of ElasticLoadBalancingV2LoadBalancer
    properties ElasticLoadBalancingV2LoadBalancerProperties
    The resource-specific properties for this resource.
    tags Map<String,String>
    Resource tags.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    location string
    The geo-location where the resource lives
    name string
    Name of ElasticLoadBalancingV2LoadBalancer
    properties ElasticLoadBalancingV2LoadBalancerProperties
    The resource-specific properties for this resource.
    tags {[key: string]: string}
    Resource tags.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    location str
    The geo-location where the resource lives
    name str
    Name of ElasticLoadBalancingV2LoadBalancer
    properties ElasticLoadBalancingV2LoadBalancerPropertiesArgs
    The resource-specific properties for this resource.
    tags Mapping[str, str]
    Resource tags.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    location String
    The geo-location where the resource lives
    name String
    Name of ElasticLoadBalancingV2LoadBalancer
    properties Property Map
    The resource-specific properties for this resource.
    tags Map<String>
    Resource tags.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ElasticLoadBalancingV2LoadBalancer resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    SystemData Pulumi.AzureNative.AwsConnector.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Id string
    The provider-assigned unique ID for this managed resource.
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    The provider-assigned unique ID for this managed resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id string
    The provider-assigned unique ID for this managed resource.
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id str
    The provider-assigned unique ID for this managed resource.
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    id String
    The provider-assigned unique ID for this managed resource.
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

    Supporting Types

    AwsElasticLoadBalancingV2LoadBalancerProperties, AwsElasticLoadBalancingV2LoadBalancerPropertiesArgs

    CanonicalHostedZoneID string
    Property canonicalHostedZoneID
    DnsName string
    Property dnsName
    EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic string
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    IpAddressType string
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    LoadBalancerArn string
    Property loadBalancerArn
    LoadBalancerAttributes List<Pulumi.AzureNative.AwsConnector.Inputs.LoadBalancerAttribute>
    The load balancer attributes.
    LoadBalancerFullName string
    Property loadBalancerFullName
    LoadBalancerName string
    Property loadBalancerName
    Name string
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    Scheme string
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    SecurityGroups List<string>
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    SubnetMappings List<Pulumi.AzureNative.AwsConnector.Inputs.SubnetMapping>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    Subnets List<string>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    Tags List<Pulumi.AzureNative.AwsConnector.Inputs.Tag>
    The tags to assign to the load balancer.
    Type string
    The type of load balancer. The default is application.
    CanonicalHostedZoneID string
    Property canonicalHostedZoneID
    DnsName string
    Property dnsName
    EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic string
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    IpAddressType string
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    LoadBalancerArn string
    Property loadBalancerArn
    LoadBalancerAttributes []LoadBalancerAttribute
    The load balancer attributes.
    LoadBalancerFullName string
    Property loadBalancerFullName
    LoadBalancerName string
    Property loadBalancerName
    Name string
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    Scheme string
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    SecurityGroups []string
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    SubnetMappings []SubnetMapping
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    Subnets []string
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    Tags []Tag
    The tags to assign to the load balancer.
    Type string
    The type of load balancer. The default is application.
    canonicalHostedZoneID String
    Property canonicalHostedZoneID
    dnsName String
    Property dnsName
    enforceSecurityGroupInboundRulesOnPrivateLinkTraffic String
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    ipAddressType String
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    loadBalancerArn String
    Property loadBalancerArn
    loadBalancerAttributes List<LoadBalancerAttribute>
    The load balancer attributes.
    loadBalancerFullName String
    Property loadBalancerFullName
    loadBalancerName String
    Property loadBalancerName
    name String
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    scheme String
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    securityGroups List<String>
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    subnetMappings List<SubnetMapping>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    subnets List<String>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    tags List<Tag>
    The tags to assign to the load balancer.
    type String
    The type of load balancer. The default is application.
    canonicalHostedZoneID string
    Property canonicalHostedZoneID
    dnsName string
    Property dnsName
    enforceSecurityGroupInboundRulesOnPrivateLinkTraffic string
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    ipAddressType string
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    loadBalancerArn string
    Property loadBalancerArn
    loadBalancerAttributes LoadBalancerAttribute[]
    The load balancer attributes.
    loadBalancerFullName string
    Property loadBalancerFullName
    loadBalancerName string
    Property loadBalancerName
    name string
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    scheme string
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    securityGroups string[]
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    subnetMappings SubnetMapping[]
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    subnets string[]
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    tags Tag[]
    The tags to assign to the load balancer.
    type string
    The type of load balancer. The default is application.
    canonical_hosted_zone_id str
    Property canonicalHostedZoneID
    dns_name str
    Property dnsName
    enforce_security_group_inbound_rules_on_private_link_traffic str
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    ip_address_type str
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    load_balancer_arn str
    Property loadBalancerArn
    load_balancer_attributes Sequence[LoadBalancerAttribute]
    The load balancer attributes.
    load_balancer_full_name str
    Property loadBalancerFullName
    load_balancer_name str
    Property loadBalancerName
    name str
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    scheme str
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    security_groups Sequence[str]
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    subnet_mappings Sequence[SubnetMapping]
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    subnets Sequence[str]
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    tags Sequence[Tag]
    The tags to assign to the load balancer.
    type str
    The type of load balancer. The default is application.
    canonicalHostedZoneID String
    Property canonicalHostedZoneID
    dnsName String
    Property dnsName
    enforceSecurityGroupInboundRulesOnPrivateLinkTraffic String
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    ipAddressType String
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    loadBalancerArn String
    Property loadBalancerArn
    loadBalancerAttributes List<Property Map>
    The load balancer attributes.
    loadBalancerFullName String
    Property loadBalancerFullName
    loadBalancerName String
    Property loadBalancerName
    name String
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    scheme String
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    securityGroups List<String>
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    subnetMappings List<Property Map>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    subnets List<String>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    tags List<Property Map>
    The tags to assign to the load balancer.
    type String
    The type of load balancer. The default is application.

    AwsElasticLoadBalancingV2LoadBalancerPropertiesResponse, AwsElasticLoadBalancingV2LoadBalancerPropertiesResponseArgs

    CanonicalHostedZoneID string
    Property canonicalHostedZoneID
    DnsName string
    Property dnsName
    EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic string
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    IpAddressType string
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    LoadBalancerArn string
    Property loadBalancerArn
    LoadBalancerAttributes List<Pulumi.AzureNative.AwsConnector.Inputs.LoadBalancerAttributeResponse>
    The load balancer attributes.
    LoadBalancerFullName string
    Property loadBalancerFullName
    LoadBalancerName string
    Property loadBalancerName
    Name string
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    Scheme string
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    SecurityGroups List<string>
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    SubnetMappings List<Pulumi.AzureNative.AwsConnector.Inputs.SubnetMappingResponse>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    Subnets List<string>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    Tags List<Pulumi.AzureNative.AwsConnector.Inputs.TagResponse>
    The tags to assign to the load balancer.
    Type string
    The type of load balancer. The default is application.
    CanonicalHostedZoneID string
    Property canonicalHostedZoneID
    DnsName string
    Property dnsName
    EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic string
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    IpAddressType string
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    LoadBalancerArn string
    Property loadBalancerArn
    LoadBalancerAttributes []LoadBalancerAttributeResponse
    The load balancer attributes.
    LoadBalancerFullName string
    Property loadBalancerFullName
    LoadBalancerName string
    Property loadBalancerName
    Name string
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    Scheme string
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    SecurityGroups []string
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    SubnetMappings []SubnetMappingResponse
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    Subnets []string
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    Tags []TagResponse
    The tags to assign to the load balancer.
    Type string
    The type of load balancer. The default is application.
    canonicalHostedZoneID String
    Property canonicalHostedZoneID
    dnsName String
    Property dnsName
    enforceSecurityGroupInboundRulesOnPrivateLinkTraffic String
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    ipAddressType String
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    loadBalancerArn String
    Property loadBalancerArn
    loadBalancerAttributes List<LoadBalancerAttributeResponse>
    The load balancer attributes.
    loadBalancerFullName String
    Property loadBalancerFullName
    loadBalancerName String
    Property loadBalancerName
    name String
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    scheme String
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    securityGroups List<String>
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    subnetMappings List<SubnetMappingResponse>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    subnets List<String>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    tags List<TagResponse>
    The tags to assign to the load balancer.
    type String
    The type of load balancer. The default is application.
    canonicalHostedZoneID string
    Property canonicalHostedZoneID
    dnsName string
    Property dnsName
    enforceSecurityGroupInboundRulesOnPrivateLinkTraffic string
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    ipAddressType string
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    loadBalancerArn string
    Property loadBalancerArn
    loadBalancerAttributes LoadBalancerAttributeResponse[]
    The load balancer attributes.
    loadBalancerFullName string
    Property loadBalancerFullName
    loadBalancerName string
    Property loadBalancerName
    name string
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    scheme string
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    securityGroups string[]
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    subnetMappings SubnetMappingResponse[]
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    subnets string[]
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    tags TagResponse[]
    The tags to assign to the load balancer.
    type string
    The type of load balancer. The default is application.
    canonical_hosted_zone_id str
    Property canonicalHostedZoneID
    dns_name str
    Property dnsName
    enforce_security_group_inbound_rules_on_private_link_traffic str
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    ip_address_type str
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    load_balancer_arn str
    Property loadBalancerArn
    load_balancer_attributes Sequence[LoadBalancerAttributeResponse]
    The load balancer attributes.
    load_balancer_full_name str
    Property loadBalancerFullName
    load_balancer_name str
    Property loadBalancerName
    name str
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    scheme str
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    security_groups Sequence[str]
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    subnet_mappings Sequence[SubnetMappingResponse]
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    subnets Sequence[str]
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    tags Sequence[TagResponse]
    The tags to assign to the load balancer.
    type str
    The type of load balancer. The default is application.
    canonicalHostedZoneID String
    Property canonicalHostedZoneID
    dnsName String
    Property dnsName
    enforceSecurityGroupInboundRulesOnPrivateLinkTraffic String
    Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
    ipAddressType String
    The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
    loadBalancerArn String
    Property loadBalancerArn
    loadBalancerAttributes List<Property Map>
    The load balancer attributes.
    loadBalancerFullName String
    Property loadBalancerFullName
    loadBalancerName String
    Property loadBalancerName
    name String
    The name of the load balancer. This name must be unique per region per account, can have a maximum of 32 characters, must contain only alphanumeric characters or hyphens, must not begin or end with a hyphen, and must not begin with 'internal-'. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the load balancer. If you specify a name, you cannot perform updates that require replacement of this resource, but you can perform other updates. To replace the resource, specify a new name.
    scheme String
    The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer. The default is an Internet-facing load balancer. You cannot specify a scheme for a Gateway Load Balancer.
    securityGroups List<String>
    [Application Load Balancers and Network Load Balancers] The IDs of the security groups for the load balancer.
    subnetMappings List<Property Map>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. [Application Load Balancers] You must specify subnets from at least two Availability Zones. You cannot specify Elastic IP addresses for your subnets. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. You can specify one Elastic IP address per subnet if you need static IP addresses for your internet-facing load balancer. For internal load balancers, you can specify one private IP address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you can specify one IPv6 address per subnet. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones. You cannot specify Elastic IP addresses for your subnets.
    subnets List<String>
    The IDs of the subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets. [Application Load Balancers] You must specify subnets from at least two Availability Zones. [Application Load Balancers on Outposts] You must specify one Outpost subnet. [Application Load Balancers on Local Zones] You can specify subnets from one or more Local Zones. [Network Load Balancers] You can specify subnets from one or more Availability Zones. [Gateway Load Balancers] You can specify subnets from one or more Availability Zones.
    tags List<Property Map>
    The tags to assign to the load balancer.
    type String
    The type of load balancer. The default is application.

    ElasticLoadBalancingV2LoadBalancerProperties, ElasticLoadBalancingV2LoadBalancerPropertiesArgs

    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsElasticLoadBalancingV2LoadBalancerProperties
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags Dictionary<string, string>
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties AwsElasticLoadBalancingV2LoadBalancerProperties
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags map[string]string
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties AwsElasticLoadBalancingV2LoadBalancerProperties
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String,String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name
    arn string
    Amazon Resource Name (ARN)
    awsAccountId string
    AWS Account ID
    awsProperties AwsElasticLoadBalancingV2LoadBalancerProperties
    AWS Properties
    awsRegion string
    AWS Region
    awsSourceSchema string
    AWS Source Schema
    awsTags {[key: string]: string}
    AWS Tags
    publicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    publicCloudResourceName string
    Public Cloud Resource Name
    arn str
    Amazon Resource Name (ARN)
    aws_account_id str
    AWS Account ID
    aws_properties AwsElasticLoadBalancingV2LoadBalancerProperties
    AWS Properties
    aws_region str
    AWS Region
    aws_source_schema str
    AWS Source Schema
    aws_tags Mapping[str, str]
    AWS Tags
    public_cloud_connectors_resource_id str
    Public Cloud Connectors Resource ID
    public_cloud_resource_name str
    Public Cloud Resource Name
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties Property Map
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name

    ElasticLoadBalancingV2LoadBalancerPropertiesResponse, ElasticLoadBalancingV2LoadBalancerPropertiesResponseArgs

    ProvisioningState string
    The status of the last operation.
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties Pulumi.AzureNative.AwsConnector.Inputs.AwsElasticLoadBalancingV2LoadBalancerPropertiesResponse
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags Dictionary<string, string>
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    ProvisioningState string
    The status of the last operation.
    Arn string
    Amazon Resource Name (ARN)
    AwsAccountId string
    AWS Account ID
    AwsProperties AwsElasticLoadBalancingV2LoadBalancerPropertiesResponse
    AWS Properties
    AwsRegion string
    AWS Region
    AwsSourceSchema string
    AWS Source Schema
    AwsTags map[string]string
    AWS Tags
    PublicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    PublicCloudResourceName string
    Public Cloud Resource Name
    provisioningState String
    The status of the last operation.
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties AwsElasticLoadBalancingV2LoadBalancerPropertiesResponse
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String,String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name
    provisioningState string
    The status of the last operation.
    arn string
    Amazon Resource Name (ARN)
    awsAccountId string
    AWS Account ID
    awsProperties AwsElasticLoadBalancingV2LoadBalancerPropertiesResponse
    AWS Properties
    awsRegion string
    AWS Region
    awsSourceSchema string
    AWS Source Schema
    awsTags {[key: string]: string}
    AWS Tags
    publicCloudConnectorsResourceId string
    Public Cloud Connectors Resource ID
    publicCloudResourceName string
    Public Cloud Resource Name
    provisioning_state str
    The status of the last operation.
    arn str
    Amazon Resource Name (ARN)
    aws_account_id str
    AWS Account ID
    aws_properties AwsElasticLoadBalancingV2LoadBalancerPropertiesResponse
    AWS Properties
    aws_region str
    AWS Region
    aws_source_schema str
    AWS Source Schema
    aws_tags Mapping[str, str]
    AWS Tags
    public_cloud_connectors_resource_id str
    Public Cloud Connectors Resource ID
    public_cloud_resource_name str
    Public Cloud Resource Name
    provisioningState String
    The status of the last operation.
    arn String
    Amazon Resource Name (ARN)
    awsAccountId String
    AWS Account ID
    awsProperties Property Map
    AWS Properties
    awsRegion String
    AWS Region
    awsSourceSchema String
    AWS Source Schema
    awsTags Map<String>
    AWS Tags
    publicCloudConnectorsResourceId String
    Public Cloud Connectors Resource ID
    publicCloudResourceName String
    Public Cloud Resource Name

    LoadBalancerAttribute, LoadBalancerAttributeArgs

    Key string
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    Value string
    The value of the attribute.
    Key string
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    Value string
    The value of the attribute.
    key String
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    value String
    The value of the attribute.
    key string
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    value string
    The value of the attribute.
    key str
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    value str
    The value of the attribute.
    key String
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    value String
    The value of the attribute.

    LoadBalancerAttributeResponse, LoadBalancerAttributeResponseArgs

    Key string
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    Value string
    The value of the attribute.
    Key string
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    Value string
    The value of the attribute.
    key String
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    value String
    The value of the attribute.
    key string
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    value string
    The value of the attribute.
    key str
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    value str
    The value of the attribute.
    key String
    The name of the attribute. The following attributes are supported by all load balancers: + deletion_protection.enabled - Indicates whether deletion protection is enabled. The value is true or false. The default is false. + load_balancing.cross_zone.enabled - Indicates whether cross-zone load balancing is enabled. The possible values are true and false. The default for Network Load Balancers and Gateway Load Balancers is false. The default for Application Load Balancers is true, and cannot be changed. The following attributes are supported by both Application Load Balancers and Network Load Balancers: + access_logs.s3.enabled - Indicates whether access logs are enabled. The value is true or false. The default is false. + access_logs.s3.bucket - The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + access_logs.s3.prefix - The prefix for the location in the S3 bucket for the access logs. + ipv6.deny_all_igw_traffic - Blocks internet gateway (IGW) access to the load balancer. It is set to false for internet-facing load balancers and true for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway. The following attributes are supported by only Application Load Balancers: + idle_timeout.timeout_seconds - The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds. + client_keep_alive.seconds - The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds. + connection_logs.s3.enabled - Indicates whether connection logs are enabled. The value is true or false. The default is false. + connection_logs.s3.bucket - The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket. + connection_logs.s3.prefix - The prefix for the location in the S3 bucket for the connection logs. + routing.http.desync_mitigation_mode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive. + routing.http.drop_invalid_header_fields.enabled - Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true) or routed to targets (false). The default is false. + routing.http.preserve_host_header.enabled - Indicates whether the Application Load Balancer should preserve the Host header in the HTTP request and send it to the target without any change. The possible values are true and false. The default is false. + routing.http.x_amzn_tls_version_and_cipher_suite.enabled - Indicates whether the two headers (x-amzn-tls-version and x-amzn-tls-cipher-suite), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true and false. The default is false. + routing.http.xff_client_port.enabled - Indicates whether the X-Forwarded-For header should preserve the source port that the client used to connect to the load balancer. The possible values are true and false. The default is false. + routing.http.xff_header_processing.mode - Enables you to modify, preserve, or remove the X-Forwarded-For header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append, preserve, and remove. The default is append. + If the value is append, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For header in the HTTP request before it sends it to targets. + If the value is preserve the Application Load Balancer preserves the X-Forwarded-For header in the HTTP request, and sends it to targets without any change. + If the value is remove, the Application Load Balancer removes the X-Forwarded-For header in the HTTP request before it sends it to targets. + routing.http2.enabled - Indicates whether HTTP/2 is enabled. The possible values are true and false. The default is true. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens. + waf.fail_open.enabled - Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to AWS WAF. The possible values are true and false. The default is false. The following attributes are supported by only Network Load Balancers: + dns_record.client_routing_policy - Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity with 100 percent zonal affinity, partial_availability_zone_affinity with 85 percent zonal affinity, and any_availability_zone with 0 percent zonal affinity.
    value String
    The value of the attribute.

    SubnetMapping, SubnetMappingArgs

    AllocationId string
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    IPv6Address string
    [Network Load Balancers] The IPv6 address.
    IpAddressType string
    A IPAddressType
    PrivateIPv4Address string
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    SubnetId string
    A SubnetId.
    AllocationId string
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    IPv6Address string
    [Network Load Balancers] The IPv6 address.
    IpAddressType string
    A IPAddressType
    PrivateIPv4Address string
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    SubnetId string
    A SubnetId.
    allocationId String
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    iPv6Address String
    [Network Load Balancers] The IPv6 address.
    ipAddressType String
    A IPAddressType
    privateIPv4Address String
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    subnetId String
    A SubnetId.
    allocationId string
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    iPv6Address string
    [Network Load Balancers] The IPv6 address.
    ipAddressType string
    A IPAddressType
    privateIPv4Address string
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    subnetId string
    A SubnetId.
    allocation_id str
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    i_pv6_address str
    [Network Load Balancers] The IPv6 address.
    ip_address_type str
    A IPAddressType
    private_i_pv4_address str
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    subnet_id str
    A SubnetId.
    allocationId String
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    iPv6Address String
    [Network Load Balancers] The IPv6 address.
    ipAddressType String
    A IPAddressType
    privateIPv4Address String
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    subnetId String
    A SubnetId.

    SubnetMappingResponse, SubnetMappingResponseArgs

    AllocationId string
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    IPv6Address string
    [Network Load Balancers] The IPv6 address.
    IpAddressType string
    A IPAddressType
    PrivateIPv4Address string
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    SubnetId string
    A SubnetId.
    AllocationId string
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    IPv6Address string
    [Network Load Balancers] The IPv6 address.
    IpAddressType string
    A IPAddressType
    PrivateIPv4Address string
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    SubnetId string
    A SubnetId.
    allocationId String
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    iPv6Address String
    [Network Load Balancers] The IPv6 address.
    ipAddressType String
    A IPAddressType
    privateIPv4Address String
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    subnetId String
    A SubnetId.
    allocationId string
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    iPv6Address string
    [Network Load Balancers] The IPv6 address.
    ipAddressType string
    A IPAddressType
    privateIPv4Address string
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    subnetId string
    A SubnetId.
    allocation_id str
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    i_pv6_address str
    [Network Load Balancers] The IPv6 address.
    ip_address_type str
    A IPAddressType
    private_i_pv4_address str
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    subnet_id str
    A SubnetId.
    allocationId String
    [Network Load Balancers] The allocation ID of the Elastic IP address for an internet-facing load balancer.
    iPv6Address String
    [Network Load Balancers] The IPv6 address.
    ipAddressType String
    A IPAddressType
    privateIPv4Address String
    [Network Load Balancers] The private IPv4 address for an internal load balancer.
    subnetId String
    A SubnetId.

    SystemDataResponse, SystemDataResponseArgs

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Tag, TagArgs

    Key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value String
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key str
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value str
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value String
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    TagResponse, TagResponseArgs

    Key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    Value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value String
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key string
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value string
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key str
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value str
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    key String
    The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
    value String
    The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

    Import

    An existing resource can be imported using its type token, name, and identifier, e.g.

    $ pulumi import azure-native:awsconnector:ElasticLoadBalancingV2LoadBalancer elnktjtdysq /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/elasticLoadBalancingV2LoadBalancers/{name} 
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi