@awboost/cfn-resource-types 0.1.475 → 0.1.476

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.
@@ -192,6 +192,19 @@ export type Source = {
192
192
  */
193
193
  SubnetIds: string[];
194
194
  };
195
+ /**
196
+ * Configuration for VPC metrics source
197
+ */
198
+ VpcConfiguration?: {
199
+ /**
200
+ * List of security group IDs
201
+ */
202
+ SecurityGroupIds: string[];
203
+ /**
204
+ * List of subnet IDs
205
+ */
206
+ SubnetIds: string[];
207
+ };
195
208
  };
196
209
  /**
197
210
  * Type definition for `AWS::APS::Scraper.Tag`.
@@ -83,7 +83,7 @@ export type CloudTrailTrailAttributes = {
83
83
  };
84
84
  /**
85
85
  * Type definition for `AWS::CloudTrail::Trail.AdvancedEventSelector`.
86
- * Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.
86
+ * Advanced event selectors let you create fine-grained selectors for the following AWS CloudTrail event record fields. They help you control costs by logging only those events that are important to you.
87
87
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-advancedeventselector.html}
88
88
  */
89
89
  export type AdvancedEventSelector = {
@@ -23,6 +23,10 @@ export type DSQLClusterProperties = {
23
23
  */
24
24
  WitnessRegion?: string;
25
25
  };
26
+ /**
27
+ * The IAM policy applied to the cluster resource.
28
+ */
29
+ PolicyDocument?: string;
26
30
  Tags?: Tag[];
27
31
  };
28
32
  /**
@@ -55,6 +59,10 @@ export type DSQLClusterAttributes = {
55
59
  * The ID of the created cluster.
56
60
  */
57
61
  Identifier: string;
62
+ /**
63
+ * The version number of the cluster's resource based policy
64
+ */
65
+ PolicyVersion: string;
58
66
  /**
59
67
  * The Amazon Resource Name (ARN) for the cluster.
60
68
  */
