1. Packages
  2. Azure Native v2
  3. API Docs
  4. awsconnector
  5. ElasticLoadBalancingV2TargetGroup
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.awsconnector.ElasticLoadBalancingV2TargetGroup

Explore with Pulumi AI

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

Example Usage

ElasticLoadBalancingV2TargetGroups_CreateOrReplace

using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;

return await Deployment.RunAsync(() => 
{
    var elasticLoadBalancingV2TargetGroup = new AzureNative.AwsConnector.ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroup", new()
    {
        Location = "uyngtpdaililbq",
        Name = "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
        Properties = new AzureNative.AwsConnector.Inputs.ElasticLoadBalancingV2TargetGroupPropertiesArgs
        {
            Arn = "avccwbbipudnfjximva",
            AwsAccountId = "vjdgbgqisnvysonxlwjoczc",
            AwsProperties = new AzureNative.AwsConnector.Inputs.AwsElasticLoadBalancingV2TargetGroupPropertiesArgs
            {
                HealthCheckEnabled = true,
                HealthCheckIntervalSeconds = 16,
                HealthCheckPath = "exmwepsqjmnvppxuwwvineim",
                HealthCheckPort = "cjuqka",
                HealthCheckProtocol = "vkarvxh",
                HealthCheckTimeoutSeconds = 13,
                HealthyThresholdCount = 21,
                IpAddressType = "da",
                LoadBalancerArns = new[]
                {
                    "tzafgmrxzoifkxbmzsivajwdwedjw",
                },
                Matcher = new AzureNative.AwsConnector.Inputs.MatcherArgs
                {
                    GrpcCode = "tbnxw",
                    HttpCode = "pavevmyswjhnoptlankjaiieao",
                },
                Name = "ruyunzpgs",
                Port = 9,
                Protocol = "cltdmqhlrmrhgdamynxpmnbshrth",
                ProtocolVersion = "rpqn",
                Tags = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TagArgs
                    {
                        Key = "fkysin",
                        Value = "ivjhgawgxhfvwiyaeruurbpkyx",
                    },
                },
                TargetGroupArn = "nlyfkpaomu",
                TargetGroupAttributes = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TargetGroupAttributeArgs
                    {
                        Key = "edcafpxbnifvdfchilay",
                        Value = "fiffi",
                    },
                },
                TargetGroupFullName = "xhghbskmnfhkswoncku",
                TargetGroupName = "b",
                TargetType = "eekpandbuoghdxtg",
                Targets = new[]
                {
                    new AzureNative.AwsConnector.Inputs.TargetDescriptionArgs
                    {
                        AvailabilityZone = "degmktltnufhywqic",
                        Id = "dpaky",
                        Port = 13,
                    },
                },
                UnhealthyThresholdCount = 14,
                VpcId = "leubklsppgcmljbowvzpwvwya",
            },
            AwsRegion = "qlfglghejmmlo",
            AwsSourceSchema = "cljfeojrexeruhvjklisrmf",
            AwsTags = 
            {
                { "key5023", "tfayscxthf" },
            },
            PublicCloudConnectorsResourceId = "agzteeghhpawmqbjrdkgduq",
            PublicCloudResourceName = "muortngxuegbngvcemmzovetqah",
        },
        ResourceGroupName = "rgelasticLoadBalancingV2TargetGroup",
        Tags = 
        {
            { "key6050", "pemhzyusesfpizecwecekae" },
        },
    });

});
Copy
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.NewElasticLoadBalancingV2TargetGroup(ctx, "elasticLoadBalancingV2TargetGroup", &awsconnector.ElasticLoadBalancingV2TargetGroupArgs{
			Location: pulumi.String("uyngtpdaililbq"),
			Name:     pulumi.String("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])"),
			Properties: &awsconnector.ElasticLoadBalancingV2TargetGroupPropertiesArgs{
				Arn:          pulumi.String("avccwbbipudnfjximva"),
				AwsAccountId: pulumi.String("vjdgbgqisnvysonxlwjoczc"),
				AwsProperties: &awsconnector.AwsElasticLoadBalancingV2TargetGroupPropertiesArgs{
					HealthCheckEnabled:         pulumi.Bool(true),
					HealthCheckIntervalSeconds: pulumi.Int(16),
					HealthCheckPath:            pulumi.String("exmwepsqjmnvppxuwwvineim"),
					HealthCheckPort:            pulumi.String("cjuqka"),
					HealthCheckProtocol:        pulumi.String("vkarvxh"),
					HealthCheckTimeoutSeconds:  pulumi.Int(13),
					HealthyThresholdCount:      pulumi.Int(21),
					IpAddressType:              pulumi.String("da"),
					LoadBalancerArns: pulumi.StringArray{
						pulumi.String("tzafgmrxzoifkxbmzsivajwdwedjw"),
					},
					Matcher: &awsconnector.MatcherArgs{
						GrpcCode: pulumi.String("tbnxw"),
						HttpCode: pulumi.String("pavevmyswjhnoptlankjaiieao"),
					},
					Name:            pulumi.String("ruyunzpgs"),
					Port:            pulumi.Int(9),
					Protocol:        pulumi.String("cltdmqhlrmrhgdamynxpmnbshrth"),
					ProtocolVersion: pulumi.String("rpqn"),
					Tags: awsconnector.TagArray{
						&awsconnector.TagArgs{
							Key:   pulumi.String("fkysin"),
							Value: pulumi.String("ivjhgawgxhfvwiyaeruurbpkyx"),
						},
					},
					TargetGroupArn: pulumi.String("nlyfkpaomu"),
					TargetGroupAttributes: awsconnector.TargetGroupAttributeArray{
						&awsconnector.TargetGroupAttributeArgs{
							Key:   pulumi.String("edcafpxbnifvdfchilay"),
							Value: pulumi.String("fiffi"),
						},
					},
					TargetGroupFullName: pulumi.String("xhghbskmnfhkswoncku"),
					TargetGroupName:     pulumi.String("b"),
					TargetType:          pulumi.String("eekpandbuoghdxtg"),
					Targets: awsconnector.TargetDescriptionArray{
						&awsconnector.TargetDescriptionArgs{
							AvailabilityZone: pulumi.String("degmktltnufhywqic"),
							Id:               pulumi.String("dpaky"),
							Port:             pulumi.Int(13),
						},
					},
					UnhealthyThresholdCount: pulumi.Int(14),
					VpcId:                   pulumi.String("leubklsppgcmljbowvzpwvwya"),
				},
				AwsRegion:       pulumi.String("qlfglghejmmlo"),
				AwsSourceSchema: pulumi.String("cljfeojrexeruhvjklisrmf"),
				AwsTags: pulumi.StringMap{
					"key5023": pulumi.String("tfayscxthf"),
				},
				PublicCloudConnectorsResourceId: pulumi.String("agzteeghhpawmqbjrdkgduq"),
				PublicCloudResourceName:         pulumi.String("muortngxuegbngvcemmzovetqah"),
			},
			ResourceGroupName: pulumi.String("rgelasticLoadBalancingV2TargetGroup"),
			Tags: pulumi.StringMap{
				"key6050": pulumi.String("pemhzyusesfpizecwecekae"),
			},
		})
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.awsconnector.ElasticLoadBalancingV2TargetGroup;
import com.pulumi.azurenative.awsconnector.ElasticLoadBalancingV2TargetGroupArgs;
import com.pulumi.azurenative.awsconnector.inputs.ElasticLoadBalancingV2TargetGroupPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.AwsElasticLoadBalancingV2TargetGroupPropertiesArgs;
import com.pulumi.azurenative.awsconnector.inputs.MatcherArgs;
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 elasticLoadBalancingV2TargetGroup = new ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroup", ElasticLoadBalancingV2TargetGroupArgs.builder()
            .location("uyngtpdaililbq")
            .name("Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])")
            .properties(ElasticLoadBalancingV2TargetGroupPropertiesArgs.builder()
                .arn("avccwbbipudnfjximva")
                .awsAccountId("vjdgbgqisnvysonxlwjoczc")
                .awsProperties(AwsElasticLoadBalancingV2TargetGroupPropertiesArgs.builder()
                    .healthCheckEnabled(true)
                    .healthCheckIntervalSeconds(16)
                    .healthCheckPath("exmwepsqjmnvppxuwwvineim")
                    .healthCheckPort("cjuqka")
                    .healthCheckProtocol("vkarvxh")
                    .healthCheckTimeoutSeconds(13)
                    .healthyThresholdCount(21)
                    .ipAddressType("da")
                    .loadBalancerArns("tzafgmrxzoifkxbmzsivajwdwedjw")
                    .matcher(MatcherArgs.builder()
                        .grpcCode("tbnxw")
                        .httpCode("pavevmyswjhnoptlankjaiieao")
                        .build())
                    .name("ruyunzpgs")
                    .port(9)
                    .protocol("cltdmqhlrmrhgdamynxpmnbshrth")
                    .protocolVersion("rpqn")
                    .tags(TagArgs.builder()
                        .key("fkysin")
                        .value("ivjhgawgxhfvwiyaeruurbpkyx")
                        .build())
                    .targetGroupArn("nlyfkpaomu")
                    .targetGroupAttributes(TargetGroupAttributeArgs.builder()
                        .key("edcafpxbnifvdfchilay")
                        .value("fiffi")
                        .build())
                    .targetGroupFullName("xhghbskmnfhkswoncku")
                    .targetGroupName("b")
                    .targetType("eekpandbuoghdxtg")
                    .targets(TargetDescriptionArgs.builder()
                        .availabilityZone("degmktltnufhywqic")
                        .id("dpaky")
                        .port(13)
                        .build())
                    .unhealthyThresholdCount(14)
                    .vpcId("leubklsppgcmljbowvzpwvwya")
                    .build())
                .awsRegion("qlfglghejmmlo")
                .awsSourceSchema("cljfeojrexeruhvjklisrmf")
                .awsTags(Map.of("key5023", "tfayscxthf"))
                .publicCloudConnectorsResourceId("agzteeghhpawmqbjrdkgduq")
                .publicCloudResourceName("muortngxuegbngvcemmzovetqah")
                .build())
            .resourceGroupName("rgelasticLoadBalancingV2TargetGroup")
            .tags(Map.of("key6050", "pemhzyusesfpizecwecekae"))
            .build());

    }
}
Copy
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";

