azure-native.awsconnector.ElasticLoadBalancingV2LoadBalancer
Explore with Pulumi AI
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 * 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",
    },
});
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",
    })
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:
- ResourceGroup stringName 
- 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.Azure Native. Aws Connector. Inputs. Elastic Load Balancing V2Load Balancer Properties 
- The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- ResourceGroup stringName 
- 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
ElasticLoad Balancing V2Load Balancer Properties Args 
- The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resourceGroup StringName 
- 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
ElasticLoad Balancing V2Load Balancer Properties 
- The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resourceGroup stringName 
- 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
ElasticLoad Balancing V2Load Balancer Properties 
- The resource-specific properties for this resource.
- {[key: string]: string}
- Resource tags.
- resource_group_ strname 
- 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
ElasticLoad Balancing V2Load Balancer Properties Args 
- The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resourceGroup StringName 
- 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.
- 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.Azure Native. Aws Connector. Outputs. System Data Response 
- 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 SystemData Response 
- 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 SystemData Response 
- 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 SystemData Response 
- 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 SystemData Response 
- 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              
- CanonicalHosted stringZone ID 
- Property canonicalHostedZoneID
- DnsName string
- Property dnsName
- EnforceSecurity stringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- IpAddress stringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- LoadBalancer stringArn 
- Property loadBalancerArn
- LoadBalancer List<Pulumi.Attributes Azure Native. Aws Connector. Inputs. Load Balancer Attribute> 
- The load balancer attributes.
- LoadBalancer stringFull Name 
- Property loadBalancerFullName
- LoadBalancer stringName 
- 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.Azure Native. Aws Connector. Inputs. Subnet Mapping> 
- 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.
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag> 
- The tags to assign to the load balancer.
- Type string
- The type of load balancer. The default is application.
- CanonicalHosted stringZone ID 
- Property canonicalHostedZoneID
- DnsName string
- Property dnsName
- EnforceSecurity stringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- IpAddress stringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- LoadBalancer stringArn 
- Property loadBalancerArn
- LoadBalancer []LoadAttributes Balancer Attribute 
- The load balancer attributes.
- LoadBalancer stringFull Name 
- Property loadBalancerFullName
- LoadBalancer stringName 
- 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.
- []Tag
- The tags to assign to the load balancer.
- Type string
- The type of load balancer. The default is application.
- canonicalHosted StringZone ID 
- Property canonicalHostedZoneID
- dnsName String
- Property dnsName
- enforceSecurity StringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- ipAddress StringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- loadBalancer StringArn 
- Property loadBalancerArn
- loadBalancer List<LoadAttributes Balancer Attribute> 
- The load balancer attributes.
- loadBalancer StringFull Name 
- Property loadBalancerFullName
- loadBalancer StringName 
- 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.
- List<Tag>
- The tags to assign to the load balancer.
- type String
- The type of load balancer. The default is application.
- canonicalHosted stringZone ID 
- Property canonicalHostedZoneID
- dnsName string
- Property dnsName
- enforceSecurity stringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- ipAddress stringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- loadBalancer stringArn 
- Property loadBalancerArn
- loadBalancer LoadAttributes Balancer Attribute[] 
- The load balancer attributes.
- loadBalancer stringFull Name 
- Property loadBalancerFullName
- loadBalancer stringName 
- 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.
- Tag[]
- The tags to assign to the load balancer.
- type string
- The type of load balancer. The default is application.
- canonical_hosted_ strzone_ id 
- Property canonicalHostedZoneID
- dns_name str
- Property dnsName
- enforce_security_ strgroup_ inbound_ rules_ on_ private_ link_ traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- ip_address_ strtype 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- load_balancer_ strarn 
- Property loadBalancerArn
- load_balancer_ Sequence[Loadattributes Balancer Attribute] 
- The load balancer attributes.
- load_balancer_ strfull_ name 
- Property loadBalancerFullName
- load_balancer_ strname 
- 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.
- Sequence[Tag]
- The tags to assign to the load balancer.
- type str
- The type of load balancer. The default is application.
- canonicalHosted StringZone ID 
- Property canonicalHostedZoneID
- dnsName String
- Property dnsName
- enforceSecurity StringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- ipAddress StringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- loadBalancer StringArn 
- Property loadBalancerArn
- loadBalancer List<Property Map>Attributes 
- The load balancer attributes.
- loadBalancer StringFull Name 
- Property loadBalancerFullName
- loadBalancer StringName 
- 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.
- List<Property Map>
- The tags to assign to the load balancer.
- type String
- The type of load balancer. The default is application.
AwsElasticLoadBalancingV2LoadBalancerPropertiesResponse, AwsElasticLoadBalancingV2LoadBalancerPropertiesResponseArgs                
- CanonicalHosted stringZone ID 
- Property canonicalHostedZoneID
- DnsName string
- Property dnsName
- EnforceSecurity stringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- IpAddress stringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- LoadBalancer stringArn 
- Property loadBalancerArn
- LoadBalancer List<Pulumi.Attributes Azure Native. Aws Connector. Inputs. Load Balancer Attribute Response> 
- The load balancer attributes.
- LoadBalancer stringFull Name 
- Property loadBalancerFullName
- LoadBalancer stringName 
- 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.Azure Native. Aws Connector. Inputs. Subnet Mapping Response> 
- 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.
- 
List<Pulumi.Azure Native. Aws Connector. Inputs. Tag Response> 
- The tags to assign to the load balancer.
- Type string
- The type of load balancer. The default is application.
- CanonicalHosted stringZone ID 
- Property canonicalHostedZoneID
- DnsName string
- Property dnsName
- EnforceSecurity stringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- IpAddress stringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- LoadBalancer stringArn 
- Property loadBalancerArn
- LoadBalancer []LoadAttributes Balancer Attribute Response 
- The load balancer attributes.
- LoadBalancer stringFull Name 
- Property loadBalancerFullName
- LoadBalancer stringName 
- 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 Response 
- 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.
- 
[]TagResponse 
- The tags to assign to the load balancer.
- Type string
- The type of load balancer. The default is application.
- canonicalHosted StringZone ID 
- Property canonicalHostedZoneID
- dnsName String
- Property dnsName
- enforceSecurity StringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- ipAddress StringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- loadBalancer StringArn 
- Property loadBalancerArn
- loadBalancer List<LoadAttributes Balancer Attribute Response> 
- The load balancer attributes.
- loadBalancer StringFull Name 
- Property loadBalancerFullName
- loadBalancer StringName 
- 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 Response> 
- 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.
- 
List<TagResponse> 
- The tags to assign to the load balancer.
- type String
- The type of load balancer. The default is application.
- canonicalHosted stringZone ID 
- Property canonicalHostedZoneID
- dnsName string
- Property dnsName
- enforceSecurity stringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- ipAddress stringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- loadBalancer stringArn 
- Property loadBalancerArn
- loadBalancer LoadAttributes Balancer Attribute Response[] 
- The load balancer attributes.
- loadBalancer stringFull Name 
- Property loadBalancerFullName
- loadBalancer stringName 
- 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 Response[] 
- 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.
- 
TagResponse[] 
- The tags to assign to the load balancer.
- type string
- The type of load balancer. The default is application.
- canonical_hosted_ strzone_ id 
- Property canonicalHostedZoneID
- dns_name str
- Property dnsName
- enforce_security_ strgroup_ inbound_ rules_ on_ private_ link_ traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- ip_address_ strtype 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- load_balancer_ strarn 
- Property loadBalancerArn
- load_balancer_ Sequence[Loadattributes Balancer Attribute Response] 
- The load balancer attributes.
- load_balancer_ strfull_ name 
- Property loadBalancerFullName
- load_balancer_ strname 
- 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 Response] 
- 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.
- 
Sequence[TagResponse] 
- The tags to assign to the load balancer.
- type str
- The type of load balancer. The default is application.
- canonicalHosted StringZone ID 
- Property canonicalHostedZoneID
- dnsName String
- Property dnsName
- enforceSecurity StringGroup Inbound Rules On Private Link Traffic 
- Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through privatelink.
- ipAddress StringType 
- The IP address type. The possible values are ipv4(for IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.
- loadBalancer StringArn 
- Property loadBalancerArn
- loadBalancer List<Property Map>Attributes 
- The load balancer attributes.
- loadBalancer StringFull Name 
- Property loadBalancerFullName
- loadBalancer StringName 
- 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.
- 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)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Elastic Load Balancing V2Load Balancer Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsElastic Load Balancing V2Load Balancer Properties 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsElastic Load Balancing V2Load Balancer Properties 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsElastic Load Balancing V2Load Balancer Properties 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsElastic Load Balancing V2Load Balancer Properties 
- AWS Properties
- aws_region str
- AWS Region
- aws_source_ strschema 
- AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_cloud_ strconnectors_ resource_ id 
- Public Cloud Connectors Resource ID
- public_cloud_ strresource_ name 
- Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
ElasticLoadBalancingV2LoadBalancerPropertiesResponse, ElasticLoadBalancingV2LoadBalancerPropertiesResponseArgs              
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties Pulumi.Azure Native. Aws Connector. Inputs. Aws Elastic Load Balancing V2Load Balancer Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- ProvisioningState string
- The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- AwsAccount stringId 
- AWS Account ID
- AwsProperties AwsElastic Load Balancing V2Load Balancer Properties Response 
- AWS Properties
- AwsRegion string
- AWS Region
- AwsSource stringSchema 
- AWS Source Schema
- map[string]string
- AWS Tags
- PublicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- PublicCloud stringResource Name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties AwsElastic Load Balancing V2Load Balancer Properties Response 
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String,String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- Public Cloud Resource Name
- provisioningState string
- The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- awsAccount stringId 
- AWS Account ID
- awsProperties AwsElastic Load Balancing V2Load Balancer Properties Response 
- AWS Properties
- awsRegion string
- AWS Region
- awsSource stringSchema 
- AWS Source Schema
- {[key: string]: string}
- AWS Tags
- publicCloud stringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud stringResource Name 
- Public Cloud Resource Name
- provisioning_state str
- The status of the last operation.
- arn str
- Amazon Resource Name (ARN)
- aws_account_ strid 
- AWS Account ID
- aws_properties AwsElastic Load Balancing V2Load Balancer Properties Response 
- AWS Properties
- aws_region str
- AWS Region
- aws_source_ strschema 
- AWS Source Schema
- Mapping[str, str]
- AWS Tags
- public_cloud_ strconnectors_ resource_ id 
- Public Cloud Connectors Resource ID
- public_cloud_ strresource_ name 
- Public Cloud Resource Name
- provisioningState String
- The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- awsAccount StringId 
- AWS Account ID
- awsProperties Property Map
- AWS Properties
- awsRegion String
- AWS Region
- awsSource StringSchema 
- AWS Source Schema
- Map<String>
- AWS Tags
- publicCloud StringConnectors Resource Id 
- Public Cloud Connectors Resource ID
- publicCloud StringResource Name 
- 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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 istrueorfalse. The default isfalse. +load_balancing.cross_zone.enabled- Indicates whether cross-zone load balancing is enabled. The possible values aretrueandfalse. The default for Network Load Balancers and Gateway Load Balancers isfalse. The default for Application Load Balancers istrue, 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 istrueorfalse. The default isfalse. +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 tofalsefor internet-facing load balancers andtruefor 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 istrueorfalse. The default isfalse. +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 aremonitor,defensive, andstrictest. The default isdefensive. +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 isfalse. +routing.http.preserve_host_header.enabled- Indicates whether the Application Load Balancer should preserve theHostheader in the HTTP request and send it to the target without any change. The possible values aretrueandfalse. The default isfalse. +routing.http.x_amzn_tls_version_and_cipher_suite.enabled- Indicates whether the two headers (x-amzn-tls-versionandx-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. Thex-amzn-tls-versionheader has information about the TLS protocol version negotiated with the client, and thex-amzn-tls-cipher-suiteheader has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute aretrueandfalse. The default isfalse. +routing.http.xff_client_port.enabled- Indicates whether theX-Forwarded-Forheader should preserve the source port that the client used to connect to the load balancer. The possible values aretrueandfalse. The default isfalse. +routing.http.xff_header_processing.mode- Enables you to modify, preserve, or remove theX-Forwarded-Forheader in the HTTP request before the Application Load Balancer sends the request to the target. The possible values areappend,preserve, andremove. The default isappend. + If the value isappend, the Application Load Balancer adds the client IP address (of the last hop) to theX-Forwarded-Forheader in the HTTP request before it sends it to targets. + If the value ispreservethe Application Load Balancer preserves theX-Forwarded-Forheader in the HTTP request, and sends it to targets without any change. + If the value isremove, the Application Load Balancer removes theX-Forwarded-Forheader in the HTTP request before it sends it to targets. +routing.http2.enabled- Indicates whether HTTP/2 is enabled. The possible values aretrueandfalse. The default istrue. 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 aretrueandfalse. The default isfalse. 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 areavailability_zone_affinitywith 100 percent zonal affinity,partial_availability_zone_affinitywith 85 percent zonal affinity, andany_availability_zonewith 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.
- IpAddress stringType 
- 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.
- IpAddress stringType 
- 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.
- ipAddress StringType 
- 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.
- ipAddress stringType 
- 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_ straddress 
- [Network Load Balancers] The IPv6 address.
- ip_address_ strtype 
- A IPAddressType
- private_i_ strpv4_ address 
- [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.
- ipAddress StringType 
- 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.
- IpAddress stringType 
- 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.
- IpAddress stringType 
- 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.
- ipAddress StringType 
- 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.
- ipAddress stringType 
- 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_ straddress 
- [Network Load Balancers] The IPv6 address.
- ip_address_ strtype 
- A IPAddressType
- private_i_ strpv4_ address 
- [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.
- ipAddress StringType 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- 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_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- 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.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- 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