@@ -46,7 +46,7 @@ export type EC2FlowLogProperties = {
46
46
  /**
47
47
  * The type of resource for which to create the flow log. For example, if you specified a VPC ID for the ResourceId property, specify VPC for this property.
48
48
  */
49
- ResourceType: "NetworkInterface" | "Subnet" | "VPC" | "TransitGateway" | "TransitGatewayAttachment";
49
+ ResourceType: "NetworkInterface" | "Subnet" | "VPC" | "TransitGateway" | "TransitGatewayAttachment" | "RegionalNatGateway";
50
50
  /**
51
51
  * The tags to apply to the flow logs.
52
52
  */
@@ -5,7 +5,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * Adds or updates an inline policy document that is embedded in the specified IAM group, user or role.
6
6
  An IAM user can also have a managed policy attached to it. For information about policies, see [Managed Policies and Inline Policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the *User Guide*.
7
7
  The Groups, Roles, and Users properties are optional. However, you must specify at least one of these properties.
8
- For information about policy documents see [Creating policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *User Guide*.
8
+ For information about policy documents, see [Creating policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *User Guide*.
9
9
  For information about limits on the number of inline policies that you can embed in an identity, see [Limitations on Entities](https://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the *User Guide*.
10
10
  This resource does not support [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html). The following inline policy resource types support drift detection:
11
11
  + [AWS::IAM::GroupPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-grouppolicy.html)
@@ -59,7 +59,7 @@ export type IAMPolicyAttributes = {
59
59
  * Adds or updates an inline policy document that is embedded in the specified IAM group, user or role.
60
60
  An IAM user can also have a managed policy attached to it. For information about policies, see [Managed Policies and Inline Policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the *User Guide*.
61
61
  The Groups, Roles, and Users properties are optional. However, you must specify at least one of these properties.
62
- For information about policy documents see [Creating policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *User Guide*.
62
+ For information about policy documents, see [Creating policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *User Guide*.
63
63
  For information about limits on the number of inline policies that you can embed in an identity, see [Limitations on Entities](https://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the *User Guide*.
64
64
  This resource does not support [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html). The following inline policy resource types support drift detection:
65
65
  + [AWS::IAM::GroupPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-grouppolicy.html)
@@ -4,7 +4,7 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
4
4
  * Adds or updates an inline policy document that is embedded in the specified IAM group, user or role.
5
5
  An IAM user can also have a managed policy attached to it. For information about policies, see [Managed Policies and Inline Policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html) in the *User Guide*.
6
6
  The Groups, Roles, and Users properties are optional. However, you must specify at least one of these properties.
7
- For information about policy documents see [Creating policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *User Guide*.
7
+ For information about policy documents, see [Creating policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html) in the *User Guide*.
8
8
  For information about limits on the number of inline policies that you can embed in an identity, see [Limitations on Entities](https://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html) in the *User Guide*.
9
9
  This resource does not support [drift detection](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-drift.html). The following inline policy resource types support drift detection:
10
10
  + [AWS::IAM::GroupPolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-grouppolicy.html)
@@ -0,0 +1,132 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource Type definition for AWS::RTBFabric::InboundExternalLink Resource Type
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html}
6
+ */
7
+ export type RTBFabricInboundExternalLinkProperties = {
8
+ /**
9
+ * @pattern `^rtb-gw-[a-z0-9-]{1,25}$`
10
+ */
11
+ GatewayId: string;
12
+ LinkAttributes?: LinkAttributes;
13
+ LinkLogSettings: LinkLogSettings;
14
+ /**
15
+ * Tags to assign to the Link.
16
+ * @minLength `0`
17
+ * @maxLength `50`
18
+ */
19
+ Tags?: Tag[];
20
+ };
21
+ /**
22
+ * Attribute type definition for `AWS::RTBFabric::InboundExternalLink`.
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html#aws-resource-rtbfabric-inboundexternallink-return-values}
24
+ */
25
+ export type RTBFabricInboundExternalLinkAttributes = {
26
+ /**
27
+ * @minLength `20`
28
+ * @maxLength `2048`
29
+ * @pattern `^arn:aws:rtbfabric:[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+/link/[a-zA-Z0-9-]+$`
30
+ */
31
+ Arn: string;
32
+ CreatedTimestamp: string;
33
+ /**
34
+ * @pattern `^link-[a-z0-9-]{1,25}$`
35
+ */
36
+ LinkId: string;
37
+ LinkStatus: LinkStatus;
38
+ UpdatedTimestamp: string;
39
+ };
40
+ /**
41
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.LinkAttributes`.
42
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linkattributes.html}
43
+ */
44
+ export type LinkAttributes = {
45
+ CustomerProvidedId?: string;
46
+ /**
47
+ * @minLength `1`
48
+ * @maxLength `200`
49
+ */
50
+ ResponderErrorMasking?: ResponderErrorMaskingForHttpCode[];
51
+ };
52
+ /**
53
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.LinkLogSettings`.
54
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linklogsettings.html}
55
+ */
56
+ export type LinkLogSettings = {
57
+ ApplicationLogs: {
58
+ LinkApplicationLogSampling: {
59
+ /**
60
+ * @min `0`
61
+ * @max `100`
62
+ */
63
+ ErrorLog: number;
64
+ /**
65
+ * @min `0`
66
+ * @max `100`
67
+ */
68
+ FilterLog: number;
69
+ };
70
+ };
71
+ };
72
+ /**
73
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.LinkStatus`.
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-linkstatus.html}
75
+ */
76
+ export type LinkStatus = "PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION" | "UNKNOWN_TO_SDK_VERSION";
77
+ /**
78
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.ResponderErrorMaskingForHttpCode`.
79
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingforhttpcode.html}
80
+ */
81
+ export type ResponderErrorMaskingForHttpCode = {
82
+ Action: "NO_BID" | "PASSTHROUGH";
83
+ /**
84
+ * @minLength `3`
85
+ * @maxLength `7`
86
+ * @pattern `^DEFAULT|4XX|5XX|\d{3}$`
87
+ */
88
+ HttpCode: string;
89
+ /**
90
+ * @minLength `1`
91
+ * @maxLength `2`
92
+ */
93
+ LoggingTypes: ResponderErrorMaskingLoggingType[];
94
+ /**
95
+ * @min `0`
96
+ * @max `100`
97
+ */
98
+ ResponseLoggingPercentage?: number;
99
+ };
100
+ /**
101
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.ResponderErrorMaskingLoggingType`.
102
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-respondererrormaskingloggingtype.html}
103
+ */
104
+ export type ResponderErrorMaskingLoggingType = "NONE" | "METRIC" | "RESPONSE";
105
+ /**
106
+ * Type definition for `AWS::RTBFabric::InboundExternalLink.Tag`.
107
+ * A key-value pair to associate with a resource.
108
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-inboundexternallink-tag.html}
109
+ */
110
+ export type Tag = {
111
+ /**
112
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
113
+ * @minLength `1`
114
+ * @maxLength `128`
115
+ */
116
+ Key: string;
117
+ /**
118
+ * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
119
+ * @minLength `0`
120
+ * @maxLength `256`
121
+ */
122
+ Value?: string;
123
+ };
124
+ /**
125
+ * Resource Type definition for AWS::RTBFabric::InboundExternalLink Resource Type
126
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html}
127
+ */
128
+ export declare class RTBFabricInboundExternalLink extends $Resource<"AWS::RTBFabric::InboundExternalLink", RTBFabricInboundExternalLinkProperties, RTBFabricInboundExternalLinkAttributes> {
129
+ static readonly Type = "AWS::RTBFabric::InboundExternalLink";
130
+ constructor(logicalId: string, properties: RTBFabricInboundExternalLinkProperties, options?: $ResourceOptions);
131
+ }
132
+ //# sourceMappingURL=AWS-RTBFabric-InboundExternalLink.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::RTBFabric::InboundExternalLink Resource Type
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rtbfabric-inboundexternallink.html}
5
+ */
6
+ export class RTBFabricInboundExternalLink extends $Resource {
7
+ static Type = "AWS::RTBFabric::InboundExternalLink";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, RTBFabricInboundExternalLink.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-RTBFabric-InboundExternalLink.js.map
@@ -111,7 +111,7 @@ export type LinkLogSettings = {
111
111
  * Type definition for `AWS::RTBFabric::Link.LinkStatus`.
112
112
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-linkstatus.html}
113
113
  */
114
- export type LinkStatus = "PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "DECLINED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION" | "UNKNOWN_TO_SDK_VERSION";
114
+ export type LinkStatus = "PENDING_CREATION" | "PENDING_REQUEST" | "REQUESTED" | "ACCEPTED" | "ACTIVE" | "REJECTED" | "FAILED" | "PENDING_DELETION" | "DELETED" | "PENDING_UPDATE" | "PENDING_ISOLATION" | "ISOLATED" | "PENDING_RESTORATION" | "UNKNOWN_TO_SDK_VERSION";
115
115
  /**
116
116
  * Type definition for `AWS::RTBFabric::Link.ModuleConfiguration`.
117
117
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rtbfabric-link-moduleconfiguration.html}
@@ -40,7 +40,7 @@ export type RTBFabricRequesterGatewayAttributes = {
40
40
  /**
41
41
  * @minLength `20`
42
42
  * @maxLength `2048`
43
- * @pattern `^arn:aws:(rtbfabric|rtbfabric):[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+$`
43
+ * @pattern `^arn:aws:rtbfabric:[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+$`
44
44
  */
45
45
  Arn: string;
46
46
  CreatedTimestamp: string;
@@ -51,7 +51,7 @@ export type RTBFabricResponderGatewayAttributes = {
51
51
  /**
52
52
  * @minLength `20`
53
53
  * @maxLength `2048`
54
- * @pattern `^arn:aws:(rtbfabric|rtbfabric):[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+$`
54
+ * @pattern `^arn:aws:rtbfabric:[a-zA-Z0-9_-]+:[0-9]{12}:gateway/[a-zA-Z0-9-]+$`
55
55
  */
56
56
  Arn: string;
57
57
  CreatedTimestamp: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.475",
3
+ "version": "0.1.476",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },