getCell

suspend fun getCell(argument: GetCellPlainArgs): GetCellResult

The API Schema for AWS Route53 Recovery Readiness Cells.

Return

null

Parameters

argument

null


suspend fun getCell(cellName: String): GetCellResult

Return

null

Parameters

cellName

The name of the cell to create.

See also


suspend fun getCell(argument: suspend GetCellPlainArgsBuilder.() -> Unit): GetCellResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.route53recoveryreadiness.kotlin.inputs.GetCellPlainArgs.

See also