pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.transfer.kotlin.inputs
/
GetAgreementPlainArgs
Get
Agreement
Plain
Args
data
class
GetAgreementPlainArgs
(
val
agreementId
:
String
,
val
serverId
:
String
)
:
ConvertibleToJava
<
GetAgreementPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Agreement
Plain
Args
Link copied to clipboard
fun
GetAgreementPlainArgs
(
agreementId
:
String
,
serverId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetAgreementPlainArgs
Properties
agreement
Id
Link copied to clipboard
val
agreementId
:
String
A unique identifier for the agreement.
server
Id
Link copied to clipboard
val
serverId
:
String
A unique identifier for the server.