Skip to content

Commit 84bb213

Browse files
committed
Update kms_id to sse_kms_key_id
This is based on reviewer feedback.
1 parent 696d220 commit 84bb213

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

openapi-v2.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,9 +1623,9 @@ definitions:
16231623
x-nullable: true
16241624
type: string
16251625
example: "https://example.us-west-2.amazonaws.com"
1626-
kms_id:
1626+
sse_kms_key_id:
16271627
x-nullable: true
1628-
description: "The kms arn to use with this credential"
1628+
description: "The key ID, key ARN, or key alias of the AWS KMS key to use with this credential"
16291629
type: string
16301630
example: "arn:aws:kms:us-east-1:1234:key/mykey"
16311631

@@ -1683,9 +1683,9 @@ definitions:
16831683
description: "The endpoint used for this role"
16841684
type: string
16851685
example: "https://example.us-west-2.amazonaws.com"
1686-
kms_id:
1686+
sse_kms_key_id:
16871687
x-nullable: true
1688-
description: "The kms arn to use with this role"
1688+
description: "The key ID, key ARN, or key alias of the AWS KMS key to use with this credential"
16891689
type: string
16901690
example: "arn:aws:kms:us-east-1:1234:key/mykey"
16911691

0 commit comments

Comments
 (0)