const elasticLoadBalancingV2TargetGroup = new azure_native.awsconnector.ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroup", {
    location: "uyngtpdaililbq",
    name: "Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties: {
        arn: "avccwbbipudnfjximva",
        awsAccountId: "vjdgbgqisnvysonxlwjoczc",
        awsProperties: {
            healthCheckEnabled: true,
            healthCheckIntervalSeconds: 16,
            healthCheckPath: "exmwepsqjmnvppxuwwvineim",
            healthCheckPort: "cjuqka",
            healthCheckProtocol: "vkarvxh",
            healthCheckTimeoutSeconds: 13,
            healthyThresholdCount: 21,
            ipAddressType: "da",
            loadBalancerArns: ["tzafgmrxzoifkxbmzsivajwdwedjw"],
            matcher: {
                grpcCode: "tbnxw",
                httpCode: "pavevmyswjhnoptlankjaiieao",
            },
            name: "ruyunzpgs",
            port: 9,
            protocol: "cltdmqhlrmrhgdamynxpmnbshrth",
            protocolVersion: "rpqn",
            tags: [{
                key: "fkysin",
                value: "ivjhgawgxhfvwiyaeruurbpkyx",
            }],
            targetGroupArn: "nlyfkpaomu",
            targetGroupAttributes: [{
                key: "edcafpxbnifvdfchilay",
                value: "fiffi",
            }],
            targetGroupFullName: "xhghbskmnfhkswoncku",
            targetGroupName: "b",
            targetType: "eekpandbuoghdxtg",
            targets: [{
                availabilityZone: "degmktltnufhywqic",
                id: "dpaky",
                port: 13,
            }],
            unhealthyThresholdCount: 14,
            vpcId: "leubklsppgcmljbowvzpwvwya",
        },
        awsRegion: "qlfglghejmmlo",
        awsSourceSchema: "cljfeojrexeruhvjklisrmf",
        awsTags: {
            key5023: "tfayscxthf",
        },
        publicCloudConnectorsResourceId: "agzteeghhpawmqbjrdkgduq",
        publicCloudResourceName: "muortngxuegbngvcemmzovetqah",
    },
    resourceGroupName: "rgelasticLoadBalancingV2TargetGroup",
    tags: {
        key6050: "pemhzyusesfpizecwecekae",
    },
});
Copy
import pulumi
import pulumi_azure_native as azure_native

