getKey

suspend fun getKey(argument: GetKeyPlainArgs): GetKeyResult

The AWS::KMS::Key resource specifies an AWS KMS key in AWS Key Management Service (AWS KMS). Authorized users can use the AWS KMS key to encrypt and decrypt small amounts of data (up to 4096 bytes), but they are more commonly used to generate data keys. You can also use AWS KMS keys to encrypt data stored in AWS services that are integrated with AWS KMS or within their applications.

Return

null

Parameters

argument

null


suspend fun getKey(keyId: String): GetKeyResult

Return

null

See also

Parameters

keyId

suspend fun getKey(argument: suspend GetKeyPlainArgsBuilder.() -> Unit): GetKeyResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.awsnative.kms.kotlin.inputs.GetKeyPlainArgs.