@awboost/cfn-resource-types 0.1.502 → 0.1.503
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.
- package/lib/AWS-Logs-Transformer.d.ts +7 -1
- package/lib/AWS-Route53Resolver-ResolverEndpoint.d.ts +8 -0
- package/lib/AWS-Route53Resolver-ResolverRuleAssociation.d.ts +3 -2
- package/lib/AWS-SSM-MaintenanceWindowTarget.d.ts +30 -3
- package/lib/AWS-SSM-MaintenanceWindowTarget.js +1 -1
- package/package.json +1 -1
|
@@ -77,7 +77,7 @@ export type MoveKeyEntry = {
|
|
|
77
77
|
* Type definition for `AWS::Logs::Transformer.OcsfVersion`.
|
|
78
78
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-ocsfversion.html}
|
|
79
79
|
*/
|
|
80
|
-
export type OcsfVersion = "V1.1";
|
|
80
|
+
export type OcsfVersion = "V1.1" | "V1.5";
|
|
81
81
|
/**
|
|
82
82
|
* Type definition for `AWS::Logs::Transformer.ParseCloudfront`.
|
|
83
83
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-logs-transformer-parsecloudfront.html}
|
|
@@ -114,6 +114,12 @@ export type ParseRoute53 = {
|
|
|
114
114
|
*/
|
|
115
115
|
export type ParseToOCSF = {
|
|
116
116
|
EventSource: EventSource;
|
|
117
|
+
/**
|
|
118
|
+
* @minLength `1`
|
|
119
|
+
* @maxLength `10`
|
|
120
|
+
* @pattern `^v\d+\.\d+(\.\d+)?$`
|
|
121
|
+
*/
|
|
122
|
+
MappingVersion?: string;
|
|
117
123
|
OcsfVersion: OcsfVersion;
|
|
118
124
|
/**
|
|
119
125
|
* @pattern `^.*[a-zA-Z0-9]+.*$`
|
|
@@ -36,6 +36,10 @@ export type Route53ResolverResolverEndpointProperties = {
|
|
|
36
36
|
* The Resolver endpoint IP address type.
|
|
37
37
|
*/
|
|
38
38
|
ResolverEndpointType?: "IPV6" | "IPV4" | "DUALSTACK";
|
|
39
|
+
/**
|
|
40
|
+
* Specifies whether RNI enhanced metrics are enabled for the Resolver Endpoints. When set to true, one-minute granular metrics are published in CloudWatch for each RNI associated with this endpoint. When set to false, metrics are not published. Default is false.
|
|
41
|
+
*/
|
|
42
|
+
RniEnhancedMetricsEnabled?: boolean;
|
|
39
43
|
/**
|
|
40
44
|
* The ID of one or more security groups that control access to this VPC. The security group must include one or more inbound rules (for inbound endpoints) or outbound rules (for outbound endpoints). Inbound and outbound rules must allow TCP and UDP access. For inbound access, open port 53. For outbound access, open the port that you're using for DNS queries on your network.
|
|
41
45
|
*/
|
|
@@ -44,6 +48,10 @@ export type Route53ResolverResolverEndpointProperties = {
|
|
|
44
48
|
* An array of key-value pairs to apply to this resource.
|
|
45
49
|
*/
|
|
46
50
|
Tags?: Tag[];
|
|
51
|
+
/**
|
|
52
|
+
* Specifies whether target name server metrics are enabled for the Outbound Resolver Endpoint. When set to true, one-minute granular metrics are published in CloudWatch for each target name server associated with this endpoint. When set to false, metrics are not published. Default is false.
|
|
53
|
+
*/
|
|
54
|
+
TargetNameServerMetricsEnabled?: boolean;
|
|
47
55
|
};
|
|
48
56
|
/**
|
|
49
57
|
* Attribute type definition for `AWS::Route53Resolver::ResolverEndpoint`.
|
|
@@ -7,8 +7,9 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
7
7
|
*/
|
|
8
8
|
export type Route53ResolverResolverRuleAssociationProperties = {
|
|
9
9
|
/**
|
|
10
|
-
|
|
11
|
-
|
|
10
|
+
* The name of an association between a Resolver rule and a VPC.
|
|
11
|
+
The name can be up to 64 characters long and can contain letters (a-z, A-Z), numbers (0-9), hyphens (-), underscores (_), and spaces. The name cannot consist of only numbers.
|
|
12
|
+
*/
|
|
12
13
|
Name?: string;
|
|
13
14
|
/**
|
|
14
15
|
* The ID of the Resolver rule that you associated with the VPC that is specified by ``VPCId``.
|
|
@@ -1,15 +1,33 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
|
-
* Resource
|
|
4
|
+
* Resource type definition for AWS::SSM::MaintenanceWindowTarget
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html}
|
|
6
6
|
*/
|
|
7
7
|
export type SSMMaintenanceWindowTargetProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* A description for the target.
|
|
10
|
+
*/
|
|
8
11
|
Description?: string;
|
|
12
|
+
/**
|
|
13
|
+
* The name for the maintenance window target.
|
|
14
|
+
*/
|
|
9
15
|
Name?: string;
|
|
16
|
+
/**
|
|
17
|
+
* A user-provided value that will be included in any Amazon CloudWatch Events events that are raised while running tasks for these targets in this maintenance window.
|
|
18
|
+
*/
|
|
10
19
|
OwnerInformation?: string;
|
|
20
|
+
/**
|
|
21
|
+
* The type of target that is being registered with the maintenance window.
|
|
22
|
+
*/
|
|
11
23
|
ResourceType: string;
|
|
24
|
+
/**
|
|
25
|
+
* The targets to register with the maintenance window.
|
|
26
|
+
*/
|
|
12
27
|
Targets: Targets[];
|
|
28
|
+
/**
|
|
29
|
+
* The ID of the maintenance window to register the target with.
|
|
30
|
+
*/
|
|
13
31
|
WindowId: string;
|
|
14
32
|
};
|
|
15
33
|
/**
|
|
@@ -17,18 +35,27 @@ export type SSMMaintenanceWindowTargetProperties = {
|
|
|
17
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html#aws-resource-ssm-maintenancewindowtarget-return-values}
|
|
18
36
|
*/
|
|
19
37
|
export type SSMMaintenanceWindowTargetAttributes = {
|
|
20
|
-
|
|
38
|
+
/**
|
|
39
|
+
* The ID of the target.
|
|
40
|
+
*/
|
|
41
|
+
WindowTargetId: string;
|
|
21
42
|
};
|
|
22
43
|
/**
|
|
23
44
|
* Type definition for `AWS::SSM::MaintenanceWindowTarget.Targets`.
|
|
24
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ssm-maintenancewindowtarget-targets.html}
|
|
25
46
|
*/
|
|
26
47
|
export type Targets = {
|
|
48
|
+
/**
|
|
49
|
+
* User-defined criteria for sending commands that target managed nodes that meet the criteria.
|
|
50
|
+
*/
|
|
27
51
|
Key: string;
|
|
52
|
+
/**
|
|
53
|
+
* User-defined criteria that maps to Key.
|
|
54
|
+
*/
|
|
28
55
|
Values: string[];
|
|
29
56
|
};
|
|
30
57
|
/**
|
|
31
|
-
* Resource
|
|
58
|
+
* Resource type definition for AWS::SSM::MaintenanceWindowTarget
|
|
32
59
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html}
|
|
33
60
|
*/
|
|
34
61
|
export declare class SSMMaintenanceWindowTarget extends $Resource<"AWS::SSM::MaintenanceWindowTarget", SSMMaintenanceWindowTargetProperties, SSMMaintenanceWindowTargetAttributes> {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
* Resource
|
|
3
|
+
* Resource type definition for AWS::SSM::MaintenanceWindowTarget
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtarget.html}
|
|
5
5
|
*/
|
|
6
6
|
export class SSMMaintenanceWindowTarget extends $Resource {
|