elastic_load_balancing_v2_target_group = azure_native.awsconnector.ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroup",
    location="uyngtpdaililbq",
    name="Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])",
    properties={
        "arn": "avccwbbipudnfjximva",
        "aws_account_id": "vjdgbgqisnvysonxlwjoczc",
        "aws_properties": {
            "health_check_enabled": True,
            "health_check_interval_seconds": 16,
            "health_check_path": "exmwepsqjmnvppxuwwvineim",
            "health_check_port": "cjuqka",
            "health_check_protocol": "vkarvxh",
            "health_check_timeout_seconds": 13,
            "healthy_threshold_count": 21,
            "ip_address_type": "da",
            "load_balancer_arns": ["tzafgmrxzoifkxbmzsivajwdwedjw"],
            "matcher": {
                "grpc_code": "tbnxw",
                "http_code": "pavevmyswjhnoptlankjaiieao",
            },
            "name": "ruyunzpgs",
            "port": 9,
            "protocol": "cltdmqhlrmrhgdamynxpmnbshrth",
            "protocol_version": "rpqn",
            "tags": [{
                "key": "fkysin",
                "value": "ivjhgawgxhfvwiyaeruurbpkyx",
            }],
            "target_group_arn": "nlyfkpaomu",
            "target_group_attributes": [{
                "key": "edcafpxbnifvdfchilay",
                "value": "fiffi",
            }],
            "target_group_full_name": "xhghbskmnfhkswoncku",
            "target_group_name": "b",
            "target_type": "eekpandbuoghdxtg",
            "targets": [{
                "availability_zone": "degmktltnufhywqic",
                "id": "dpaky",
                "port": 13,
            }],
            "unhealthy_threshold_count": 14,
            "vpc_id": "leubklsppgcmljbowvzpwvwya",
        },
        "aws_region": "qlfglghejmmlo",
        "aws_source_schema": "cljfeojrexeruhvjklisrmf",
        "aws_tags": {
            "key5023": "tfayscxthf",
        },
        "public_cloud_connectors_resource_id": "agzteeghhpawmqbjrdkgduq",
        "public_cloud_resource_name": "muortngxuegbngvcemmzovetqah",
    },
    resource_group_name="rgelasticLoadBalancingV2TargetGroup",
    tags={
        "key6050": "pemhzyusesfpizecwecekae",
    })
Copy
resources:
  elasticLoadBalancingV2TargetGroup:
    type: azure-native:awsconnector:ElasticLoadBalancingV2TargetGroup
    properties:
      location: uyngtpdaililbq
      name: Replace this value with a string matching RegExp ^(z=.{0,259}[^zs.]$)(z!.*[zzzzzzzz])
      properties:
        arn: avccwbbipudnfjximva
        awsAccountId: vjdgbgqisnvysonxlwjoczc
        awsProperties:
          healthCheckEnabled: true
          healthCheckIntervalSeconds: 16
          healthCheckPath: exmwepsqjmnvppxuwwvineim
          healthCheckPort: cjuqka
          healthCheckProtocol: vkarvxh
          healthCheckTimeoutSeconds: 13
          healthyThresholdCount: 21
          ipAddressType: da
          loadBalancerArns:
            - tzafgmrxzoifkxbmzsivajwdwedjw
          matcher:
            grpcCode: tbnxw
            httpCode: pavevmyswjhnoptlankjaiieao
          name: ruyunzpgs
          port: 9
          protocol: cltdmqhlrmrhgdamynxpmnbshrth
          protocolVersion: rpqn
          tags:
            - key: fkysin
              value: ivjhgawgxhfvwiyaeruurbpkyx
          targetGroupArn: nlyfkpaomu
          targetGroupAttributes:
            - key: edcafpxbnifvdfchilay
              value: fiffi
          targetGroupFullName: xhghbskmnfhkswoncku
          targetGroupName: b
          targetType: eekpandbuoghdxtg
          targets:
            - availabilityZone: degmktltnufhywqic
              id: dpaky
              port: 13
          unhealthyThresholdCount: 14
          vpcId: leubklsppgcmljbowvzpwvwya
        awsRegion: qlfglghejmmlo
        awsSourceSchema: cljfeojrexeruhvjklisrmf
        awsTags:
          key5023: tfayscxthf
        publicCloudConnectorsResourceId: agzteeghhpawmqbjrdkgduq
        publicCloudResourceName: muortngxuegbngvcemmzovetqah
      resourceGroupName: rgelasticLoadBalancingV2TargetGroup
      tags:
        key6050: pemhzyusesfpizecwecekae
Copy

Create ElasticLoadBalancingV2TargetGroup Resource

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

Constructor syntax

