azure-native.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" },
},
});
});
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
})
}
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());
}
}
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",
})
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",
},
});
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
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 string
- The unique name of the resource.
- args ElasticLoadBalancingV2TargetGroupArgs
- 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 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 string
- The unique name of the resource.
- args ElasticLoadBalancingV2TargetGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ElasticLoadBalancingV2TargetGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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 = new AzureNative.AwsConnector.Inputs.ElasticLoadBalancingV2TargetGroupPropertiesArgs
{
Arn = "string",
AwsAccountId = "string",
AwsProperties = new AzureNative.AwsConnector.Inputs.AwsElasticLoadBalancingV2TargetGroupPropertiesArgs
{
HealthCheckEnabled = false,
HealthCheckIntervalSeconds = 0,
HealthCheckPath = "string",
HealthCheckPort = "string",
HealthCheckProtocol = "string",
HealthCheckTimeoutSeconds = 0,
HealthyThresholdCount = 0,
IpAddressType = "string",
LoadBalancerArns = new[]
{
"string",
},
Matcher = new AzureNative.AwsConnector.Inputs.MatcherArgs
{
GrpcCode = "string",
HttpCode = "string",
},
Name = "string",
Port = 0,
Protocol = "string",
ProtocolVersion = "string",
Tags = new[]
{
new AzureNative.AwsConnector.Inputs.TagArgs
{
Key = "string",
Value = "string",
},
},
TargetGroupArn = "string",
TargetGroupAttributes = new[]
{
new AzureNative.AwsConnector.Inputs.TargetGroupAttributeArgs
{
Key = "string",
Value = "string",
},
},
TargetGroupFullName = "string",
TargetGroupName = "string",
TargetType = "string",
Targets = new[]
{
new AzureNative.AwsConnector.Inputs.TargetDescriptionArgs
{
AvailabilityZone = "string",
Id = "string",
Port = 0,
},
},
UnhealthyThresholdCount = 0,
VpcId = "string",
},
AwsRegion = "string",
AwsSourceSchema = "string",
AwsTags =
{
{ "string", "string" },
},
PublicCloudConnectorsResourceId = "string",
PublicCloudResourceName = "string",
},
Tags =
{
{ "string", "string" },
},
});
example, err := awsconnector.NewElasticLoadBalancingV2TargetGroup(ctx, "elasticLoadBalancingV2TargetGroupResource", &awsconnector.ElasticLoadBalancingV2TargetGroupArgs{
ResourceGroupName: pulumi.String("string"),
Location: pulumi.String("string"),
Name: pulumi.String("string"),
Properties: &awsconnector.ElasticLoadBalancingV2TargetGroupPropertiesArgs{
Arn: pulumi.String("string"),
AwsAccountId: pulumi.String("string"),
AwsProperties: &awsconnector.AwsElasticLoadBalancingV2TargetGroupPropertiesArgs{
HealthCheckEnabled: pulumi.Bool(false),
HealthCheckIntervalSeconds: pulumi.Int(0),
HealthCheckPath: pulumi.String("string"),
HealthCheckPort: pulumi.String("string"),
HealthCheckProtocol: pulumi.String("string"),
HealthCheckTimeoutSeconds: pulumi.Int(0),
HealthyThresholdCount: pulumi.Int(0),
IpAddressType: pulumi.String("string"),
LoadBalancerArns: pulumi.StringArray{
pulumi.String("string"),
},
Matcher: &awsconnector.MatcherArgs{
GrpcCode: pulumi.String("string"),
HttpCode: pulumi.String("string"),
},
Name: pulumi.String("string"),
Port: pulumi.Int(0),
Protocol: pulumi.String("string"),
ProtocolVersion: pulumi.String("string"),
Tags: awsconnector.TagArray{
&awsconnector.TagArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TargetGroupArn: pulumi.String("string"),
TargetGroupAttributes: awsconnector.TargetGroupAttributeArray{
&awsconnector.TargetGroupAttributeArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
TargetGroupFullName: pulumi.String("string"),
TargetGroupName: pulumi.String("string"),
TargetType: pulumi.String("string"),
Targets: awsconnector.TargetDescriptionArray{
&awsconnector.TargetDescriptionArgs{
AvailabilityZone: pulumi.String("string"),
Id: pulumi.String("string"),
Port: pulumi.Int(0),
},
},
UnhealthyThresholdCount: pulumi.Int(0),
VpcId: 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 elasticLoadBalancingV2TargetGroupResource = new ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroupResource", ElasticLoadBalancingV2TargetGroupArgs.builder()
.resourceGroupName("string")
.location("string")
.name("string")
.properties(ElasticLoadBalancingV2TargetGroupPropertiesArgs.builder()
.arn("string")
.awsAccountId("string")
.awsProperties(AwsElasticLoadBalancingV2TargetGroupPropertiesArgs.builder()
.healthCheckEnabled(false)
.healthCheckIntervalSeconds(0)
.healthCheckPath("string")
.healthCheckPort("string")
.healthCheckProtocol("string")
.healthCheckTimeoutSeconds(0)
.healthyThresholdCount(0)
.ipAddressType("string")
.loadBalancerArns("string")
.matcher(MatcherArgs.builder()
.grpcCode("string")
.httpCode("string")
.build())
.name("string")
.port(0)
.protocol("string")
.protocolVersion("string")
.tags(TagArgs.builder()
.key("string")
.value("string")
.build())
.targetGroupArn("string")
.targetGroupAttributes(TargetGroupAttributeArgs.builder()
.key("string")
.value("string")
.build())
.targetGroupFullName("string")
.targetGroupName("string")
.targetType("string")
.targets(TargetDescriptionArgs.builder()
.availabilityZone("string")
.id("string")
.port(0)
.build())
.unhealthyThresholdCount(0)
.vpcId("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_target_group_resource = azure_native.awsconnector.ElasticLoadBalancingV2TargetGroup("elasticLoadBalancingV2TargetGroupResource",
resource_group_name="string",
location="string",
name="string",
properties={
"arn": "string",
"aws_account_id": "string",
"aws_properties": {
"health_check_enabled": False,
"health_check_interval_seconds": 0,
"health_check_path": "string",
"health_check_port": "string",
"health_check_protocol": "string",
"health_check_timeout_seconds": 0,
"healthy_threshold_count": 0,
"ip_address_type": "string",
"load_balancer_arns": ["string"],
"matcher": {
"grpc_code": "string",
"http_code": "string",
},
"name": "string",
"port": 0,
"protocol": "string",
"protocol_version": "string",
"tags": [{
"key": "string",
"value": "string",
}],
"target_group_arn": "string",
"target_group_attributes": [{
"key": "string",
"value": "string",
}],
"target_group_full_name": "string",
"target_group_name": "string",
"target_type": "string",
"targets": [{
"availability_zone": "string",
"id": "string",
"port": 0,
}],
"unhealthy_threshold_count": 0,
"vpc_id": "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 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",
},
});
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
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:
- Resource
Group 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 ElasticLoadBalancingV2TargetGroup
- Properties
Pulumi.
Azure Native. Aws Connector. Inputs. Elastic Load Balancing V2Target Group Properties - The resource-specific properties for this resource.
- Dictionary<string, string>
- Resource tags.
- Resource
Group 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 ElasticLoadBalancingV2TargetGroup
- Properties
Elastic
Load Balancing V2Target Group Properties Args - The resource-specific properties for this resource.
- map[string]string
- Resource tags.
- resource
Group 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 ElasticLoadBalancingV2TargetGroup
- properties
Elastic
Load Balancing V2Target Group Properties - The resource-specific properties for this resource.
- Map<String,String>
- Resource tags.
- resource
Group 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 ElasticLoadBalancingV2TargetGroup
- properties
Elastic
Load Balancing V2Target Group 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 ElasticLoadBalancingV2TargetGroup
- properties
Elastic
Load Balancing V2Target Group Properties Args - The resource-specific properties for this resource.
- Mapping[str, str]
- Resource tags.
- resource
Group 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 ElasticLoadBalancingV2TargetGroup
- 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 ElasticLoadBalancingV2TargetGroup resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- System
Data 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.
- System
Data 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.
- system
Data 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.
- system
Data 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.
- system
Data 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
- Health
Check boolEnabled - 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 intInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- Health
Check stringPath - [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 stringPort - The port the load balancer uses when performing health checks on targets.
- Health
Check stringProtocol - The protocol the load balancer uses when performing health checks on targets.
- Health
Check intTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- Healthy
Threshold intCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- Ip
Address stringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- Load
Balancer List<string>Arns - The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
- Matcher
Pulumi.
Azure Native. Aws Connector. 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.
- Protocol
Version string - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag> - The tags.
- Target
Group stringArn - The ARN of the Target Group
- Target
Group List<Pulumi.Attributes Azure Native. Aws Connector. Inputs. Target Group Attribute> - The attributes.
- Target
Group stringFull Name - The full name of the target group.
- Target
Group stringName - The name of the target group.
- Target
Type 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.
Azure Native. Aws Connector. Inputs. Target Description> - The targets.
- Unhealthy
Threshold intCount - The number of consecutive health check failures required before considering a target unhealthy.
- Vpc
Id string - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
- Health
Check boolEnabled - 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 intInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- Health
Check stringPath - [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 stringPort - The port the load balancer uses when performing health checks on targets.
- Health
Check stringProtocol - The protocol the load balancer uses when performing health checks on targets.
- Health
Check intTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- Healthy
Threshold intCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- Ip
Address stringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- Load
Balancer []stringArns - 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.
- Protocol
Version string - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- []Tag
- The tags.
- Target
Group stringArn - The ARN of the Target Group
- Target
Group []TargetAttributes Group Attribute - The attributes.
- Target
Group stringFull Name - The full name of the target group.
- Target
Group stringName - The name of the target group.
- Target
Type 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
[]Target
Description - The targets.
- Unhealthy
Threshold intCount - The number of consecutive health check failures required before considering a target unhealthy.
- Vpc
Id string - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
- health
Check BooleanEnabled - 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 IntegerInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- health
Check StringPath - [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 StringPort - The port the load balancer uses when performing health checks on targets.
- health
Check StringProtocol - The protocol the load balancer uses when performing health checks on targets.
- health
Check IntegerTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- healthy
Threshold IntegerCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- ip
Address StringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- load
Balancer List<String>Arns - 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.
- protocol
Version String - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- List<Tag>
- The tags.
- target
Group StringArn - The ARN of the Target Group
- target
Group List<TargetAttributes Group Attribute> - The attributes.
- target
Group StringFull Name - The full name of the target group.
- target
Group StringName - The name of the target group.
- target
Type 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<Target
Description> - The targets.
- unhealthy
Threshold IntegerCount - The number of consecutive health check failures required before considering a target unhealthy.
- vpc
Id String - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
- health
Check booleanEnabled - 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 numberInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- health
Check stringPath - [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 stringPort - The port the load balancer uses when performing health checks on targets.
- health
Check stringProtocol - The protocol the load balancer uses when performing health checks on targets.
- health
Check numberTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- healthy
Threshold numberCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- ip
Address stringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- load
Balancer string[]Arns - 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.
- protocol
Version string - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- Tag[]
- The tags.
- target
Group stringArn - The ARN of the Target Group
- target
Group TargetAttributes Group Attribute[] - The attributes.
- target
Group stringFull Name - The full name of the target group.
- target
Group stringName - The name of the target group.
- target
Type 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
Target
Description[] - The targets.
- unhealthy
Threshold numberCount - The number of consecutive health check failures required before considering a target unhealthy.
- vpc
Id string - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
- health_
check_ boolenabled - 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_ intinterval_ seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- health_
check_ strpath - [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_ strport - The port the load balancer uses when performing health checks on targets.
- health_
check_ strprotocol - The protocol the load balancer uses when performing health checks on targets.
- health_
check_ inttimeout_ seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- healthy_
threshold_ intcount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- ip_
address_ strtype - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- load_
balancer_ Sequence[str]arns - 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.
- Sequence[Tag]
- The tags.
- target_
group_ strarn - The ARN of the Target Group
- target_
group_ Sequence[Targetattributes Group Attribute] - The attributes.
- target_
group_ strfull_ name - The full name of the target group.
- target_
group_ strname - 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[Target
Description] - The targets.
- unhealthy_
threshold_ intcount - 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.
- health
Check BooleanEnabled - 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 NumberInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- health
Check StringPath - [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 StringPort - The port the load balancer uses when performing health checks on targets.
- health
Check StringProtocol - The protocol the load balancer uses when performing health checks on targets.
- health
Check NumberTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- healthy
Threshold NumberCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- ip
Address StringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- load
Balancer List<String>Arns - 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.
- protocol
Version String - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- List<Property Map>
- The tags.
- target
Group StringArn - The ARN of the Target Group
- target
Group List<Property Map>Attributes - The attributes.
- target
Group StringFull Name - The full name of the target group.
- target
Group StringName - The name of the target group.
- target
Type 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.
- unhealthy
Threshold NumberCount - The number of consecutive health check failures required before considering a target unhealthy.
- vpc
Id String - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
AwsElasticLoadBalancingV2TargetGroupPropertiesResponse, AwsElasticLoadBalancingV2TargetGroupPropertiesResponseArgs
- Health
Check boolEnabled - 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 intInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- Health
Check stringPath - [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 stringPort - The port the load balancer uses when performing health checks on targets.
- Health
Check stringProtocol - The protocol the load balancer uses when performing health checks on targets.
- Health
Check intTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- Healthy
Threshold intCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- Ip
Address stringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- Load
Balancer List<string>Arns - The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
- Matcher
Pulumi.
Azure Native. Aws Connector. Inputs. Matcher Response - [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.
- Protocol
Version string - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- List<Pulumi.
Azure Native. Aws Connector. Inputs. Tag Response> - The tags.
- Target
Group stringArn - The ARN of the Target Group
- Target
Group List<Pulumi.Attributes Azure Native. Aws Connector. Inputs. Target Group Attribute Response> - The attributes.
- Target
Group stringFull Name - The full name of the target group.
- Target
Group stringName - The name of the target group.
- Target
Type 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.
Azure Native. Aws Connector. Inputs. Target Description Response> - The targets.
- Unhealthy
Threshold intCount - The number of consecutive health check failures required before considering a target unhealthy.
- Vpc
Id string - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
- Health
Check boolEnabled - 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 intInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- Health
Check stringPath - [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 stringPort - The port the load balancer uses when performing health checks on targets.
- Health
Check stringProtocol - The protocol the load balancer uses when performing health checks on targets.
- Health
Check intTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- Healthy
Threshold intCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- Ip
Address stringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- Load
Balancer []stringArns - The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
- Matcher
Matcher
Response - [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.
- Protocol
Version string - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- []Tag
Response - The tags.
- Target
Group stringArn - The ARN of the Target Group
- Target
Group []TargetAttributes Group Attribute Response - The attributes.
- Target
Group stringFull Name - The full name of the target group.
- Target
Group stringName - The name of the target group.
- Target
Type 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
[]Target
Description Response - The targets.
- Unhealthy
Threshold intCount - The number of consecutive health check failures required before considering a target unhealthy.
- Vpc
Id string - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
- health
Check BooleanEnabled - 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 IntegerInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- health
Check StringPath - [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 StringPort - The port the load balancer uses when performing health checks on targets.
- health
Check StringProtocol - The protocol the load balancer uses when performing health checks on targets.
- health
Check IntegerTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- healthy
Threshold IntegerCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- ip
Address StringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- load
Balancer List<String>Arns - The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
- matcher
Matcher
Response - [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.
- protocol
Version String - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- List<Tag
Response> - The tags.
- target
Group StringArn - The ARN of the Target Group
- target
Group List<TargetAttributes Group Attribute Response> - The attributes.
- target
Group StringFull Name - The full name of the target group.
- target
Group StringName - The name of the target group.
- target
Type 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<Target
Description Response> - The targets.
- unhealthy
Threshold IntegerCount - The number of consecutive health check failures required before considering a target unhealthy.
- vpc
Id String - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
- health
Check booleanEnabled - 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 numberInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- health
Check stringPath - [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 stringPort - The port the load balancer uses when performing health checks on targets.
- health
Check stringProtocol - The protocol the load balancer uses when performing health checks on targets.
- health
Check numberTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- healthy
Threshold numberCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- ip
Address stringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- load
Balancer string[]Arns - The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
- matcher
Matcher
Response - [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.
- protocol
Version string - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- Tag
Response[] - The tags.
- target
Group stringArn - The ARN of the Target Group
- target
Group TargetAttributes Group Attribute Response[] - The attributes.
- target
Group stringFull Name - The full name of the target group.
- target
Group stringName - The name of the target group.
- target
Type 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
Target
Description Response[] - The targets.
- unhealthy
Threshold numberCount - The number of consecutive health check failures required before considering a target unhealthy.
- vpc
Id string - The identifier of the virtual private cloud (VPC). If the target is a Lambda function, this parameter does not apply.
- health_
check_ boolenabled - 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_ intinterval_ seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- health_
check_ strpath - [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_ strport - The port the load balancer uses when performing health checks on targets.
- health_
check_ strprotocol - The protocol the load balancer uses when performing health checks on targets.
- health_
check_ inttimeout_ seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- healthy_
threshold_ intcount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- ip_
address_ strtype - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- load_
balancer_ Sequence[str]arns - The Amazon Resource Names (ARNs) of the load balancers that route traffic to this target group.
- matcher
Matcher
Response - [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.
- Sequence[Tag
Response] - The tags.
- target_
group_ strarn - The ARN of the Target Group
- target_
group_ Sequence[Targetattributes Group Attribute Response] - The attributes.
- target_
group_ strfull_ name - The full name of the target group.
- target_
group_ strname - 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[Target
Description Response] - The targets.
- unhealthy_
threshold_ intcount - 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.
- health
Check BooleanEnabled - 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 NumberInterval Seconds - The approximate amount of time, in seconds, between health checks of an individual target.
- health
Check StringPath - [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 StringPort - The port the load balancer uses when performing health checks on targets.
- health
Check StringProtocol - The protocol the load balancer uses when performing health checks on targets.
- health
Check NumberTimeout Seconds - The amount of time, in seconds, during which no response from a target means a failed health check.
- healthy
Threshold NumberCount - The number of consecutive health checks successes required before considering an unhealthy target healthy.
- ip
Address StringType - The type of IP address used for this target group. The possible values are ipv4 and ipv6.
- load
Balancer List<String>Arns - 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.
- protocol
Version String - [HTTP/HTTPS protocol] The protocol version. The possible values are GRPC, HTTP1, and HTTP2.
- List<Property Map>
- The tags.
- target
Group StringArn - The ARN of the Target Group
- target
Group List<Property Map>Attributes - The attributes.
- target
Group StringFull Name - The full name of the target group.
- target
Group StringName - The name of the target group.
- target
Type 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.
- unhealthy
Threshold NumberCount - The number of consecutive health check failures required before considering a target unhealthy.
- vpc
Id 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)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Elastic Load Balancing V2Target Group Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsElastic Load Balancing V2Target Group Properties - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsElastic Load Balancing V2Target Group Properties - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsElastic Load Balancing V2Target Group Properties - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud stringResource Name - Public Cloud Resource Name
- arn str
- Amazon Resource Name (ARN)
- aws_
account_ strid - AWS Account ID
- aws_
properties AwsElastic Load Balancing V2Target Group 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)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
ElasticLoadBalancingV2TargetGroupPropertiesResponse, ElasticLoadBalancingV2TargetGroupPropertiesResponseArgs
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties Pulumi.Azure Native. Aws Connector. Inputs. Aws Elastic Load Balancing V2Target Group Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- Dictionary<string, string>
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- Provisioning
State string - The status of the last operation.
- Arn string
- Amazon Resource Name (ARN)
- Aws
Account stringId - AWS Account ID
- Aws
Properties AwsElastic Load Balancing V2Target Group Properties Response - AWS Properties
- Aws
Region string - AWS Region
- Aws
Source stringSchema - AWS Source Schema
- map[string]string
- AWS Tags
- Public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- Public
Cloud stringResource Name - Public Cloud Resource Name
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties AwsElastic Load Balancing V2Target Group Properties Response - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String,String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
- provisioning
State string - The status of the last operation.
- arn string
- Amazon Resource Name (ARN)
- aws
Account stringId - AWS Account ID
- aws
Properties AwsElastic Load Balancing V2Target Group Properties Response - AWS Properties
- aws
Region string - AWS Region
- aws
Source stringSchema - AWS Source Schema
- {[key: string]: string}
- AWS Tags
- public
Cloud stringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud 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 V2Target Group 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
- provisioning
State String - The status of the last operation.
- arn String
- Amazon Resource Name (ARN)
- aws
Account StringId - AWS Account ID
- aws
Properties Property Map - AWS Properties
- aws
Region String - AWS Region
- aws
Source StringSchema - AWS Source Schema
- Map<String>
- AWS Tags
- public
Cloud StringConnectors Resource Id - Public Cloud Connectors Resource ID
- public
Cloud StringResource Name - Public Cloud Resource Name
Matcher, MatcherArgs
- Grpc
Code string - 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 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 string - 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 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 String - 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 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 string - 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 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.
- grpc
Code String - 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 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
- Grpc
Code string - 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 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 string - 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 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 String - 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 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 string - 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 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.
- grpc
Code String - 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 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
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified 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 -.
TargetDescription, TargetDescriptionArgs
- Availability
Zone string - Id string
- Port int
- Availability
Zone string - Id string
- Port int
- availability
Zone String - id String
- port Integer
- availability
Zone string - id string
- port number
- availability_
zone str - id str
- port int
- availability
Zone String - id String
- port Number
TargetDescriptionResponse, TargetDescriptionResponseArgs
- Availability
Zone string - Id string
- Port int
- Availability
Zone string - Id string
- Port int
- availability
Zone String - id String
- port Integer
- availability
Zone string - id string
- port number
- availability_
zone str - id str
- port int
- availability
Zone String - id String
- port Number
TargetGroupAttribute, TargetGroupAttributeArgs
TargetGroupAttributeResponse, TargetGroupAttributeResponseArgs
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}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0