@awboost/cfn-resource-types 0.1.383 → 0.1.385
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-AmazonMQ-ConfigurationAssociation.d.ts +12 -0
- package/lib/AWS-ApplicationInsights-Application.d.ts +4 -4
- package/lib/AWS-ApplicationInsights-Application.js +1 -1
- package/lib/AWS-DAX-Cluster.d.ts +1 -0
- package/lib/AWS-DataZone-Connection.d.ts +1 -1
- package/lib/AWS-Events-Rule.d.ts +0 -4
- package/lib/AWS-Lightsail-Domain.d.ts +112 -0
- package/lib/AWS-Lightsail-Domain.js +12 -0
- package/lib/AWS-MediaLive-Channel.d.ts +21 -1
- package/lib/AWS-RDS-DBInstance.d.ts +10 -0
- package/lib/AWS-SES-ConfigurationSet.d.ts +22 -0
- package/lib/AWS-SES-DedicatedIpPool.d.ts +22 -0
- package/lib/AWS-SES-EmailIdentity.d.ts +22 -0
- package/package.json +1 -1
|
@@ -5,6 +5,9 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
|
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html}
|
|
6
6
|
*/
|
|
7
7
|
export type AmazonMQConfigurationAssociationProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* ID of the Broker that the configuration should be applied to
|
|
10
|
+
*/
|
|
8
11
|
Broker: string;
|
|
9
12
|
Configuration: ConfigurationId;
|
|
10
13
|
};
|
|
@@ -13,6 +16,9 @@ export type AmazonMQConfigurationAssociationProperties = {
|
|
|
13
16
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amazonmq-configurationassociation.html#aws-resource-amazonmq-configurationassociation-return-values}
|
|
14
17
|
*/
|
|
15
18
|
export type AmazonMQConfigurationAssociationAttributes = {
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the ConfigurationAssociation Resource
|
|
21
|
+
*/
|
|
16
22
|
Id: string;
|
|
17
23
|
};
|
|
18
24
|
/**
|
|
@@ -20,7 +26,13 @@ export type AmazonMQConfigurationAssociationAttributes = {
|
|
|
20
26
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amazonmq-configurationassociation-configurationid.html}
|
|
21
27
|
*/
|
|
22
28
|
export type ConfigurationId = {
|
|
29
|
+
/**
|
|
30
|
+
* ID of the Configuration to apply to a Broker
|
|
31
|
+
*/
|
|
23
32
|
Id: string;
|
|
33
|
+
/**
|
|
34
|
+
* Revision of the Configuration to apply to a Broker
|
|
35
|
+
*/
|
|
24
36
|
Revision: number;
|
|
25
37
|
};
|
|
26
38
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
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::ApplicationInsights::Application
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationinsights-application.html}
|
|
6
6
|
*/
|
|
7
7
|
export type ApplicationInsightsApplicationProperties = {
|
|
@@ -155,7 +155,7 @@ export type ComponentMonitoringSetting = {
|
|
|
155
155
|
DefaultOverwriteComponentConfiguration?: ComponentConfiguration;
|
|
156
156
|
/**
|
|
157
157
|
* The tier of the application component.
|
|
158
|
-
* @pattern `^[A-Z][
|
|
158
|
+
* @pattern `^[A-Z][A-Z_]*$`
|
|
159
159
|
*/
|
|
160
160
|
Tier: string;
|
|
161
161
|
};
|
|
@@ -317,7 +317,7 @@ export type Log = {
|
|
|
317
317
|
LogPath?: string;
|
|
318
318
|
/**
|
|
319
319
|
* The log type decides the log patterns against which Application Insights analyzes the log.
|
|
320
|
-
* @pattern `^[A-Z][
|
|
320
|
+
* @pattern `^[A-Z][A-Z_]*$`
|
|
321
321
|
*/
|
|
322
322
|
LogType: string;
|
|
323
323
|
/**
|
|
@@ -514,7 +514,7 @@ export type WindowsEvent = {
|
|
|
514
514
|
PatternSet?: string;
|
|
515
515
|
};
|
|
516
516
|
/**
|
|
517
|
-
* Resource
|
|
517
|
+
* Resource Type definition for AWS::ApplicationInsights::Application
|
|
518
518
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationinsights-application.html}
|
|
519
519
|
*/
|
|
520
520
|
export declare class ApplicationInsightsApplication extends $Resource<"AWS::ApplicationInsights::Application", ApplicationInsightsApplicationProperties, ApplicationInsightsApplicationAttributes> {
|
|
@@ -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::ApplicationInsights::Application
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-applicationinsights-application.html}
|
|
5
5
|
*/
|
|
6
6
|
export class ApplicationInsightsApplication extends $Resource {
|
package/lib/AWS-DAX-Cluster.d.ts
CHANGED
package/lib/AWS-Events-Rule.d.ts
CHANGED
|
@@ -33,10 +33,6 @@ export type EventsRuleProperties = {
|
|
|
33
33
|
* The state of the rule.
|
|
34
34
|
*/
|
|
35
35
|
State?: "DISABLED" | "ENABLED" | "ENABLED_WITH_ALL_CLOUDTRAIL_MANAGEMENT_EVENTS";
|
|
36
|
-
/**
|
|
37
|
-
* Any tags assigned to the event rule.
|
|
38
|
-
*/
|
|
39
|
-
Tags?: Tag[];
|
|
40
36
|
/**
|
|
41
37
|
* Adds the specified targets to the specified rule, or updates the targets if they are already associated with the rule.
|
|
42
38
|
Targets are the resources that are invoked when a rule is triggered.
|
|
@@ -0,0 +1,112 @@
|
|
|
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::Lightsail::Domain
|
|
5
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html}
|
|
6
|
+
*/
|
|
7
|
+
export type LightsailDomainProperties = {
|
|
8
|
+
/**
|
|
9
|
+
* An array of key-value pairs containing information about the domain entries.
|
|
10
|
+
*/
|
|
11
|
+
DomainEntries?: DomainEntry[];
|
|
12
|
+
/**
|
|
13
|
+
* The name of the domain to manage in Lightsail.
|
|
14
|
+
*/
|
|
15
|
+
DomainName: string;
|
|
16
|
+
/**
|
|
17
|
+
* An array of key-value pairs to apply to this resource.
|
|
18
|
+
*/
|
|
19
|
+
Tags?: Tag[];
|
|
20
|
+
};
|
|
21
|
+
/**
|
|
22
|
+
* Attribute type definition for `AWS::Lightsail::Domain`.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#aws-resource-lightsail-domain-return-values}
|
|
24
|
+
*/
|
|
25
|
+
export type LightsailDomainAttributes = {
|
|
26
|
+
/**
|
|
27
|
+
* The Amazon Resource Name (ARN) of the domain (read-only).
|
|
28
|
+
* @pattern `^arn:.+:lightsail:[a-z0-9-]+:[0-9]{12}:Domain/[a-zA-Z0-9][a-zA-Z0-9-_.]{0,253}[a-zA-Z0-9]$`
|
|
29
|
+
*/
|
|
30
|
+
Arn: string;
|
|
31
|
+
/**
|
|
32
|
+
* The timestamp when the domain was created (read-only).
|
|
33
|
+
*/
|
|
34
|
+
CreatedAt: string;
|
|
35
|
+
/**
|
|
36
|
+
* An array of key-value pairs containing information about the domain entries.
|
|
37
|
+
*/
|
|
38
|
+
DomainEntries: {
|
|
39
|
+
/**
|
|
40
|
+
* The ID of the domain recordset entry.
|
|
41
|
+
*/
|
|
42
|
+
Id: string;
|
|
43
|
+
}[];
|
|
44
|
+
/**
|
|
45
|
+
* The AWS Region and Availability Zone where the domain was created (read-only).
|
|
46
|
+
*/
|
|
47
|
+
Location: {
|
|
48
|
+
/**
|
|
49
|
+
* The Availability Zone.
|
|
50
|
+
*/
|
|
51
|
+
AvailabilityZone: string;
|
|
52
|
+
/**
|
|
53
|
+
* The AWS Region name.
|
|
54
|
+
*/
|
|
55
|
+
RegionName: string;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* The Lightsail resource type (read-only).
|
|
59
|
+
*/
|
|
60
|
+
ResourceType: "Domain";
|
|
61
|
+
/**
|
|
62
|
+
* The support code. Include this code in your email to support when you have questions (read-only).
|
|
63
|
+
*/
|
|
64
|
+
SupportCode: string;
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Type definition for `AWS::Lightsail::Domain.DomainEntry`.
|
|
68
|
+
* Describes the domain recordset entry (e.g., A record, CNAME record, TXT record, etc.)
|
|
69
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html}
|
|
70
|
+
*/
|
|
71
|
+
export type DomainEntry = {
|
|
72
|
+
/**
|
|
73
|
+
* When true, specifies whether the domain entry is an alias used by the Lightsail load balancer, Lightsail container service, Lightsail content delivery network (CDN) distribution, or another AWS resource. You can include an alias (A type) record in your request, which points to the DNS name of a load balancer, container service, CDN distribution, or other AWS resource and routes traffic to that resource.
|
|
74
|
+
*/
|
|
75
|
+
IsAlias?: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* The name of the domain entry.
|
|
78
|
+
*/
|
|
79
|
+
Name: string;
|
|
80
|
+
/**
|
|
81
|
+
* The target AWS name server (e.g., ns-111.awsdns-11.com).
|
|
82
|
+
*/
|
|
83
|
+
Target: string;
|
|
84
|
+
/**
|
|
85
|
+
* The type of domain entry (e.g., A, CNAME, MX, NS, SOA, SRV, TXT).
|
|
86
|
+
*/
|
|
87
|
+
Type: "A" | "AAAA" | "CNAME" | "MX" | "NS" | "SOA" | "SRV" | "TXT";
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* Type definition for `AWS::Lightsail::Domain.Tag`.
|
|
91
|
+
* A key-value pair to associate with a resource.
|
|
92
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-tag.html}
|
|
93
|
+
*/
|
|
94
|
+
export type Tag = {
|
|
95
|
+
/**
|
|
96
|
+
* The key name of the tag.
|
|
97
|
+
*/
|
|
98
|
+
Key: string;
|
|
99
|
+
/**
|
|
100
|
+
* The value for the tag.
|
|
101
|
+
*/
|
|
102
|
+
Value?: string;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Resource Type definition for AWS::Lightsail::Domain
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html}
|
|
107
|
+
*/
|
|
108
|
+
export declare class LightsailDomain extends $Resource<"AWS::Lightsail::Domain", LightsailDomainProperties, LightsailDomainAttributes> {
|
|
109
|
+
static readonly Type = "AWS::Lightsail::Domain";
|
|
110
|
+
constructor(logicalId: string, properties: LightsailDomainProperties, options?: $ResourceOptions);
|
|
111
|
+
}
|
|
112
|
+
//# sourceMappingURL=AWS-Lightsail-Domain.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::Lightsail::Domain
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html}
|
|
5
|
+
*/
|
|
6
|
+
export class LightsailDomain extends $Resource {
|
|
7
|
+
static Type = "AWS::Lightsail::Domain";
|
|
8
|
+
constructor(logicalId, properties, options) {
|
|
9
|
+
super(logicalId, LightsailDomain.Type, properties, options);
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
//# sourceMappingURL=AWS-Lightsail-Domain.js.map
|
|
@@ -1247,6 +1247,7 @@ export type MaintenanceCreateSettings = {
|
|
|
1247
1247
|
*/
|
|
1248
1248
|
export type MediaPackageGroupSettings = {
|
|
1249
1249
|
Destination?: OutputLocationRef;
|
|
1250
|
+
MediapackageV2GroupSettings?: MediaPackageV2GroupSettings;
|
|
1250
1251
|
};
|
|
1251
1252
|
/**
|
|
1252
1253
|
* Type definition for `AWS::MediaLive::Channel.MediaPackageOutputDestinationSettings`.
|
|
@@ -1261,7 +1262,26 @@ export type MediaPackageOutputDestinationSettings = {
|
|
|
1261
1262
|
* Type definition for `AWS::MediaLive::Channel.MediaPackageOutputSettings`.
|
|
1262
1263
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackageoutputsettings.html}
|
|
1263
1264
|
*/
|
|
1264
|
-
export type MediaPackageOutputSettings =
|
|
1265
|
+
export type MediaPackageOutputSettings = {
|
|
1266
|
+
MediaPackageV2DestinationSettings?: MediaPackageV2DestinationSettings;
|
|
1267
|
+
};
|
|
1268
|
+
/**
|
|
1269
|
+
* Type definition for `AWS::MediaLive::Channel.MediaPackageV2DestinationSettings`.
|
|
1270
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2destinationsettings.html}
|
|
1271
|
+
*/
|
|
1272
|
+
export type MediaPackageV2DestinationSettings = {
|
|
1273
|
+
AudioGroupId?: string;
|
|
1274
|
+
AudioRenditionSets?: string;
|
|
1275
|
+
HlsAutoSelect?: string;
|
|
1276
|
+
HlsDefault?: string;
|
|
1277
|
+
};
|
|
1278
|
+
/**
|
|
1279
|
+
* Type definition for `AWS::MediaLive::Channel.MediaPackageV2GroupSettings`.
|
|
1280
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html}
|
|
1281
|
+
*/
|
|
1282
|
+
export type MediaPackageV2GroupSettings = {
|
|
1283
|
+
CaptionLanguageMappings?: CaptionLanguageMapping[];
|
|
1284
|
+
};
|
|
1265
1285
|
/**
|
|
1266
1286
|
* Type definition for `AWS::MediaLive::Channel.MotionGraphicsConfiguration`.
|
|
1267
1287
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-motiongraphicsconfiguration.html}
|
|
@@ -132,6 +132,16 @@ export type RDSDBInstanceProperties = {
|
|
|
132
132
|
* @min `0`
|
|
133
133
|
*/
|
|
134
134
|
BackupRetentionPeriod?: number;
|
|
135
|
+
/**
|
|
136
|
+
* The location for storing automated backups and manual snapshots.
|
|
137
|
+
Valid Values:
|
|
138
|
+
+ ``local`` (Dedicated Local Zone)
|
|
139
|
+
+ ``outposts`` (AWS Outposts)
|
|
140
|
+
+ ``region`` (AWS-Region)
|
|
141
|
+
|
|
142
|
+
Default: ``region``
|
|
143
|
+
For more information, see [Working with Amazon RDS on Outposts](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-on-outposts.html) in the *Amazon RDS User Guide*.
|
|
144
|
+
*/
|
|
135
145
|
BackupTarget?: string;
|
|
136
146
|
/**
|
|
137
147
|
* The identifier of the CA certificate for this DB instance.
|
|
@@ -26,6 +26,12 @@ export type SESConfigurationSetProperties = {
|
|
|
26
26
|
* An object that contains information about the suppression list preferences for your account.
|
|
27
27
|
*/
|
|
28
28
|
SuppressionOptions?: SuppressionOptions;
|
|
29
|
+
/**
|
|
30
|
+
* The tags (keys and values) associated with the contact list.
|
|
31
|
+
* @minLength `0`
|
|
32
|
+
* @maxLength `50`
|
|
33
|
+
*/
|
|
34
|
+
Tags?: Tag[];
|
|
29
35
|
/**
|
|
30
36
|
* An object that defines the open and click tracking options for emails that you send using the configuration set.
|
|
31
37
|
*/
|
|
@@ -111,6 +117,22 @@ export type SuppressionOptions = {
|
|
|
111
117
|
*/
|
|
112
118
|
SuppressedReasons?: string[];
|
|
113
119
|
};
|
|
120
|
+
/**
|
|
121
|
+
* Type definition for `AWS::SES::ConfigurationSet.Tag`.
|
|
122
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-configurationset-tag.html}
|
|
123
|
+
*/
|
|
124
|
+
export type Tag = {
|
|
125
|
+
/**
|
|
126
|
+
* @minLength `1`
|
|
127
|
+
* @maxLength `128`
|
|
128
|
+
*/
|
|
129
|
+
Key: string;
|
|
130
|
+
/**
|
|
131
|
+
* @minLength `0`
|
|
132
|
+
* @maxLength `256`
|
|
133
|
+
*/
|
|
134
|
+
Value: string;
|
|
135
|
+
};
|
|
114
136
|
/**
|
|
115
137
|
* Type definition for `AWS::SES::ConfigurationSet.TrackingOptions`.
|
|
116
138
|
* An object that defines the open and click tracking options for emails that you send using the configuration set.
|
|
@@ -15,6 +15,28 @@ export type SESDedicatedIpPoolProperties = {
|
|
|
15
15
|
* @pattern `^(STANDARD|MANAGED)$`
|
|
16
16
|
*/
|
|
17
17
|
ScalingMode?: string;
|
|
18
|
+
/**
|
|
19
|
+
* The tags (keys and values) associated with the dedicated IP pool.
|
|
20
|
+
* @minLength `0`
|
|
21
|
+
* @maxLength `50`
|
|
22
|
+
*/
|
|
23
|
+
Tags?: Tag[];
|
|
24
|
+
};
|
|
25
|
+
/**
|
|
26
|
+
* Type definition for `AWS::SES::DedicatedIpPool.Tag`.
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-dedicatedippool-tag.html}
|
|
28
|
+
*/
|
|
29
|
+
export type Tag = {
|
|
30
|
+
/**
|
|
31
|
+
* @minLength `1`
|
|
32
|
+
* @maxLength `128`
|
|
33
|
+
*/
|
|
34
|
+
Key: string;
|
|
35
|
+
/**
|
|
36
|
+
* @minLength `0`
|
|
37
|
+
* @maxLength `256`
|
|
38
|
+
*/
|
|
39
|
+
Value: string;
|
|
18
40
|
};
|
|
19
41
|
/**
|
|
20
42
|
* Resource Type definition for AWS::SES::DedicatedIpPool
|
|
@@ -29,6 +29,12 @@ export type SESEmailIdentityProperties = {
|
|
|
29
29
|
* Used to enable or disable the custom Mail-From domain configuration for an email identity.
|
|
30
30
|
*/
|
|
31
31
|
MailFromAttributes?: MailFromAttributes;
|
|
32
|
+
/**
|
|
33
|
+
* The tags (keys and values) associated with the email identity.
|
|
34
|
+
* @minLength `0`
|
|
35
|
+
* @maxLength `50`
|
|
36
|
+
*/
|
|
37
|
+
Tags?: Tag[];
|
|
32
38
|
};
|
|
33
39
|
/**
|
|
34
40
|
* Attribute type definition for `AWS::SES::EmailIdentity`.
|
|
@@ -111,6 +117,22 @@ export type MailFromAttributes = {
|
|
|
111
117
|
*/
|
|
112
118
|
MailFromDomain?: string;
|
|
113
119
|
};
|
|
120
|
+
/**
|
|
121
|
+
* Type definition for `AWS::SES::EmailIdentity.Tag`.
|
|
122
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-emailidentity-tag.html}
|
|
123
|
+
*/
|
|
124
|
+
export type Tag = {
|
|
125
|
+
/**
|
|
126
|
+
* @minLength `1`
|
|
127
|
+
* @maxLength `128`
|
|
128
|
+
*/
|
|
129
|
+
Key: string;
|
|
130
|
+
/**
|
|
131
|
+
* @minLength `0`
|
|
132
|
+
* @maxLength `256`
|
|
133
|
+
*/
|
|
134
|
+
Value: string;
|
|
135
|
+
};
|
|
114
136
|
/**
|
|
115
137
|
* Resource Type definition for AWS::SES::EmailIdentity
|
|
116
138
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-emailidentity.html}
|