@awboost/cfn-resource-types 0.1.259 → 0.1.260
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.
|
@@ -14,7 +14,7 @@ export type EFSMountTargetProperties = {
|
|
|
14
14
|
*/
|
|
15
15
|
IpAddress?: string;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* VPC security group IDs, of the form ``sg-xxxxxxxx``. These must be for the same VPC as the subnet specified. The maximum number of security groups depends on account quota. For more information, see [Amazon VPC Quotas](https://docs.aws.amazon.com/vpc/latest/userguide/amazon-vpc-limits.html) in the *Amazon VPC User Guide* (see the *Security Groups* table).
|
|
18
18
|
*/
|
|
19
19
|
SecurityGroups: string[];
|
|
20
20
|
/**
|