new ElasticLoadBalancingV2TargetGroup(name: string, args: ElasticLoadBalancingV2TargetGroupArgs, opts?: CustomResourceOptions);
@overload
def ElasticLoadBalancingV2TargetGroup(resource_name: str,
                                      args: ElasticLoadBalancingV2TargetGroupArgs,
                                      opts: Optional[ResourceOptions] = None)

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

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. ElasticLoadBalancingV2TargetGroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. ElasticLoadBalancingV2TargetGroupArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. ElasticLoadBalancingV2TargetGroupArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. ElasticLoadBalancingV2TargetGroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ElasticLoadBalancingV2TargetGroupArgs
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 elasticLoadBalancingV2TargetGroupResource = new AzureNative.Awsconnector.ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroupResource", new()
{
    ResourceGroupName = "string",
    Location = "string",
    Name = "string",
    Properties = 
    {
        { "arn", "string" },
        { "awsAccountId", "string" },
        { "awsProperties", 
        {
            { "healthCheckEnabled", false },
            { "healthCheckIntervalSeconds", 0 },
            { "healthCheckPath", "string" },
            { "healthCheckPort", "string" },
            { "healthCheckProtocol", "string" },
            { "healthCheckTimeoutSeconds", 0 },
            { "healthyThresholdCount", 0 },
            { "ipAddressType", "string" },
            { "loadBalancerArns", new[]
            {
                "string",
            } },
            { "matcher", 
            {
                { "grpcCode", "string" },
                { "httpCode", "string" },
            } },
            { "name", "string" },
            { "port", 0 },
            { "protocol", "string" },
            { "protocolVersion", "string" },
            { "tags", new[]
            {
                
                {
                    { "key", "string" },
                    { "value", "string" },
                },
            } },
            { "targetGroupArn", "string" },
            { "targetGroupAttributes", new[]
            {
                
                {
                    { "key", "string" },
                    { "value", "string" },
                },
            } },
            { "targetGroupFullName", "string" },
            { "targetGroupName", "string" },
            { "targetType", "string" },
            { "targets", new[]
            {
                
                {
                    { "availabilityZone", "string" },
                    { "id", "string" },
                    { "port", 0 },
                },
            } },
            { "unhealthyThresholdCount", 0 },
            { "vpcId", "string" },
        } },
        { "awsRegion", "string" },
        { "awsSourceSchema", "string" },
        { "awsTags", 
        {
            { "string", "string" },
        } },
        { "publicCloudConnectorsResourceId", "string" },
        { "publicCloudResourceName", "string" },
    },
    Tags = 
    {
        { "string", "string" },
    },
});
Copy
example, err := awsconnector.NewElasticLoadBalancingV2TargetGroup(ctx, "elasticLoadBalancingV2TargetGroupResource", &awsconnector.ElasticLoadBalancingV2TargetGroupArgs{
	ResourceGroupName: "string",
	Location:          "string",
	Name:              "string",
	Properties: map[string]interface{}{
		"arn":          "string",
		"awsAccountId": "string",
		"awsProperties": map[string]interface{}{
			"healthCheckEnabled":         false,
			"healthCheckIntervalSeconds": 0,
			"healthCheckPath":            "string",
			"healthCheckPort":            "string",
			"healthCheckProtocol":        "string",
			"healthCheckTimeoutSeconds":  0,
			"healthyThresholdCount":      0,
			"ipAddressType":              "string",
			"loadBalancerArns": []string{
				"string",
			},
			"matcher": map[string]interface{}{
				"grpcCode": "string",
				"httpCode": "string",
			},
			"name":            "string",
			"port":            0,
			"protocol":        "string",
			"protocolVersion": "string",
			"tags": []map[string]interface{}{
				map[string]interface{}{
					"key":   "string",
					"value": "string",
				},
			},
			"targetGroupArn": "string",
			"targetGroupAttributes": []map[string]interface{}{
				map[string]interface{}{
					"key":   "string",
					"value": "string",
				},
			},
			"targetGroupFullName": "string",
			"targetGroupName":     "string",
			"targetType":          "string",
			"targets": []map[string]interface{}{
				map[string]interface{}{
					"availabilityZone": "string",
					"id":               "string",
					"port":             0,
				},
			},
			"unhealthyThresholdCount": 0,
			"vpcId":                   "string",
		},
		"awsRegion":       "string",
		"awsSourceSchema": "string",
		"awsTags": map[string]interface{}{
			"string": "string",
		},
		"publicCloudConnectorsResourceId": "string",
		"publicCloudResourceName":         "string",
	},
	Tags: map[string]interface{}{
		"string": "string",
	},
})
Copy
var elasticLoadBalancingV2TargetGroupResource = new ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroupResource", ElasticLoadBalancingV2TargetGroupArgs.builder()
    .resourceGroupName("string")
    .location("string")
    .name("string")
    .properties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
    .build());
Copy
elastic_load_balancing_v2_target_group_resource = azure_native.awsconnector.ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroupResource",
    resource_group_name=string,
    location=string,
    name=string,
    properties={
        arn: string,
        awsAccountId: string,
        awsProperties: {
            healthCheckEnabled: False,
            healthCheckIntervalSeconds: 0,
            healthCheckPath: string,
            healthCheckPort: string,
            healthCheckProtocol: string,
            healthCheckTimeoutSeconds: 0,
            healthyThresholdCount: 0,
            ipAddressType: string,
            loadBalancerArns: [string],
            matcher: {
                grpcCode: string,
                httpCode: string,
            },
            name: string,
            port: 0,
            protocol: string,
            protocolVersion: string,
            tags: [{
                key: string,
                value: string,
            }],
            targetGroupArn: string,
            targetGroupAttributes: [{
                key: string,
                value: string,
            }],
            targetGroupFullName: string,
            targetGroupName: string,
            targetType: string,
            targets: [{
                availabilityZone: string,
                id: string,
                port: 0,
            }],
            unhealthyThresholdCount: 0,
            vpcId: string,
        },
        awsRegion: string,
        awsSourceSchema: string,
        awsTags: {
            string: string,
        },
        publicCloudConnectorsResourceId: string,
        publicCloudResourceName: string,
    },
    tags={
        string: string,
    })
