@awboost/cfn-resource-types 0.1.277 → 0.1.279
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-CE-CostCategory.d.ts +28 -4
- package/lib/AWS-CE-CostCategory.js +1 -2
- package/lib/AWS-DMS-DataProvider.d.ts +26 -1
- package/lib/AWS-IoT-AccountAuditConfiguration.d.ts +62 -2
- package/lib/AWS-IoTFleetWise-DecoderManifest.d.ts +8 -0
- package/lib/AWS-MediaLive-CloudWatchAlarmTemplate.d.ts +2 -2
- package/lib/AWS-MediaLive-EventBridgeRuleTemplate.d.ts +1 -1
- package/lib/AWS-MediaLive-SignalMap.d.ts +15 -15
- package/lib/AWS-Oam-Link.d.ts +1 -1
- package/lib/AWS-QuickSight-Analysis.d.ts +137 -2
- package/lib/AWS-QuickSight-Dashboard.d.ts +129 -1
- package/lib/AWS-QuickSight-Template.d.ts +147 -0
- package/lib/AWS-Transfer-Agreement.d.ts +31 -1
- package/package.json +1 -1
|
@@ -1,8 +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
|
|
5
|
-
* Cost Category enables you to map your cost and usage into meaningful categories. You can use Cost Category to organize your costs using a rule-based engine.
|
|
4
|
+
* Resource Type definition for AWS::CE::CostCategory. Cost Category enables you to map your cost and usage into meaningful categories. You can use Cost Category to organize your costs using a rule-based engine.
|
|
6
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html}
|
|
7
6
|
*/
|
|
8
7
|
export type CECostCategoryProperties = {
|
|
@@ -26,6 +25,12 @@ export type CECostCategoryProperties = {
|
|
|
26
25
|
* Json array format of CostCategorySplitChargeRule in Billing and Cost Management API
|
|
27
26
|
*/
|
|
28
27
|
SplitChargeRules?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Tags to assign to the cost category.
|
|
30
|
+
* @minLength `0`
|
|
31
|
+
* @maxLength `200`
|
|
32
|
+
*/
|
|
33
|
+
Tags?: ResourceTag[];
|
|
29
34
|
};
|
|
30
35
|
/**
|
|
31
36
|
* Attribute type definition for `AWS::CE::CostCategory`.
|
|
@@ -46,8 +51,27 @@ export type CECostCategoryAttributes = {
|
|
|
46
51
|
EffectiveStart: string;
|
|
47
52
|
};
|
|
48
53
|
/**
|
|
49
|
-
*
|
|
50
|
-
*
|
|
54
|
+
* Type definition for `AWS::CE::CostCategory.ResourceTag`.
|
|
55
|
+
* A key-value pair to associate with a resource.
|
|
56
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ce-costcategory-resourcetag.html}
|
|
57
|
+
*/
|
|
58
|
+
export type ResourceTag = {
|
|
59
|
+
/**
|
|
60
|
+
* The key name for the tag.
|
|
61
|
+
* @minLength `1`
|
|
62
|
+
* @maxLength `128`
|
|
63
|
+
* @pattern `^(?!aws:).*$`
|
|
64
|
+
*/
|
|
65
|
+
Key: string;
|
|
66
|
+
/**
|
|
67
|
+
* The value for the tag.
|
|
68
|
+
* @minLength `0`
|
|
69
|
+
* @maxLength `256`
|
|
70
|
+
*/
|
|
71
|
+
Value: string;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* Resource Type definition for AWS::CE::CostCategory. Cost Category enables you to map your cost and usage into meaningful categories. You can use Cost Category to organize your costs using a rule-based engine.
|
|
51
75
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html}
|
|
52
76
|
*/
|
|
53
77
|
export declare class CECostCategory extends $Resource<"AWS::CE::CostCategory", CECostCategoryProperties, CECostCategoryAttributes> {
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
* Resource
|
|
4
|
-
* Cost Category enables you to map your cost and usage into meaningful categories. You can use Cost Category to organize your costs using a rule-based engine.
|
|
3
|
+
* Resource Type definition for AWS::CE::CostCategory. Cost Category enables you to map your cost and usage into meaningful categories. You can use Cost Category to organize your costs using a rule-based engine.
|
|
5
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ce-costcategory.html}
|
|
6
5
|
*/
|
|
7
6
|
export class CECostCategory extends $Resource {
|
|
@@ -26,7 +26,7 @@ export type DMSDataProviderProperties = {
|
|
|
26
26
|
/**
|
|
27
27
|
* The property describes a data engine for the data provider.
|
|
28
28
|
*/
|
|
29
|
-
Engine: "aurora" | "aurora_postgresql" | "mysql" | "oracle" | "postgres" | "sqlserver" | "redshift" | "mariadb" | "mongodb" | "docdb";
|
|
29
|
+
Engine: "aurora" | "aurora_postgresql" | "mysql" | "oracle" | "postgres" | "sqlserver" | "redshift" | "mariadb" | "mongodb" | "docdb" | "db2" | "db2_zos";
|
|
30
30
|
/**
|
|
31
31
|
* The property describes the exact settings which can be modified
|
|
32
32
|
*/
|
|
@@ -45,6 +45,26 @@ export type DMSDataProviderProperties = {
|
|
|
45
45
|
ServerName: string;
|
|
46
46
|
SslMode?: MongoDbSslModeValue;
|
|
47
47
|
};
|
|
48
|
+
/**
|
|
49
|
+
* IbmDb2LuwSettings property identifier.
|
|
50
|
+
*/
|
|
51
|
+
IbmDb2LuwSettings?: {
|
|
52
|
+
CertificateArn?: string;
|
|
53
|
+
DatabaseName: string;
|
|
54
|
+
Port: number;
|
|
55
|
+
ServerName: string;
|
|
56
|
+
SslMode: Db2SslModeValue;
|
|
57
|
+
};
|
|
58
|
+
/**
|
|
59
|
+
* IbmDb2zOsSettings property identifier.
|
|
60
|
+
*/
|
|
61
|
+
IbmDb2zOsSettings?: {
|
|
62
|
+
CertificateArn?: string;
|
|
63
|
+
DatabaseName: string;
|
|
64
|
+
Port: number;
|
|
65
|
+
ServerName: string;
|
|
66
|
+
SslMode: Db2SslModeValue;
|
|
67
|
+
};
|
|
48
68
|
/**
|
|
49
69
|
* MariaDbSettings property identifier.
|
|
50
70
|
*/
|
|
@@ -143,6 +163,11 @@ export type DMSDataProviderAttributes = {
|
|
|
143
163
|
*/
|
|
144
164
|
DataProviderCreationTime: string;
|
|
145
165
|
};
|
|
166
|
+
/**
|
|
167
|
+
* Type definition for `AWS::DMS::DataProvider.Db2SslModeValue`.
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-db2sslmodevalue.html}
|
|
169
|
+
*/
|
|
170
|
+
export type Db2SslModeValue = "none" | "verify-ca";
|
|
146
171
|
/**
|
|
147
172
|
* Type definition for `AWS::DMS::DataProvider.DmsSslModeValue`.
|
|
148
173
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dms-dataprovider-dmssslmodevalue.html}
|
|
@@ -61,9 +61,13 @@ export type AuditCheckConfigurations = {
|
|
|
61
61
|
*/
|
|
62
62
|
ConflictingClientIdsCheck?: AuditCheckConfiguration;
|
|
63
63
|
/**
|
|
64
|
-
*
|
|
64
|
+
* A structure containing the configName and corresponding configValue for configuring DeviceCertAgeCheck.
|
|
65
|
+
*/
|
|
66
|
+
DeviceCertificateAgeCheck?: DeviceCertAgeAuditCheckConfiguration;
|
|
67
|
+
/**
|
|
68
|
+
* A structure containing the configName and corresponding configValue for configuring DeviceCertExpirationCheck.
|
|
65
69
|
*/
|
|
66
|
-
DeviceCertificateExpiringCheck?:
|
|
70
|
+
DeviceCertificateExpiringCheck?: DeviceCertExpirationAuditCheckConfiguration;
|
|
67
71
|
/**
|
|
68
72
|
* The configuration for a specific audit check.
|
|
69
73
|
*/
|
|
@@ -138,6 +142,62 @@ export type AuditNotificationTarget = {
|
|
|
138
142
|
export type AuditNotificationTargetConfigurations = {
|
|
139
143
|
Sns?: AuditNotificationTarget;
|
|
140
144
|
};
|
|
145
|
+
/**
|
|
146
|
+
* Type definition for `AWS::IoT::AccountAuditConfiguration.CertAgeCheckCustomConfiguration`.
|
|
147
|
+
* A structure containing the configName and corresponding configValue for configuring audit checks.
|
|
148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-certagecheckcustomconfiguration.html}
|
|
149
|
+
*/
|
|
150
|
+
export type CertAgeCheckCustomConfiguration = {
|
|
151
|
+
/**
|
|
152
|
+
* The configValue for configuring audit checks.
|
|
153
|
+
* @minLength `1`
|
|
154
|
+
* @maxLength `64`
|
|
155
|
+
*/
|
|
156
|
+
CertAgeThresholdInDays?: string;
|
|
157
|
+
};
|
|
158
|
+
/**
|
|
159
|
+
* Type definition for `AWS::IoT::AccountAuditConfiguration.CertExpirationCheckCustomConfiguration`.
|
|
160
|
+
* A structure containing the configName and corresponding configValue for configuring audit checks.
|
|
161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-certexpirationcheckcustomconfiguration.html}
|
|
162
|
+
*/
|
|
163
|
+
export type CertExpirationCheckCustomConfiguration = {
|
|
164
|
+
/**
|
|
165
|
+
* The configValue for configuring audit checks.
|
|
166
|
+
* @minLength `1`
|
|
167
|
+
* @maxLength `64`
|
|
168
|
+
*/
|
|
169
|
+
CertExpirationThresholdInDays?: string;
|
|
170
|
+
};
|
|
171
|
+
/**
|
|
172
|
+
* Type definition for `AWS::IoT::AccountAuditConfiguration.DeviceCertAgeAuditCheckConfiguration`.
|
|
173
|
+
* A structure containing the configName and corresponding configValue for configuring DeviceCertAgeCheck.
|
|
174
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-devicecertageauditcheckconfiguration.html}
|
|
175
|
+
*/
|
|
176
|
+
export type DeviceCertAgeAuditCheckConfiguration = {
|
|
177
|
+
/**
|
|
178
|
+
* A structure containing the configName and corresponding configValue for configuring audit checks.
|
|
179
|
+
*/
|
|
180
|
+
Configuration?: CertAgeCheckCustomConfiguration;
|
|
181
|
+
/**
|
|
182
|
+
* True if the check is enabled.
|
|
183
|
+
*/
|
|
184
|
+
Enabled?: boolean;
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* Type definition for `AWS::IoT::AccountAuditConfiguration.DeviceCertExpirationAuditCheckConfiguration`.
|
|
188
|
+
* A structure containing the configName and corresponding configValue for configuring DeviceCertExpirationCheck.
|
|
189
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-accountauditconfiguration-devicecertexpirationauditcheckconfiguration.html}
|
|
190
|
+
*/
|
|
191
|
+
export type DeviceCertExpirationAuditCheckConfiguration = {
|
|
192
|
+
/**
|
|
193
|
+
* A structure containing the configName and corresponding configValue for configuring audit checks.
|
|
194
|
+
*/
|
|
195
|
+
Configuration?: CertExpirationCheckCustomConfiguration;
|
|
196
|
+
/**
|
|
197
|
+
* True if the check is enabled.
|
|
198
|
+
*/
|
|
199
|
+
Enabled?: boolean;
|
|
200
|
+
};
|
|
141
201
|
/**
|
|
142
202
|
* Resource type definition for `AWS::IoT::AccountAuditConfiguration`.
|
|
143
203
|
* Configures the Device Defender audit settings for this account. Settings include how audit notifications are sent and which audit checks are enabled or disabled.
|
|
@@ -95,6 +95,7 @@ export type CanSignal = {
|
|
|
95
95
|
*/
|
|
96
96
|
Name?: string;
|
|
97
97
|
Offset: number | string;
|
|
98
|
+
SignalValueType?: SignalValueType;
|
|
98
99
|
StartBit: number | string;
|
|
99
100
|
};
|
|
100
101
|
/**
|
|
@@ -222,11 +223,13 @@ export type ObdSignal = {
|
|
|
222
223
|
BitMaskLength?: number | string;
|
|
223
224
|
BitRightShift?: number | string;
|
|
224
225
|
ByteLength: number | string;
|
|
226
|
+
IsSigned?: boolean | string;
|
|
225
227
|
Offset: number | string;
|
|
226
228
|
Pid: number | string;
|
|
227
229
|
PidResponseLength: number | string;
|
|
228
230
|
Scaling: number | string;
|
|
229
231
|
ServiceMode: number | string;
|
|
232
|
+
SignalValueType?: SignalValueType;
|
|
230
233
|
StartByte: number | string;
|
|
231
234
|
};
|
|
232
235
|
/**
|
|
@@ -247,6 +250,11 @@ export type ObdSignalDecoder = {
|
|
|
247
250
|
ObdSignal: ObdSignal;
|
|
248
251
|
Type: "OBD_SIGNAL";
|
|
249
252
|
};
|
|
253
|
+
/**
|
|
254
|
+
* Type definition for `AWS::IoTFleetWise::DecoderManifest.SignalValueType`.
|
|
255
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-signalvaluetype.html}
|
|
256
|
+
*/
|
|
257
|
+
export type SignalValueType = "INTEGER" | "FLOATING_POINT";
|
|
250
258
|
/**
|
|
251
259
|
* Type definition for `AWS::IoTFleetWise::DecoderManifest.Tag`.
|
|
252
260
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-tag.html}
|
|
@@ -29,7 +29,7 @@ export type MediaLiveCloudWatchAlarmTemplateProperties = {
|
|
|
29
29
|
* A cloudwatch alarm template group's identifier. Can be either be its id or current name.
|
|
30
30
|
* @pattern `^[^\s]+$`
|
|
31
31
|
*/
|
|
32
|
-
GroupIdentifier
|
|
32
|
+
GroupIdentifier?: string;
|
|
33
33
|
/**
|
|
34
34
|
* The name of the metric associated with the alarm. Must be compatible with targetResourceType.
|
|
35
35
|
* @minLength `0`
|
|
@@ -115,7 +115,7 @@ export type CloudWatchAlarmTemplateStatistic = "SampleCount" | "Average" | "Sum"
|
|
|
115
115
|
* The resource type this template should dynamically generate cloudwatch metric alarms for.
|
|
116
116
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-cloudwatchalarmtemplate-cloudwatchalarmtemplatetargetresourcetype.html}
|
|
117
117
|
*/
|
|
118
|
-
export type CloudWatchAlarmTemplateTargetResourceType = "CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "S3_BUCKET";
|
|
118
|
+
export type CloudWatchAlarmTemplateTargetResourceType = "CLOUDFRONT_DISTRIBUTION" | "MEDIALIVE_MULTIPLEX" | "MEDIALIVE_CHANNEL" | "MEDIALIVE_INPUT_DEVICE" | "MEDIAPACKAGE_CHANNEL" | "MEDIAPACKAGE_ORIGIN_ENDPOINT" | "MEDIACONNECT_FLOW" | "MEDIATAILOR_PLAYBACK_CONFIGURATION" | "S3_BUCKET";
|
|
119
119
|
/**
|
|
120
120
|
* Type definition for `AWS::MediaLive::CloudWatchAlarmTemplate.CloudWatchAlarmTemplateTreatMissingData`.
|
|
121
121
|
* Specifies how missing data points are treated when evaluating the alarm's condition.
|
|
@@ -23,7 +23,7 @@ export type MediaLiveEventBridgeRuleTemplateProperties = {
|
|
|
23
23
|
* An eventbridge rule template group's identifier. Can be either be its id or current name.
|
|
24
24
|
* @pattern `^[^\s]+$`
|
|
25
25
|
*/
|
|
26
|
-
GroupIdentifier
|
|
26
|
+
GroupIdentifier?: string;
|
|
27
27
|
/**
|
|
28
28
|
* A resource's name. Names must be unique within the scope of a resource type in a specific region.
|
|
29
29
|
* @minLength `1`
|
|
@@ -49,7 +49,7 @@ export type MediaLiveSignalMapAttributes = {
|
|
|
49
49
|
CreatedAt: string;
|
|
50
50
|
/**
|
|
51
51
|
* Error message associated with a failed creation or failed update attempt of a signal map.
|
|
52
|
-
* @minLength `
|
|
52
|
+
* @minLength `0`
|
|
53
53
|
* @maxLength `2048`
|
|
54
54
|
*/
|
|
55
55
|
ErrorMessage: string;
|
|
@@ -68,14 +68,14 @@ export type MediaLiveSignalMapAttributes = {
|
|
|
68
68
|
Arn: string;
|
|
69
69
|
/**
|
|
70
70
|
* The logical name of an AWS media resource.
|
|
71
|
-
* @minLength `
|
|
71
|
+
* @minLength `0`
|
|
72
72
|
* @maxLength `256`
|
|
73
73
|
*/
|
|
74
74
|
Name: string;
|
|
75
75
|
}[];
|
|
76
76
|
/**
|
|
77
77
|
* The logical name of an AWS media resource.
|
|
78
|
-
* @minLength `
|
|
78
|
+
* @minLength `0`
|
|
79
79
|
* @maxLength `256`
|
|
80
80
|
*/
|
|
81
81
|
Name: string;
|
|
@@ -89,7 +89,7 @@ export type MediaLiveSignalMapAttributes = {
|
|
|
89
89
|
Arn: string;
|
|
90
90
|
/**
|
|
91
91
|
* The logical name of an AWS media resource.
|
|
92
|
-
* @minLength `
|
|
92
|
+
* @minLength `0`
|
|
93
93
|
* @maxLength `256`
|
|
94
94
|
*/
|
|
95
95
|
Name: string;
|
|
@@ -110,7 +110,7 @@ export type MediaLiveSignalMapAttributes = {
|
|
|
110
110
|
LastSuccessfulMonitorDeployment: {
|
|
111
111
|
/**
|
|
112
112
|
* URI associated with a signal map's monitor deployment.
|
|
113
|
-
* @minLength `
|
|
113
|
+
* @minLength `0`
|
|
114
114
|
* @maxLength `2048`
|
|
115
115
|
*/
|
|
116
116
|
DetailsUri: string;
|
|
@@ -133,14 +133,14 @@ export type MediaLiveSignalMapAttributes = {
|
|
|
133
133
|
Arn: string;
|
|
134
134
|
/**
|
|
135
135
|
* The logical name of an AWS media resource.
|
|
136
|
-
* @minLength `
|
|
136
|
+
* @minLength `0`
|
|
137
137
|
* @maxLength `256`
|
|
138
138
|
*/
|
|
139
139
|
Name: string;
|
|
140
140
|
}[];
|
|
141
141
|
/**
|
|
142
142
|
* The logical name of an AWS media resource.
|
|
143
|
-
* @minLength `
|
|
143
|
+
* @minLength `0`
|
|
144
144
|
* @maxLength `256`
|
|
145
145
|
*/
|
|
146
146
|
Name: string;
|
|
@@ -154,7 +154,7 @@ export type MediaLiveSignalMapAttributes = {
|
|
|
154
154
|
Arn: string;
|
|
155
155
|
/**
|
|
156
156
|
* The logical name of an AWS media resource.
|
|
157
|
-
* @minLength `
|
|
157
|
+
* @minLength `0`
|
|
158
158
|
* @maxLength `256`
|
|
159
159
|
*/
|
|
160
160
|
Name: string;
|
|
@@ -171,13 +171,13 @@ export type MediaLiveSignalMapAttributes = {
|
|
|
171
171
|
MonitorDeployment: {
|
|
172
172
|
/**
|
|
173
173
|
* URI associated with a signal map's monitor deployment.
|
|
174
|
-
* @minLength `
|
|
174
|
+
* @minLength `0`
|
|
175
175
|
* @maxLength `2048`
|
|
176
176
|
*/
|
|
177
177
|
DetailsUri: string;
|
|
178
178
|
/**
|
|
179
179
|
* Error message associated with a failed monitor deployment of a signal map.
|
|
180
|
-
* @minLength `
|
|
180
|
+
* @minLength `0`
|
|
181
181
|
* @maxLength `2048`
|
|
182
182
|
*/
|
|
183
183
|
ErrorMessage: string;
|
|
@@ -206,7 +206,7 @@ export type MediaResource = {
|
|
|
206
206
|
Destinations?: MediaResourceNeighbor[];
|
|
207
207
|
/**
|
|
208
208
|
* The logical name of an AWS media resource.
|
|
209
|
-
* @minLength `
|
|
209
|
+
* @minLength `0`
|
|
210
210
|
* @maxLength `256`
|
|
211
211
|
*/
|
|
212
212
|
Name?: string;
|
|
@@ -233,7 +233,7 @@ export type MediaResourceNeighbor = {
|
|
|
233
233
|
Arn: string;
|
|
234
234
|
/**
|
|
235
235
|
* The logical name of an AWS media resource.
|
|
236
|
-
* @minLength `
|
|
236
|
+
* @minLength `0`
|
|
237
237
|
* @maxLength `256`
|
|
238
238
|
*/
|
|
239
239
|
Name?: string;
|
|
@@ -246,13 +246,13 @@ export type MediaResourceNeighbor = {
|
|
|
246
246
|
export type MonitorDeployment = {
|
|
247
247
|
/**
|
|
248
248
|
* URI associated with a signal map's monitor deployment.
|
|
249
|
-
* @minLength `
|
|
249
|
+
* @minLength `0`
|
|
250
250
|
* @maxLength `2048`
|
|
251
251
|
*/
|
|
252
252
|
DetailsUri?: string;
|
|
253
253
|
/**
|
|
254
254
|
* Error message associated with a failed monitor deployment of a signal map.
|
|
255
|
-
* @minLength `
|
|
255
|
+
* @minLength `0`
|
|
256
256
|
* @maxLength `2048`
|
|
257
257
|
*/
|
|
258
258
|
ErrorMessage?: string;
|
|
@@ -281,7 +281,7 @@ export type SignalMapStatus = "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE
|
|
|
281
281
|
export type SuccessfulMonitorDeployment = {
|
|
282
282
|
/**
|
|
283
283
|
* URI associated with a signal map's monitor deployment.
|
|
284
|
-
* @minLength `
|
|
284
|
+
* @minLength `0`
|
|
285
285
|
* @maxLength `2048`
|
|
286
286
|
*/
|
|
287
287
|
DetailsUri: string;
|
package/lib/AWS-Oam-Link.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ export type LinkFilter = {
|
|
|
60
60
|
* Type definition for `AWS::Oam::Link.ResourceType`.
|
|
61
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-oam-link-resourcetype.html}
|
|
62
62
|
*/
|
|
63
|
-
export type ResourceType = "AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application" | "AWS::InternetMonitor::Monitor";
|
|
63
|
+
export type ResourceType = "AWS::CloudWatch::Metric" | "AWS::Logs::LogGroup" | "AWS::XRay::Trace" | "AWS::ApplicationInsights::Application" | "AWS::InternetMonitor::Monitor" | "AWS::ApplicationSignals::Service" | "AWS::ApplicationSignals::ServiceLevelObjective";
|
|
64
64
|
/**
|
|
65
65
|
* Definition of AWS::Oam::Link Resource Type
|
|
66
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html}
|