getEip

suspend fun getEip(argument: GetEipPlainArgs): GetEipResult

Resource Type definition for AWS::EC2::EIP

Return

null

Parameters

argument

null


suspend fun getEip(allocationId: String, publicIp: String): GetEipResult

Return

null

See also

Parameters

allocationId

The Allocation ID of the EIP generated by resource.

publicIp

The PublicIP of the EIP generated by resource.


suspend fun getEip(argument: suspend GetEipPlainArgsBuilder.() -> Unit): GetEipResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.awsnative.ec2.kotlin.inputs.GetEipPlainArgs.