pulumi-aws-kotlin
6.12.2.0
pulumi-aws-kotlin
/
com.pulumi.aws.verifiedaccess.kotlin.outputs
/
EndpointLoadBalancerOptions
Endpoint
Load
Balancer
Options
data
class
EndpointLoadBalancerOptions
(
val
loadBalancerArn
:
String
?
=
null
,
val
port
:
Int
?
=
null
,
val
protocol
:
String
?
=
null
,
val
subnetIds
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Endpoint
Load
Balancer
Options
Link copied to clipboard
fun
EndpointLoadBalancerOptions
(
loadBalancerArn
:
String
?
=
null
,
port
:
Int
?
=
null
,
protocol
:
String
?
=
null
,
subnetIds
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
load
Balancer
Arn
Link copied to clipboard
val
loadBalancerArn
:
String
?
=
null
port
Link copied to clipboard
val
port
:
Int
?
=
null
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
subnet
Ids
Link copied to clipboard
val
subnetIds
:
List
<
String
>
?
=
null