getAsset

suspend fun getAsset(argument: GetAssetPlainArgs): GetAssetResult

Information about a specific hardware asset in an Outpost.

Return

A collection of values returned by getAsset.

Parameters

argument

A collection of arguments for invoking getAsset.


suspend fun getAsset(arn: String, assetId: String): GetAssetResult

Return

A collection of values returned by getAsset.

Parameters

arn

Outpost ARN.

assetId

ID of the asset.

See also


suspend fun getAsset(argument: suspend GetAssetPlainArgsBuilder.() -> Unit): GetAssetResult

Return

A collection of values returned by getAsset.

Parameters

argument

Builder for com.pulumi.aws.outposts.kotlin.inputs.GetAssetPlainArgs.

See also