pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.ec2.kotlin
/
EipAssociationArgs
/
EipAssociationArgs
Eip
Association
Args
fun
EipAssociationArgs
(
allocationId
:
Output
<
String
>
?
=
null
,
allowReassociation
:
Output
<
Boolean
>
?
=
null
,
instanceId
:
Output
<
String
>
?
=
null
,
networkInterfaceId
:
Output
<
String
>
?
=
null
,
privateIpAddress
:
Output
<
String
>
?
=
null
,
publicIp
:
Output
<
String
>
?
=
null
)