File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/aws-cdk-lib/aws-route53/lib Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export interface HostedZoneProps extends CommonHostedZoneProps {
7070 */
7171export interface ZoneSigningOptions {
7272 /**
73- * The customer-managed KMS key that that will be used to sign the records.
73+ * The customer-managed KMS key that will be used to sign the records.
7474 *
7575 * The KMS Key must be unique for each KSK within a hosted zone. Additionally, the
7676 * KMS key must be an asymetric customer-managed key using the ECC_NIST_P256 algorithm.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export interface KeySigningKeyProps {
1919 readonly hostedZone : IHostedZone ;
2020
2121 /**
22- * The customer-managed KMS key that that will be used to sign the records.
22+ * The customer-managed KMS key that will be used to sign the records.
2323 *
2424 * The KMS Key must be unique for each KSK within a hosted zone. Additionally, the
2525 * KMS key must be an asymetric customer-managed key using the ECC_NIST_P256 algorithm.
You can’t perform that action at this time.
0 commit comments