getCrl

suspend fun getCrl(argument: GetCrlPlainArgs): GetCrlResult

Definition of AWS::RolesAnywhere::CRL Resource Type

Return

null

Parameters

argument

null


suspend fun getCrl(crlId: String): GetCrlResult

Return

null

Parameters

crlId

The unique primary identifier of the Crl

See also


suspend fun getCrl(argument: suspend GetCrlPlainArgsBuilder.() -> Unit): GetCrlResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.rolesanywhere.kotlin.inputs.GetCrlPlainArgs.

See also