pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.inputs
/
GetIpamAllocationPlainArgs
Get
Ipam
Allocation
Plain
Args
data
class
GetIpamAllocationPlainArgs
(
val
cidr
:
String
,
val
ipamPoolAllocationId
:
String
,
val
ipamPoolId
:
String
)
:
ConvertibleToJava
<
GetIpamAllocationPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Ipam
Allocation
Plain
Args
Link copied to clipboard
fun
GetIpamAllocationPlainArgs
(
cidr
:
String
,
ipamPoolAllocationId
:
String
,
ipamPoolId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetIpamAllocationPlainArgs
Properties
cidr
Link copied to clipboard
val
cidr
:
String
ipam
Pool
Allocation
Id
Link copied to clipboard
val
ipamPoolAllocationId
:
String
Id of the allocation.
ipam
Pool
Id
Link copied to clipboard
val
ipamPoolId
:
String
Id of the IPAM Pool.