getHost

suspend fun getHost(argument: GetHostPlainArgs): GetHostResult

Resource Type definition for AWS::EC2::Host

Return

null

Parameters

argument

null


suspend fun getHost(hostId: String): GetHostResult

Return

null

Parameters

hostId

ID of the host created.

See also


suspend fun getHost(argument: suspend GetHostPlainArgsBuilder.() -> Unit): GetHostResult

Return

null

Parameters

argument

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

See also