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-appmesh/lib/tls-certificate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export abstract class MutualTlsCertificate extends TlsCertificate {
}

/**
* Represents a ACM provided TLS certificate
* Represents an ACM provided TLS certificate
*/
class AcmTlsCertificate extends TlsCertificate {
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/cx-api/FEATURE_FLAGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ When this feature flag is disabled, it will keep the root account principal in t

Flag type: New default behavior

When this feature flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service.
When this feature flag is enabled, remove the default deployment alarm settings when creating an AWS ECS service.


| Since | Unset behaves like | Recommended value |
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/cx-api/lib/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ export const FLAGS: Record<string, FlagInfo> = {
type: FlagType.ApiDefault,
summary: 'When enabled, remove default deployment alarm settings',
detailsMd: `
When this feature flag is enabled, remove the default deployment alarm settings when creating a AWS ECS service.
When this feature flag is enabled, remove the default deployment alarm settings when creating an AWS ECS service.
`,
introducedIn: { v2: '2.143.0' },
recommendedValue: true,
Expand Down
Loading