Copy
const elasticLoadBalancingV2TargetGroupResource = new azure_native.awsconnector.ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroupResource", {
    resourceGroupName: "string",
    location: "string",
    name: "string",
    properties: {
        arn: "string",
        awsAccountId: "string",
        awsProperties: {
            healthCheckEnabled: false,
            healthCheckIntervalSeconds: 0,
            healthCheckPath: "string",
            healthCheckPort: "string",
            healthCheckProtocol: "string",
            healthCheckTimeoutSeconds: 0,
            healthyThresholdCount: 0,
            ipAddressType: "string",
            loadBalancerArns: ["string"],
            matcher: {
                grpcCode: "string",
                httpCode: "string",
            },
            name: "string",
            port: 0,
            protocol: "string",
            protocolVersion: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
            targetGroupArn: "string",
            targetGroupAttributes: [{
                key: "string",
                value: "string",
            }],
            targetGroupFullName: "string",
            targetGroupName: "string",
            targetType: "string",
            targets: [{
                availabilityZone: "string",
                id: "string",
                port: 0,
            }],
            unhealthyThresholdCount: 0,
            vpcId: "string",
        },
        awsRegion: "string",
        awsSourceSchema: "string",
        awsTags: {
            string: "string",
        },
        publicCloudConnectorsResourceId: "string",
        publicCloudResourceName: "string",
    },
    tags: {
        string: "string",
    },
});
Copy
type: azure-native:awsconnector:ElasticLoadBalancingV2TargetGroup
properties:
    location: string
    name: string
    properties:
        arn: string
        awsAccountId: string
        awsProperties:
            healthCheckEnabled: false
            healthCheckIntervalSeconds: 0
            healthCheckPath: string
            healthCheckPort: string
            healthCheckProtocol: string
            healthCheckTimeoutSeconds: 0
            healthyThresholdCount: 0
            ipAddressType: string
            loadBalancerArns:
                - string
            matcher:
                grpcCode: string
                httpCode: string
            name: string
            port: 0
            protocol: string
            protocolVersion: string
            tags:
                - key: string
                  value: string
            targetGroupArn: string
            targetGroupAttributes:
                - key: string
                  value: string
            targetGroupFullName: string
            targetGroupName: string
            targetType: string
            targets:
                - availabilityZone: string
                  id: string
                  port: 0
            unhealthyThresholdCount: 0
            vpcId: string
        awsRegion: string
        awsSourceSchema: string
        awsTags:
            string: string
        publicCloudConnectorsResourceId: string
        publicCloudResourceName: string
    resourceGroupName: string
    tags:
        string: string
Copy

ElasticLoadBalancingV2TargetGroup 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 ElasticLoadBalancingV2TargetGroup resource accepts the following input properties:

ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Name Changes to this property will trigger replacement. string
Name of ElasticLoadBalancingV2TargetGroup
Properties Pulumi.AzureNative.AwsConnector.Inputs.ElasticLoadBalancingV2TargetGroupProperties
The resource-specific properties for this resource.
Tags Dictionary<string, string>
Resource tags.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
Location Changes to this property will trigger replacement. string
The geo-location where the resource lives
Name Changes to this property will trigger replacement. string
Name of ElasticLoadBalancingV2TargetGroup
Properties ElasticLoadBalancingV2TargetGroupPropertiesArgs
The resource-specific properties for this resource.
Tags map[string]string
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
name Changes to this property will trigger replacement. String
Name of ElasticLoadBalancingV2TargetGroup
properties ElasticLoadBalancingV2TargetGroupProperties
The resource-specific properties for this resource.
tags Map<String,String>
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. string
The geo-location where the resource lives
name Changes to this property will trigger replacement. string
Name of ElasticLoadBalancingV2TargetGroup
properties ElasticLoadBalancingV2TargetGroupProperties
The resource-specific properties for this resource.
tags {[key: string]: string}
Resource tags.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. str
The geo-location where the resource lives
name Changes to this property will trigger replacement. str
Name of ElasticLoadBalancingV2TargetGroup
properties ElasticLoadBalancingV2TargetGroupPropertiesArgs
The resource-specific properties for this resource.
tags Mapping[str, str]
Resource tags.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group. The name is case insensitive.
location Changes to this property will trigger replacement. String
The geo-location where the resource lives
name Changes to this property will trigger replacement. String
Name of ElasticLoadBalancingV2TargetGroup
properties Property Map
The resource-specific properties for this resource.
tags Map<String>
Resource tags.

Outputs

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

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

Supporting Types

AwsElasticLoadBalancingV2TargetGroupProperties
, AwsElasticLoadBalancingV2TargetGroupPropertiesArgs

