NewCustomerSecret: {
    cipherText: string;
    kmsKeyAliasArn: string;
    kmsKeyArn: string;
}

Type declaration

  • cipherText: string

    The encrypted version of the secret

  • kmsKeyAliasArn: string

    The ARN of the KMS key alias that was used to encrypt the secret

  • kmsKeyArn: string

    The ARN of the KMS key that was used to encrypt the secret