pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.inputs
/
GetEipPlainArgs
Get
Eip
Plain
Args
data
class
GetEipPlainArgs
(
val
allocationId
:
String
,
val
publicIp
:
String
)
:
ConvertibleToJava
<
GetEipPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Eip
Plain
Args
Link copied to clipboard
fun
GetEipPlainArgs
(
allocationId
:
String
,
publicIp
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEipPlainArgs
Properties
allocation
Id
Link copied to clipboard
val
allocationId
:
String
The Allocation ID of the EIP generated by resource.
public
Ip
Link copied to clipboard
val
publicIp
:
String
The PublicIP of the EIP generated by resource.