HealthCheckEnabled bool
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
HealthCheckIntervalSeconds int
The approximate amount of time, in seconds, between health checks of an individual target.
HealthCheckPath string
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
HealthCheckPort string
The port the load balancer uses when performing health checks on targets.
HealthCheckProtocol string
The protocol the load balancer uses when performing health checks on targets.
HealthCheckTimeoutSeconds int
The amount of time, in seconds, during which no response from a target means a failed health check.
HealthyThresholdCount int
The number of consecutive health checks successes required before considering an unhealthy target healthy.
IpAddressType string
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
LoadBalancerArns List<string>
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
Matcher Pulumi.AzureNative.AwsConnector.Inputs.Matcher
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
Name string
The name of the target group.
Port int
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
Protocol string
The protocol to use for routing traffic to the targets.
ProtocolVersion string
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
Tags List<Pulumi.AzureNative.AwsConnector.Inputs.Tag>
The tags.
TargetGroupArn string
The ARN of the Target Group
TargetGroupAttributes List<Pulumi.AzureNative.AwsConnector.Inputs.TargetGroupAttribute>
The attributes.
TargetGroupFullName string
The full name of the target group.
TargetGroupName string
The name of the target group.
TargetType string
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
Targets List<Pulumi.AzureNative.AwsConnector.Inputs.TargetDescription>
The targets.
UnhealthyThresholdCount int
The number of consecutive health check failures required before considering a target unhealthy.
VpcId string
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
HealthCheckEnabled bool
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
HealthCheckIntervalSeconds int
The approximate amount of time, in seconds, between health checks of an individual target.
HealthCheckPath string
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
HealthCheckPort string
The port the load balancer uses when performing health checks on targets.
HealthCheckProtocol string
The protocol the load balancer uses when performing health checks on targets.
HealthCheckTimeoutSeconds int
The amount of time, in seconds, during which no response from a target means a failed health check.
HealthyThresholdCount int
The number of consecutive health checks successes required before considering an unhealthy target healthy.
IpAddressType string
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
LoadBalancerArns []string
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
Matcher Matcher
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
Name string
The name of the target group.
Port int
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
Protocol string
The protocol to use for routing traffic to the targets.
ProtocolVersion string
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
Tags []Tag
The tags.
TargetGroupArn string
The ARN of the Target Group
TargetGroupAttributes []TargetGroupAttribute
The attributes.
TargetGroupFullName string
The full name of the target group.
TargetGroupName string
The name of the target group.
TargetType string
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
Targets []TargetDescription
The targets.
UnhealthyThresholdCount int
The number of consecutive health check failures required before considering a target unhealthy.
VpcId string
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
healthCheckEnabled Boolean
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
healthCheckIntervalSeconds Integer
The approximate amount of time, in seconds, between health checks of an individual target.
healthCheckPath String
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
healthCheckPort String
The port the load balancer uses when performing health checks on targets.
healthCheckProtocol String
The protocol the load balancer uses when performing health checks on targets.
healthCheckTimeoutSeconds Integer
The amount of time, in seconds, during which no response from a target means a failed health check.
healthyThresholdCount Integer
The number of consecutive health checks successes required before considering an unhealthy target healthy.
ipAddressType String
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
loadBalancerArns List<String>
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
matcher Matcher
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
name String
The name of the target group.
port Integer
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
protocol String
The protocol to use for routing traffic to the targets.
protocolVersion String
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
tags List<Tag>
The tags.
targetGroupArn String
The ARN of the Target Group
targetGroupAttributes List<TargetGroupAttribute>
The attributes.
targetGroupFullName String
The full name of the target group.
targetGroupName String
The name of the target group.
targetType String
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
targets List<TargetDescription>
The targets.
unhealthyThresholdCount Integer
The number of consecutive health check failures required before considering a target unhealthy.
vpcId String
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
healthCheckEnabled boolean
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
healthCheckIntervalSeconds number
The approximate amount of time, in seconds, between health checks of an individual target.
healthCheckPath string
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
healthCheckPort string
The port the load balancer uses when performing health checks on targets.
healthCheckProtocol string
The protocol the load balancer uses when performing health checks on targets.
healthCheckTimeoutSeconds number
The amount of time, in seconds, during which no response from a target means a failed health check.
healthyThresholdCount number
The number of consecutive health checks successes required before considering an unhealthy target healthy.
ipAddressType string
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
loadBalancerArns string[]
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
matcher Matcher
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
name string
The name of the target group.
port number
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
protocol string
The protocol to use for routing traffic to the targets.
protocolVersion string
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
tags Tag[]
The tags.
targetGroupArn string
The ARN of the Target Group
targetGroupAttributes TargetGroupAttribute[]
The attributes.
targetGroupFullName string
The full name of the target group.
targetGroupName string
The name of the target group.
targetType string
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
targets TargetDescription[]
The targets.
unhealthyThresholdCount number
The number of consecutive health check failures required before considering a target unhealthy.
vpcId string
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
health_check_enabled bool
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
health_check_interval_seconds int
The approximate amount of time, in seconds, between health checks of an individual target.
health_check_path str
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
health_check_port str
The port the load balancer uses when performing health checks on targets.
health_check_protocol str
The protocol the load balancer uses when performing health checks on targets.
health_check_timeout_seconds int
The amount of time, in seconds, during which no response from a target means a failed health check.
healthy_threshold_count int
The number of consecutive health checks successes required before considering an unhealthy target healthy.
ip_address_type str
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
load_balancer_arns Sequence[str]
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
matcher Matcher
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
name str
The name of the target group.
port int
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
protocol str
The protocol to use for routing traffic to the targets.
protocol_version str
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
tags Sequence[Tag]
The tags.
target_group_arn str
The ARN of the Target Group
target_group_attributes Sequence[TargetGroupAttribute]
The attributes.
target_group_full_name str
The full name of the target group.
target_group_name str
The name of the target group.
target_type str
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
targets Sequence[TargetDescription]
The targets.
unhealthy_threshold_count int
The number of consecutive health check failures required before considering a target unhealthy.
vpc_id str
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
healthCheckEnabled Boolean
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
healthCheckIntervalSeconds Number
The approximate amount of time, in seconds, between health checks of an individual target.
healthCheckPath String
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
healthCheckPort String
The port the load balancer uses when performing health checks on targets.
healthCheckProtocol String
The protocol the load balancer uses when performing health checks on targets.
healthCheckTimeoutSeconds Number
The amount of time, in seconds, during which no response from a target means a failed health check.
healthyThresholdCount Number
The number of consecutive health checks successes required before considering an unhealthy target healthy.
ipAddressType String
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
loadBalancerArns List<String>
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
matcher Property Map
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
name String
The name of the target group.
port Number
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
protocol String
The protocol to use for routing traffic to the targets.
protocolVersion String
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
tags List<Property Map>
The tags.
targetGroupArn String
The ARN of the Target Group
targetGroupAttributes List<Property Map>
The attributes.
targetGroupFullName String
The full name of the target group.
targetGroupName String
The name of the target group.
targetType String
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
targets List<Property Map>
The targets.
unhealthyThresholdCount Number
The number of consecutive health check failures required before considering a target unhealthy.
vpcId String
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.

