toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elasticloadbalancing.kotlin.inputs
/
SslNegotiationPolicyAttributeArgs
Ssl
Negotiation
Policy
Attribute
Args
data
class
SslNegotiationPolicyAttributeArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
SslNegotiationPolicyAttributeArgs
>
Members
Constructors
Ssl
Negotiation
Policy
Attribute
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the attribute
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the attribute
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
SslNegotiationPolicyAttributeArgs