Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-route53/lib/hosted-zone.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export interface HostedZoneProps extends CommonHostedZoneProps {
*/
export interface ZoneSigningOptions {
/**
* The customer-managed KMS key that that will be used to sign the records.
* The customer-managed KMS key that will be used to sign the records.
*
* The KMS Key must be unique for each KSK within a hosted zone. Additionally, the
* KMS key must be an asymetric customer-managed key using the ECC_NIST_P256 algorithm.
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-route53/lib/key-signing-key.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export interface KeySigningKeyProps {
readonly hostedZone: IHostedZone;

/**
* The customer-managed KMS key that that will be used to sign the records.
* The customer-managed KMS key that will be used to sign the records.
*
* The KMS Key must be unique for each KSK within a hosted zone. Additionally, the
* KMS key must be an asymetric customer-managed key using the ECC_NIST_P256 algorithm.
Expand Down
Loading