AwsElasticLoadBalancingV2TargetGroupPropertiesResponse
, AwsElasticLoadBalancingV2TargetGroupPropertiesResponseArgs

HealthCheckEnabled bool
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
HealthCheckIntervalSeconds int
The approximate amount of time, in seconds, between health checks of an individual target.
HealthCheckPath string
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
HealthCheckPort string
The port the load balancer uses when performing health checks on targets.
HealthCheckProtocol string
The protocol the load balancer uses when performing health checks on targets.
HealthCheckTimeoutSeconds int
The amount of time, in seconds, during which no response from a target means a failed health check.
HealthyThresholdCount int
The number of consecutive health checks successes required before considering an unhealthy target healthy.
IpAddressType string
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
LoadBalancerArns List<string>
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
Matcher Pulumi.AzureNative.AwsConnector.Inputs.MatcherResponse
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
Name string
The name of the target group.
Port int
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
Protocol string
The protocol to use for routing traffic to the targets.
ProtocolVersion string
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
Tags List<Pulumi.AzureNative.AwsConnector.Inputs.TagResponse>
The tags.
TargetGroupArn string
The ARN of the Target Group
TargetGroupAttributes List<Pulumi.AzureNative.AwsConnector.Inputs.TargetGroupAttributeResponse>
The attributes.
TargetGroupFullName string
The full name of the target group.
TargetGroupName string
The name of the target group.
TargetType string
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
Targets List<Pulumi.AzureNative.AwsConnector.Inputs.TargetDescriptionResponse>
The targets.
UnhealthyThresholdCount int
The number of consecutive health check failures required before considering a target unhealthy.
VpcId string
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
HealthCheckEnabled bool
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
HealthCheckIntervalSeconds int
The approximate amount of time, in seconds, between health checks of an individual target.
HealthCheckPath string
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
HealthCheckPort string
The port the load balancer uses when performing health checks on targets.
HealthCheckProtocol string
The protocol the load balancer uses when performing health checks on targets.
HealthCheckTimeoutSeconds int
The amount of time, in seconds, during which no response from a target means a failed health check.
HealthyThresholdCount int
The number of consecutive health checks successes required before considering an unhealthy target healthy.
IpAddressType string
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
LoadBalancerArns []string
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
Matcher MatcherResponse
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
Name string
The name of the target group.
Port int
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
Protocol string
The protocol to use for routing traffic to the targets.
ProtocolVersion string
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
Tags []TagResponse
The tags.
TargetGroupArn string
The ARN of the Target Group
TargetGroupAttributes []TargetGroupAttributeResponse
The attributes.
TargetGroupFullName string
The full name of the target group.
TargetGroupName string
The name of the target group.
TargetType string
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
Targets []TargetDescriptionResponse
The targets.
UnhealthyThresholdCount int
The number of consecutive health check failures required before considering a target unhealthy.
VpcId string
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
healthCheckEnabled Boolean
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
healthCheckIntervalSeconds Integer
The approximate amount of time, in seconds, between health checks of an individual target.
healthCheckPath String
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
healthCheckPort String
The port the load balancer uses when performing health checks on targets.
healthCheckProtocol String
The protocol the load balancer uses when performing health checks on targets.
healthCheckTimeoutSeconds Integer
The amount of time, in seconds, during which no response from a target means a failed health check.
healthyThresholdCount Integer
The number of consecutive health checks successes required before considering an unhealthy target healthy.
ipAddressType String
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
loadBalancerArns List<String>
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
matcher MatcherResponse
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
name String
The name of the target group.
port Integer
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
protocol String
The protocol to use for routing traffic to the targets.
protocolVersion String
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
tags List<TagResponse>
The tags.
targetGroupArn String
The ARN of the Target Group
targetGroupAttributes List<TargetGroupAttributeResponse>
The attributes.
targetGroupFullName String
The full name of the target group.
targetGroupName String
The name of the target group.
targetType String
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
targets List<TargetDescriptionResponse>
The targets.
unhealthyThresholdCount Integer
The number of consecutive health check failures required before considering a target unhealthy.
vpcId String
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
healthCheckEnabled boolean
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
healthCheckIntervalSeconds number
The approximate amount of time, in seconds, between health checks of an individual target.
healthCheckPath string
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
healthCheckPort string
The port the load balancer uses when performing health checks on targets.
healthCheckProtocol string
The protocol the load balancer uses when performing health checks on targets.
healthCheckTimeoutSeconds number
The amount of time, in seconds, during which no response from a target means a failed health check.
healthyThresholdCount number
The number of consecutive health checks successes required before considering an unhealthy target healthy.
ipAddressType string
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
loadBalancerArns string[]
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
matcher MatcherResponse
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
name string
The name of the target group.
port number
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
protocol string
The protocol to use for routing traffic to the targets.
protocolVersion string
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
tags TagResponse[]
The tags.
targetGroupArn string
The ARN of the Target Group
targetGroupAttributes TargetGroupAttributeResponse[]
The attributes.
targetGroupFullName string
The full name of the target group.
targetGroupName string
The name of the target group.
targetType string
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
targets TargetDescriptionResponse[]
The targets.
unhealthyThresholdCount number
The number of consecutive health check failures required before considering a target unhealthy.
vpcId string
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
health_check_enabled bool
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
health_check_interval_seconds int
The approximate amount of time, in seconds, between health checks of an individual target.
health_check_path str
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
health_check_port str
The port the load balancer uses when performing health checks on targets.
health_check_protocol str
The protocol the load balancer uses when performing health checks on targets.
health_check_timeout_seconds int
The amount of time, in seconds, during which no response from a target means a failed health check.
healthy_threshold_count int
The number of consecutive health checks successes required before considering an unhealthy target healthy.
ip_address_type str
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
load_balancer_arns Sequence[str]
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
matcher MatcherResponse
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
name str
The name of the target group.
port int
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
protocol str
The protocol to use for routing traffic to the targets.
protocol_version str
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
tags Sequence[TagResponse]
The tags.
target_group_arn str
The ARN of the Target Group
target_group_attributes Sequence[TargetGroupAttributeResponse]
The attributes.
target_group_full_name str
The full name of the target group.
target_group_name str
The name of the target group.
target_type str
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
targets Sequence[TargetDescriptionResponse]
The targets.
unhealthy_threshold_count int
The number of consecutive health check failures required before considering a target unhealthy.
vpc_id str
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
healthCheckEnabled Boolean
Indicates whether health checks are enabled. If the target type is lambda, health checks are disabled by default but can be enabled. If the target type is instance, ip, or alb, health checks are always enabled and cannot be disabled.
healthCheckIntervalSeconds Number
The approximate amount of time, in seconds, between health checks of an individual target.
healthCheckPath String
[HTTP/HTTPS health checks] The destination for health checks on the targets. [HTTP1 or HTTP2 protocol version] The ping path. The default is /. [GRPC protocol version] The path of a custom health check method with the format /package.service/method. The default is /AWS.ALB/healthcheck.
healthCheckPort String
The port the load balancer uses when performing health checks on targets.
healthCheckProtocol String
The protocol the load balancer uses when performing health checks on targets.
healthCheckTimeoutSeconds Number
The amount of time, in seconds, during which no response from a target means a failed health check.
healthyThresholdCount Number
The number of consecutive health checks successes required before considering an unhealthy target healthy.
ipAddressType String
The type of IP address used for this target group. The possible values are ipv4 and ipv6.
loadBalancerArns List<String>
The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
matcher Property Map
[HTTP/HTTPS health checks] The HTTP or gRPC codes to use when checking for a successful response from a target.
name String
The name of the target group.
port Number
The port on which the targets receive traffic. This port is used unless you specify a port override when registering the target. If the target is a Lambda function, this parameter does not apply. If the protocol is GENEVE, the supported port is 6081.
protocol String
The protocol to use for routing traffic to the targets.
protocolVersion String
[HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
tags List<Property Map>
The tags.
targetGroupArn String
The ARN of the Target Group
targetGroupAttributes List<Property Map>
The attributes.
targetGroupFullName String
The full name of the target group.
targetGroupName String
The name of the target group.
targetType String
The type of target that you must specify when registering targets with this target group. You can't specify targets for a target group using more than one target type.
targets List<Property Map>
The targets.
unhealthyThresholdCount Number
The number of consecutive health check failures required before considering a target unhealthy.
vpcId String
The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.

ElasticLoadBalancingV2TargetGroupProperties
, ElasticLoadBalancingV2TargetGroupPropertiesArgs

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

ElasticLoadBalancingV2TargetGroupPropertiesResponse
, ElasticLoadBalancingV2TargetGroupPropertiesResponseArgs

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

Matcher
, MatcherArgs

GrpcCode string
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
HttpCode string
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
GrpcCode string
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
HttpCode string
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
grpcCode String
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
httpCode String
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
grpcCode string
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
httpCode string
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
grpc_code str
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
http_code str
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
grpcCode String
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
httpCode String
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.

MatcherResponse
, MatcherResponseArgs

GrpcCode string
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
HttpCode string
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
GrpcCode string
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
HttpCode string
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
grpcCode String
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
httpCode String
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
grpcCode string
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
httpCode string
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
grpc_code str
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
http_code str
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.
grpcCode String
You can specify values between 0 and 99. You can specify multiple values, or a range of values. The default value is 12.
httpCode String
For Application Load Balancers, you can specify values between 200 and 499, and the default value is 200. You can specify multiple values or a range of values.

SystemDataResponse
, SystemDataResponseArgs

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

Tag
, TagArgs

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

TagResponse
, TagResponseArgs

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

TargetDescription
, TargetDescriptionArgs

AvailabilityZone string
Id string
Port int
AvailabilityZone string
Id string
Port int
availabilityZone String
id String
port Integer
availabilityZone string
id string
port number
availabilityZone String
id String
port Number

TargetDescriptionResponse
, TargetDescriptionResponseArgs

AvailabilityZone string
Id string
Port int
AvailabilityZone string
Id string
Port int
availabilityZone String
id String
port Integer
availabilityZone string
id string
port number
availabilityZone String
id String
port Number

TargetGroupAttribute
, TargetGroupAttributeArgs

Key string
The value of the attribute.
Value string
The name of the attribute.
Key string
The value of the attribute.
Value string
The name of the attribute.
key String
The value of the attribute.
value String
The name of the attribute.
key string
The value of the attribute.
value string
The name of the attribute.
key str
The value of the attribute.
value str
The name of the attribute.
key String
The value of the attribute.
value String
The name of the attribute.

TargetGroupAttributeResponse
, TargetGroupAttributeResponseArgs

Key string
The value of the attribute.
Value string
The name of the attribute.
Key string
The value of the attribute.
Value string
The name of the attribute.
key String
The value of the attribute.
value String
The name of the attribute.
key string
The value of the attribute.
value string
The name of the attribute.
key str
The value of the attribute.
value str
The name of the attribute.
key String
The value of the attribute.
value String
The name of the attribute.

Import

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

$ pulumi import azure-native:awsconnector:ElasticLoadBalancingV2TargetGroup vxovzlnkinigqarvabyfm /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/elasticLoadBalancingV2TargetGroups/{name} 
Copy

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

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0