You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-kinesisfirehose-alpha/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ your delivery streams via logs and metrics.
181
181
182
182
Amazon Data Firehose will send logs to CloudWatch when data transformation or data
183
183
delivery fails. The CDK will enable logging by default and create a CloudWatch LogGroup
184
-
and LogStream for your Delivery Stream.
184
+
and LogStream with default settings for your Delivery Stream.
185
185
186
186
When creating a destination, you can provide an `ILoggingConfig`, which can either be an `EnableLogging` or `DisableLogging` instance.
187
187
If you use `EnableLogging`, the CDK will create a CloudWatch LogGroup and LogStream with all CloudFormation default settings for you, or you can optionally
reportNonHotswappableChange(nonHotswappableResources,hotswappableChangeCandidate,undefined,'This resource type is not supported for hotswap deployments');
157
168
}
@@ -233,6 +244,7 @@ async function findNestedHotswappableChanges(
* Represents configuration properties for ECS hotswap deployments
115
+
*/
116
+
exportclassEcsHotswapProperties{
117
+
// The lower limit on the number of your service's tasks that must remain in the RUNNING state during a deployment, as a percentage of the desiredCount
118
+
readonlyminimumHealthyPercent?: number;
119
+
// The upper limit on the number of your service's tasks that are allowed in the RUNNING or PENDING state during a deployment, as a percentage of the desiredCount
0 commit comments