ElasticLoadBalancingV2ListenerArgs

data class ElasticLoadBalancingV2ListenerArgs(val location: Output<String>? = null, val name: Output<String>? = null, val properties: Output<ElasticLoadBalancingV2ListenerPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ElasticLoadBalancingV2ListenerArgs>

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

Import

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

$ pulumi import azure-native:awsconnector:ElasticLoadBalancingV2Listener iohfximiossvuyckrysts /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AwsConnector/elasticLoadBalancingV2Listeners/{name}

Constructors

Link copied to clipboard
constructor(location: Output<String>? = null, name: Output<String>? = null, properties: Output<ElasticLoadBalancingV2ListenerPropertiesArgs>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val location: Output<String>? = null

The geo-location where the resource lives

Link copied to clipboard
val name: Output<String>? = null

Name of ElasticLoadBalancingV2Listener

Link copied to clipboard

The resource-specific properties for this resource.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The name of the resource group. The name is case insensitive.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Resource tags.

Functions

Link copied to clipboard
open override fun toJava(): ElasticLoadBalancingV2ListenerArgs