@awboost/cfntypes 0.100.376 → 0.100.377
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71180,7 +71180,7 @@ export type ECSCapacityProviderManagedInstancesMonitoringOptions = "BASIC" | "DE
|
|
|
71180
71180
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesnetworkconfiguration.html}
|
|
71181
71181
|
*/
|
|
71182
71182
|
export type ECSCapacityProviderManagedInstancesNetworkConfiguration = {
|
|
71183
|
-
SecurityGroups
|
|
71183
|
+
SecurityGroups: string[];
|
|
71184
71184
|
Subnets: string[];
|
|
71185
71185
|
};
|
|
71186
71186
|
/**
|