# Functions

FilterKeyIDs filters a list of key IDs using the given filter function.
IsMrkArnEqual compares two MRK ARNs Spec: [aws-kms-mrk-match-for-decrypt] Given two KMS key arns, determines whether they refer to related KMS MRKs.
IsValidMrkArn checks if the given string can be a valid MRK ARN Spec: [aws-kms-key-arn] [aws-kms-key-arn]: https://github.com/awslabs/aws-encryption-sdk-specification/blob/c35fbd91b28303d69813119088c44b5006395eb4/framework/aws-kms/aws-kms-key-arn.md#identifying-an-an-aws-kms-multi-region-arn.
IsValidMrkIdentifier checks if the given string can be a valid MRK identifier Spec: [aws-kms-key-arn] [aws-kms-key-arn]: https://github.com/awslabs/aws-encryption-sdk-specification/blob/c35fbd91b28303d69813119088c44b5006395eb4/framework/aws-kms/aws-kms-key-arn.md#identifying-an-an-aws-kms-multi-region-identifier.
KeyResourceEqual checks if the given key ARNs refer to the same KMS MRK resourceID.
ParseArn parses str string as an ARN (KeyArn).
ValidateKeyArn validates the keyID as an ARN.

# Constants

No description provided by the author

# Variables

ErrMalformedArn is returned when the ARN is malformed.

# Structs

KeyArn represents an AWS Key ARN.

# Type aliases

FilterFunc is a function that filters a string.