@awboost/cfn-resource-types 0.1.133 → 0.1.134
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.
|
@@ -24,7 +24,7 @@ export type EC2NetworkAclAttributes = {
|
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
26
|
* Type definition for `AWS::EC2::NetworkAcl.Tag`.
|
|
27
|
-
* Specifies a tag. For more information, see [
|
|
27
|
+
* Specifies a tag. For more information, see [Resource tags](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
|
|
28
28
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkacl-tag.html}
|
|
29
29
|
*/
|
|
30
30
|
export type Tag = {
|
|
@@ -25,7 +25,7 @@ export type EC2RouteTableAttributes = {
|
|
|
25
25
|
};
|
|
26
26
|
/**
|
|
27
27
|
* Type definition for `AWS::EC2::RouteTable.Tag`.
|
|
28
|
-
* Specifies a tag. For more information, see [
|
|
28
|
+
* Specifies a tag. For more information, see [Resource tags](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html).
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-routetable-tag.html}
|
|
30
30
|
*/
|
|
31
31
|
export type Tag = {
|