@horietakehiro/aws-cdk-utul 0.41.7 → 0.41.8
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/types/cfn-resource-types/aws-amazonmq-configurationassociation.d.ts +12 -0
- package/lib/types/cfn-resource-types/aws-amazonmq-configurationassociation.js +1 -1
- package/lib/types/cfn-resource-types/aws-applicationinsights-application.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-applicationinsights-application.js +1 -1
- package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.d.ts +19 -18
- package/lib/types/cfn-resource-types/aws-autoscaling-autoscalinggroup.js +1 -1
- package/lib/types/cfn-resource-types/aws-cassandra-table.d.ts +7 -0
- package/lib/types/cfn-resource-types/aws-cassandra-table.js +1 -1
- package/lib/types/cfn-resource-types/aws-connect-rule.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-connect-rule.js +1 -1
- package/lib/types/cfn-resource-types/aws-connect-user.d.ts +55 -55
- package/lib/types/cfn-resource-types/aws-connect-user.js +1 -1
- package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.d.ts +105 -105
- package/lib/types/cfn-resource-types/aws-dynamodb-globaltable.js +1 -1
- package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorsession.d.ts +39 -5
- package/lib/types/cfn-resource-types/aws-ec2-trafficmirrorsession.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-containerfleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-gamelift-fleet.js +1 -1
- package/lib/types/cfn-resource-types/aws-kinesisfirehose-deliverystream.d.ts +272 -272
- package/lib/types/cfn-resource-types/aws-kinesisfirehose-deliverystream.js +1 -1
- package/lib/types/cfn-resource-types/aws-logs-accountpolicy.d.ts +1 -1
- package/lib/types/cfn-resource-types/aws-logs-accountpolicy.js +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-datasource.d.ts +13 -11
- package/lib/types/cfn-resource-types/aws-quicksight-datasource.js +1 -1
- package/lib/types/cfn-resource-types/aws-quicksight-topic.d.ts +150 -131
- package/lib/types/cfn-resource-types/aws-quicksight-topic.js +1 -1
- package/lib/types/cfn-resource-types/aws-rds-dbcluster.d.ts +5 -0
- package/lib/types/cfn-resource-types/aws-rds-dbcluster.js +1 -1
- package/lib/types/cfn-resource-types/aws-rds-dbinstance.d.ts +31 -0
- package/lib/types/cfn-resource-types/aws-rds-dbinstance.js +1 -1
- package/lib/types/cfn-resource-types/aws-route53-hostedzone.d.ts +36 -36
- package/lib/types/cfn-resource-types/aws-route53-hostedzone.js +1 -1
- package/lib/types/cfn-resource-types/aws-s3-multiregionaccesspoint.d.ts +14 -14
- package/lib/types/cfn-resource-types/aws-s3-multiregionaccesspoint.js +1 -1
- package/lib/types/cfn-resource-types/aws-s3-storagelens.d.ts +61 -61
- package/lib/types/cfn-resource-types/aws-s3-storagelens.js +1 -1
- package/lib/types/cfn-resource-types/aws-sagemaker-domain.d.ts +5 -0
- package/lib/types/cfn-resource-types/aws-sagemaker-domain.js +1 -1
- package/lib/types/cfn-resource-types/aws-sagemaker-space.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-sagemaker-space.js +1 -1
- package/lib/types/cfn-resource-types/aws-sagemaker-userprofile.d.ts +5 -0
- package/lib/types/cfn-resource-types/aws-sagemaker-userprofile.js +1 -1
- package/lib/types/cfn-resource-types/aws-ses-configurationset.d.ts +11 -0
- package/lib/types/cfn-resource-types/aws-ses-configurationset.js +1 -1
- package/lib/types/cfn-resource-types/aws-ses-dedicatedippool.d.ts +11 -0
- package/lib/types/cfn-resource-types/aws-ses-dedicatedippool.js +1 -1
- package/lib/types/cfn-resource-types/aws-ses-emailidentity.d.ts +11 -0
- package/lib/types/cfn-resource-types/aws-ses-emailidentity.js +1 -1
- package/lib/types/cfn-resource-types/aws-ssm-patchbaseline.d.ts +4 -0
- package/lib/types/cfn-resource-types/aws-ssm-patchbaseline.js +1 -1
- package/lib/types/cfn-resource-types/aws-wisdom-messagetemplate.d.ts +17 -0
- package/lib/types/cfn-resource-types/aws-wisdom-messagetemplate.js +1 -1
- package/lib/types/cfn-resource-types.d.ts +0 -2
- package/lib/types/cfn-resource-types.js +10 -12
- package/package.json +1 -1
- package/lib/types/cfn-resource-types/aws-opsworkscm-server.d.ts +0 -37
- package/lib/types/cfn-resource-types/aws-opsworkscm-server.js +0 -3
|
@@ -1,31 +1,31 @@
|
|
|
1
|
+
export type UniqueKey = string;
|
|
2
|
+
export type DestinationTableConfigurationList = DestinationTableConfiguration[];
|
|
3
|
+
export type DatabaseColumnName = string;
|
|
1
4
|
export type DatabaseName = string;
|
|
2
5
|
export type DatabaseTableName = string;
|
|
3
|
-
export type DatabaseColumnName = string;
|
|
4
6
|
export type VpcEndpointServiceName = string;
|
|
5
|
-
export type UniqueKey = string;
|
|
6
|
-
export type DestinationTableConfigurationList = DestinationTableConfiguration[];
|
|
7
7
|
/**
|
|
8
8
|
* Resource Type definition for AWS::KinesisFirehose::DeliveryStream
|
|
9
9
|
*/
|
|
10
10
|
export interface _AWS_KINESISFIREHOSE_DELIVERYSTREAM {
|
|
11
|
-
Arn?: string;
|
|
12
11
|
DeliveryStreamEncryptionConfigurationInput?: DeliveryStreamEncryptionConfigurationInput;
|
|
13
|
-
|
|
12
|
+
HttpEndpointDestinationConfiguration?: HttpEndpointDestinationConfiguration;
|
|
13
|
+
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration;
|
|
14
14
|
DeliveryStreamType?: ("DatabaseAsSource" | "DirectPut" | "KinesisStreamAsSource" | "MSKAsSource");
|
|
15
|
-
|
|
15
|
+
IcebergDestinationConfiguration?: IcebergDestinationConfiguration;
|
|
16
|
+
RedshiftDestinationConfiguration?: RedshiftDestinationConfiguration;
|
|
16
17
|
AmazonopensearchserviceDestinationConfiguration?: AmazonopensearchserviceDestinationConfiguration;
|
|
17
|
-
AmazonOpenSearchServerlessDestinationConfiguration?: AmazonOpenSearchServerlessDestinationConfiguration;
|
|
18
|
-
ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration;
|
|
19
|
-
DatabaseSourceConfiguration?: DatabaseSourceConfiguration;
|
|
20
|
-
DirectPutSourceConfiguration?: DirectPutSourceConfiguration;
|
|
21
|
-
KinesisStreamSourceConfiguration?: KinesisStreamSourceConfiguration;
|
|
22
18
|
MSKSourceConfiguration?: MSKSourceConfiguration;
|
|
23
|
-
|
|
24
|
-
S3DestinationConfiguration?: S3DestinationConfiguration;
|
|
19
|
+
DirectPutSourceConfiguration?: DirectPutSourceConfiguration;
|
|
25
20
|
SplunkDestinationConfiguration?: SplunkDestinationConfiguration;
|
|
26
|
-
|
|
21
|
+
ExtendedS3DestinationConfiguration?: ExtendedS3DestinationConfiguration;
|
|
22
|
+
AmazonOpenSearchServerlessDestinationConfiguration?: AmazonOpenSearchServerlessDestinationConfiguration;
|
|
23
|
+
ElasticsearchDestinationConfiguration?: ElasticsearchDestinationConfiguration;
|
|
27
24
|
SnowflakeDestinationConfiguration?: SnowflakeDestinationConfiguration;
|
|
28
|
-
|
|
25
|
+
DatabaseSourceConfiguration?: DatabaseSourceConfiguration;
|
|
26
|
+
S3DestinationConfiguration?: S3DestinationConfiguration;
|
|
27
|
+
DeliveryStreamName?: string;
|
|
28
|
+
Arn?: string;
|
|
29
29
|
/**
|
|
30
30
|
* @minItems 1
|
|
31
31
|
* @maxItems 50
|
|
@@ -33,105 +33,166 @@ export interface _AWS_KINESISFIREHOSE_DELIVERYSTREAM {
|
|
|
33
33
|
Tags?: Tag[];
|
|
34
34
|
}
|
|
35
35
|
export interface DeliveryStreamEncryptionConfigurationInput {
|
|
36
|
-
KeyARN?: string;
|
|
37
36
|
KeyType: ("AWS_OWNED_CMK" | "CUSTOMER_MANAGED_CMK");
|
|
37
|
+
KeyARN?: string;
|
|
38
38
|
}
|
|
39
|
-
export interface
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
IndexRotationPeriod?: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth");
|
|
39
|
+
export interface HttpEndpointDestinationConfiguration {
|
|
40
|
+
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
41
|
+
S3Configuration: S3DestinationConfiguration;
|
|
42
|
+
BufferingHints?: BufferingHints;
|
|
43
|
+
RetryOptions?: RetryOptions;
|
|
44
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
45
|
+
EndpointConfiguration: HttpEndpointConfiguration;
|
|
47
46
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
48
|
-
|
|
47
|
+
RoleARN?: string;
|
|
48
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
49
|
+
S3BackupMode?: string;
|
|
50
|
+
}
|
|
51
|
+
export interface HttpEndpointRequestConfiguration {
|
|
52
|
+
/**
|
|
53
|
+
* @minItems 0
|
|
54
|
+
* @maxItems 50
|
|
55
|
+
*/
|
|
56
|
+
CommonAttributes?: HttpEndpointCommonAttribute[];
|
|
57
|
+
ContentEncoding?: ("NONE" | "GZIP");
|
|
58
|
+
}
|
|
59
|
+
export interface HttpEndpointCommonAttribute {
|
|
60
|
+
AttributeValue: string;
|
|
61
|
+
AttributeName: string;
|
|
62
|
+
}
|
|
63
|
+
export interface S3DestinationConfiguration {
|
|
64
|
+
ErrorOutputPrefix?: string;
|
|
65
|
+
BucketARN: string;
|
|
66
|
+
BufferingHints?: BufferingHints;
|
|
67
|
+
CompressionFormat?: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY");
|
|
68
|
+
EncryptionConfiguration?: EncryptionConfiguration;
|
|
69
|
+
Prefix?: string;
|
|
70
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
49
71
|
RoleARN: string;
|
|
50
|
-
S3BackupMode?: ("FailedDocumentsOnly" | "AllDocuments");
|
|
51
|
-
S3Configuration: S3DestinationConfiguration;
|
|
52
|
-
ClusterEndpoint?: string;
|
|
53
|
-
TypeName?: string;
|
|
54
|
-
VpcConfiguration?: VpcConfiguration;
|
|
55
|
-
DocumentIdOptions?: DocumentIdOptions;
|
|
56
72
|
}
|
|
57
|
-
export interface
|
|
73
|
+
export interface BufferingHints {
|
|
58
74
|
IntervalInSeconds?: number;
|
|
59
75
|
SizeInMBs?: number;
|
|
60
76
|
}
|
|
77
|
+
export interface EncryptionConfiguration {
|
|
78
|
+
KMSEncryptionConfig?: KMSEncryptionConfig;
|
|
79
|
+
NoEncryptionConfig?: "NoEncryption";
|
|
80
|
+
}
|
|
81
|
+
export interface KMSEncryptionConfig {
|
|
82
|
+
AWSKMSKeyARN: string;
|
|
83
|
+
}
|
|
61
84
|
export interface CloudWatchLoggingOptions {
|
|
85
|
+
LogStreamName?: string;
|
|
62
86
|
Enabled?: boolean;
|
|
63
87
|
LogGroupName?: string;
|
|
64
|
-
|
|
88
|
+
}
|
|
89
|
+
export interface RetryOptions {
|
|
90
|
+
DurationInSeconds?: number;
|
|
91
|
+
}
|
|
92
|
+
export interface SecretsManagerConfiguration {
|
|
93
|
+
SecretARN?: string;
|
|
94
|
+
Enabled: boolean;
|
|
95
|
+
RoleARN?: string;
|
|
96
|
+
}
|
|
97
|
+
export interface HttpEndpointConfiguration {
|
|
98
|
+
AccessKey?: string;
|
|
99
|
+
Url: string;
|
|
100
|
+
Name?: string;
|
|
65
101
|
}
|
|
66
102
|
export interface ProcessingConfiguration {
|
|
67
103
|
Enabled?: boolean;
|
|
68
104
|
Processors?: Processor[];
|
|
69
105
|
}
|
|
70
106
|
export interface Processor {
|
|
71
|
-
Parameters?: ProcessorParameter[];
|
|
72
107
|
Type: ("RecordDeAggregation" | "Decompression" | "CloudWatchLogProcessing" | "Lambda" | "MetadataExtraction" | "AppendDelimiterToRecord");
|
|
108
|
+
Parameters?: ProcessorParameter[];
|
|
73
109
|
}
|
|
74
110
|
export interface ProcessorParameter {
|
|
75
|
-
ParameterName: string;
|
|
76
111
|
ParameterValue: ({
|
|
77
112
|
[k: string]: unknown;
|
|
78
113
|
} & string);
|
|
114
|
+
ParameterName: string;
|
|
79
115
|
}
|
|
80
|
-
export interface
|
|
81
|
-
|
|
116
|
+
export interface KinesisStreamSourceConfiguration {
|
|
117
|
+
KinesisStreamARN: string;
|
|
118
|
+
RoleARN: string;
|
|
82
119
|
}
|
|
83
|
-
export interface
|
|
84
|
-
|
|
120
|
+
export interface IcebergDestinationConfiguration {
|
|
121
|
+
CatalogConfiguration: CatalogConfiguration;
|
|
122
|
+
S3Configuration: S3DestinationConfiguration;
|
|
123
|
+
DestinationTableConfigurationList?: DestinationTableConfigurationList;
|
|
85
124
|
BufferingHints?: BufferingHints;
|
|
125
|
+
TableCreationConfiguration?: TableCreationConfiguration;
|
|
126
|
+
RetryOptions?: RetryOptions;
|
|
127
|
+
s3BackupMode?: ("AllData" | "FailedDataOnly");
|
|
128
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
129
|
+
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration;
|
|
130
|
+
AppendOnly?: boolean;
|
|
86
131
|
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
87
|
-
CompressionFormat?: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY");
|
|
88
|
-
EncryptionConfiguration?: EncryptionConfiguration;
|
|
89
|
-
ErrorOutputPrefix?: string;
|
|
90
|
-
Prefix?: string;
|
|
91
132
|
RoleARN: string;
|
|
92
133
|
}
|
|
93
|
-
export interface
|
|
94
|
-
|
|
95
|
-
|
|
134
|
+
export interface CatalogConfiguration {
|
|
135
|
+
CatalogArn?: string;
|
|
136
|
+
WarehouseLocation?: string;
|
|
96
137
|
}
|
|
97
|
-
export interface
|
|
98
|
-
|
|
99
|
-
|
|
138
|
+
export interface DestinationTableConfiguration {
|
|
139
|
+
DestinationDatabaseName: string;
|
|
140
|
+
S3ErrorOutputPrefix?: string;
|
|
141
|
+
DestinationTableName: string;
|
|
142
|
+
UniqueKeys?: UniqueKey[];
|
|
143
|
+
PartitionSpec?: {
|
|
144
|
+
Identity?: PartitionField[];
|
|
145
|
+
};
|
|
100
146
|
}
|
|
101
|
-
export interface
|
|
102
|
-
|
|
147
|
+
export interface PartitionField {
|
|
148
|
+
SourceName: string;
|
|
103
149
|
}
|
|
104
|
-
export interface
|
|
150
|
+
export interface TableCreationConfiguration {
|
|
151
|
+
Enabled?: boolean;
|
|
152
|
+
}
|
|
153
|
+
export interface SchemaEvolutionConfiguration {
|
|
154
|
+
Enabled?: boolean;
|
|
155
|
+
}
|
|
156
|
+
export interface RedshiftDestinationConfiguration {
|
|
157
|
+
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
158
|
+
S3Configuration: S3DestinationConfiguration;
|
|
159
|
+
Username?: string;
|
|
160
|
+
CopyCommand: CopyCommand;
|
|
161
|
+
RetryOptions?: RedshiftRetryOptions;
|
|
162
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
163
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
164
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
165
|
+
ClusterJDBCURL: string;
|
|
105
166
|
RoleARN: string;
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
* @maxItems 16
|
|
109
|
-
*/
|
|
110
|
-
SubnetIds: string[];
|
|
111
|
-
/**
|
|
112
|
-
* @minItems 1
|
|
113
|
-
* @maxItems 5
|
|
114
|
-
*/
|
|
115
|
-
SecurityGroupIds: string[];
|
|
167
|
+
Password?: string;
|
|
168
|
+
S3BackupMode?: ("Disabled" | "Enabled");
|
|
116
169
|
}
|
|
117
|
-
export interface
|
|
118
|
-
|
|
170
|
+
export interface CopyCommand {
|
|
171
|
+
DataTableName: string;
|
|
172
|
+
CopyOptions?: string;
|
|
173
|
+
DataTableColumns?: string;
|
|
174
|
+
}
|
|
175
|
+
export interface RedshiftRetryOptions {
|
|
176
|
+
DurationInSeconds?: number;
|
|
119
177
|
}
|
|
120
178
|
export interface AmazonopensearchserviceDestinationConfiguration {
|
|
121
|
-
|
|
122
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
123
|
-
DomainARN?: string;
|
|
124
|
-
IndexName: string;
|
|
179
|
+
TypeName?: string;
|
|
125
180
|
IndexRotationPeriod?: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth");
|
|
126
181
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
127
|
-
|
|
182
|
+
ClusterEndpoint?: string;
|
|
183
|
+
DomainARN?: string;
|
|
128
184
|
RoleARN: string;
|
|
129
185
|
S3BackupMode?: ("FailedDocumentsOnly" | "AllDocuments");
|
|
186
|
+
IndexName: string;
|
|
187
|
+
DocumentIdOptions?: DocumentIdOptions;
|
|
130
188
|
S3Configuration: S3DestinationConfiguration;
|
|
131
|
-
|
|
132
|
-
|
|
189
|
+
BufferingHints?: AmazonopensearchserviceBufferingHints;
|
|
190
|
+
RetryOptions?: AmazonopensearchserviceRetryOptions;
|
|
133
191
|
VpcConfiguration?: VpcConfiguration;
|
|
134
|
-
|
|
192
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
193
|
+
}
|
|
194
|
+
export interface DocumentIdOptions {
|
|
195
|
+
DefaultDocumentIdFormat: ("FIREHOSE_DEFAULT" | "NO_DOCUMENT_ID");
|
|
135
196
|
}
|
|
136
197
|
export interface AmazonopensearchserviceBufferingHints {
|
|
137
198
|
IntervalInSeconds?: number;
|
|
@@ -140,47 +201,74 @@ export interface AmazonopensearchserviceBufferingHints {
|
|
|
140
201
|
export interface AmazonopensearchserviceRetryOptions {
|
|
141
202
|
DurationInSeconds?: number;
|
|
142
203
|
}
|
|
143
|
-
export interface
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
204
|
+
export interface VpcConfiguration {
|
|
205
|
+
/**
|
|
206
|
+
* @minItems 1
|
|
207
|
+
* @maxItems 16
|
|
208
|
+
*/
|
|
209
|
+
SubnetIds: string[];
|
|
210
|
+
/**
|
|
211
|
+
* @minItems 1
|
|
212
|
+
* @maxItems 5
|
|
213
|
+
*/
|
|
214
|
+
SecurityGroupIds: string[];
|
|
149
215
|
RoleARN: string;
|
|
150
|
-
|
|
216
|
+
}
|
|
217
|
+
export interface MSKSourceConfiguration {
|
|
218
|
+
AuthenticationConfiguration: AuthenticationConfiguration;
|
|
219
|
+
ReadFromTimestamp?: string;
|
|
220
|
+
MSKClusterARN: string;
|
|
221
|
+
TopicName: string;
|
|
222
|
+
}
|
|
223
|
+
export interface AuthenticationConfiguration {
|
|
224
|
+
Connectivity: ("PUBLIC" | "PRIVATE");
|
|
225
|
+
RoleARN: string;
|
|
226
|
+
}
|
|
227
|
+
export interface DirectPutSourceConfiguration {
|
|
228
|
+
ThroughputHintInMBs?: number;
|
|
229
|
+
}
|
|
230
|
+
export interface SplunkDestinationConfiguration {
|
|
231
|
+
HECEndpoint: string;
|
|
151
232
|
S3Configuration: S3DestinationConfiguration;
|
|
152
|
-
|
|
153
|
-
|
|
233
|
+
BufferingHints?: SplunkBufferingHints;
|
|
234
|
+
HECToken?: string;
|
|
235
|
+
RetryOptions?: SplunkRetryOptions;
|
|
236
|
+
HECEndpointType: ("Raw" | "Event");
|
|
237
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
238
|
+
HECAcknowledgmentTimeoutInSeconds?: number;
|
|
239
|
+
ProcessingConfiguration?: ProcessingConfiguration;
|
|
240
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
241
|
+
S3BackupMode?: string;
|
|
154
242
|
}
|
|
155
|
-
export interface
|
|
243
|
+
export interface SplunkBufferingHints {
|
|
156
244
|
IntervalInSeconds?: number;
|
|
157
245
|
SizeInMBs?: number;
|
|
158
246
|
}
|
|
159
|
-
export interface
|
|
247
|
+
export interface SplunkRetryOptions {
|
|
160
248
|
DurationInSeconds?: number;
|
|
161
249
|
}
|
|
162
250
|
export interface ExtendedS3DestinationConfiguration {
|
|
251
|
+
ErrorOutputPrefix?: string;
|
|
252
|
+
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
163
253
|
BucketARN: string;
|
|
164
|
-
BufferingHints?: BufferingHints;
|
|
165
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
166
254
|
CompressionFormat?: ("UNCOMPRESSED" | "GZIP" | "ZIP" | "Snappy" | "HADOOP_SNAPPY");
|
|
167
|
-
CustomTimeZone?: string;
|
|
168
255
|
DataFormatConversionConfiguration?: DataFormatConversionConfiguration;
|
|
169
|
-
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
170
256
|
EncryptionConfiguration?: EncryptionConfiguration;
|
|
171
|
-
|
|
172
|
-
|
|
257
|
+
CustomTimeZone?: string;
|
|
258
|
+
DynamicPartitioningConfiguration?: DynamicPartitioningConfiguration;
|
|
173
259
|
Prefix?: string;
|
|
174
260
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
175
261
|
RoleARN: string;
|
|
176
|
-
S3BackupConfiguration?: S3DestinationConfiguration;
|
|
177
262
|
S3BackupMode?: ("Disabled" | "Enabled");
|
|
263
|
+
BufferingHints?: BufferingHints;
|
|
264
|
+
FileExtension?: string;
|
|
265
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
178
266
|
}
|
|
179
267
|
export interface DataFormatConversionConfiguration {
|
|
180
|
-
Enabled?: boolean;
|
|
181
268
|
InputFormatConfiguration?: InputFormatConfiguration;
|
|
182
|
-
|
|
269
|
+
Enabled?: boolean;
|
|
183
270
|
SchemaConfiguration?: SchemaConfiguration;
|
|
271
|
+
OutputFormatConfiguration?: OutputFormatConfiguration;
|
|
184
272
|
}
|
|
185
273
|
export interface InputFormatConfiguration {
|
|
186
274
|
Deserializer?: Deserializer;
|
|
@@ -193,7 +281,7 @@ export interface HiveJsonSerDe {
|
|
|
193
281
|
TimestampFormats?: string[];
|
|
194
282
|
}
|
|
195
283
|
export interface OpenXJsonSerDe {
|
|
196
|
-
|
|
284
|
+
ConvertDotsInJsonKeysToUnderscores?: boolean;
|
|
197
285
|
ColumnToJsonKeyMappings?: {
|
|
198
286
|
/**
|
|
199
287
|
* This interface was referenced by `undefined`'s JSON-Schema definition
|
|
@@ -201,7 +289,15 @@ export interface OpenXJsonSerDe {
|
|
|
201
289
|
*/
|
|
202
290
|
[k: string]: string;
|
|
203
291
|
};
|
|
204
|
-
|
|
292
|
+
CaseInsensitive?: boolean;
|
|
293
|
+
}
|
|
294
|
+
export interface SchemaConfiguration {
|
|
295
|
+
VersionId?: string;
|
|
296
|
+
TableName?: string;
|
|
297
|
+
DatabaseName?: string;
|
|
298
|
+
Region?: string;
|
|
299
|
+
CatalogId?: string;
|
|
300
|
+
RoleARN?: string;
|
|
205
301
|
}
|
|
206
302
|
export interface OutputFormatConfiguration {
|
|
207
303
|
Serializer?: Serializer;
|
|
@@ -211,239 +307,143 @@ export interface Serializer {
|
|
|
211
307
|
ParquetSerDe?: ParquetSerDe;
|
|
212
308
|
}
|
|
213
309
|
export interface OrcSerDe {
|
|
214
|
-
|
|
310
|
+
PaddingTolerance?: number;
|
|
311
|
+
Compression?: string;
|
|
312
|
+
StripeSizeBytes?: number;
|
|
215
313
|
BloomFilterColumns?: string[];
|
|
216
314
|
BloomFilterFalsePositiveProbability?: number;
|
|
217
|
-
Compression?: string;
|
|
218
|
-
DictionaryKeyThreshold?: number;
|
|
219
315
|
EnablePadding?: boolean;
|
|
220
316
|
FormatVersion?: string;
|
|
221
|
-
PaddingTolerance?: number;
|
|
222
317
|
RowIndexStride?: number;
|
|
223
|
-
|
|
318
|
+
BlockSizeBytes?: number;
|
|
319
|
+
DictionaryKeyThreshold?: number;
|
|
224
320
|
}
|
|
225
321
|
export interface ParquetSerDe {
|
|
226
|
-
BlockSizeBytes?: number;
|
|
227
322
|
Compression?: string;
|
|
323
|
+
BlockSizeBytes?: number;
|
|
228
324
|
EnableDictionaryCompression?: boolean;
|
|
229
|
-
MaxPaddingBytes?: number;
|
|
230
325
|
PageSizeBytes?: number;
|
|
326
|
+
MaxPaddingBytes?: number;
|
|
231
327
|
WriterVersion?: string;
|
|
232
328
|
}
|
|
233
|
-
export interface SchemaConfiguration {
|
|
234
|
-
CatalogId?: string;
|
|
235
|
-
DatabaseName?: string;
|
|
236
|
-
Region?: string;
|
|
237
|
-
RoleARN?: string;
|
|
238
|
-
TableName?: string;
|
|
239
|
-
VersionId?: string;
|
|
240
|
-
}
|
|
241
329
|
export interface DynamicPartitioningConfiguration {
|
|
242
330
|
Enabled?: boolean;
|
|
243
331
|
RetryOptions?: RetryOptions;
|
|
244
332
|
}
|
|
245
|
-
export interface
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
SSLMode?: ("Disabled" | "Enabled");
|
|
253
|
-
Databases: Databases;
|
|
254
|
-
Tables: DatabaseTables;
|
|
255
|
-
Columns?: DatabaseColumns;
|
|
256
|
-
SurrogateKeys?: string[];
|
|
257
|
-
SnapshotWatermarkTable: DatabaseTableName;
|
|
258
|
-
DatabaseSourceAuthenticationConfiguration: DatabaseSourceAuthenticationConfiguration;
|
|
259
|
-
DatabaseSourceVPCConfiguration: DatabaseSourceVPCConfiguration;
|
|
260
|
-
Digest?: string;
|
|
261
|
-
PublicCertificate?: string;
|
|
262
|
-
}
|
|
263
|
-
export interface Databases {
|
|
264
|
-
Include?: DatabaseName[];
|
|
265
|
-
Exclude?: DatabaseName[];
|
|
266
|
-
}
|
|
267
|
-
export interface DatabaseTables {
|
|
268
|
-
Include?: DatabaseTableName[];
|
|
269
|
-
Exclude?: DatabaseTableName[];
|
|
270
|
-
}
|
|
271
|
-
export interface DatabaseColumns {
|
|
272
|
-
Include?: DatabaseColumnName[];
|
|
273
|
-
Exclude?: DatabaseColumnName[];
|
|
274
|
-
}
|
|
275
|
-
export interface DatabaseSourceAuthenticationConfiguration {
|
|
276
|
-
SecretsManagerConfiguration: SecretsManagerConfiguration;
|
|
277
|
-
}
|
|
278
|
-
export interface SecretsManagerConfiguration {
|
|
279
|
-
Enabled: boolean;
|
|
280
|
-
RoleARN?: string;
|
|
281
|
-
SecretARN?: string;
|
|
282
|
-
}
|
|
283
|
-
export interface DatabaseSourceVPCConfiguration {
|
|
284
|
-
VpcEndpointServiceName: VpcEndpointServiceName;
|
|
285
|
-
}
|
|
286
|
-
export interface DirectPutSourceConfiguration {
|
|
287
|
-
ThroughputHintInMBs?: number;
|
|
288
|
-
}
|
|
289
|
-
export interface KinesisStreamSourceConfiguration {
|
|
290
|
-
KinesisStreamARN: string;
|
|
291
|
-
RoleARN: string;
|
|
292
|
-
}
|
|
293
|
-
export interface MSKSourceConfiguration {
|
|
294
|
-
MSKClusterARN: string;
|
|
295
|
-
TopicName: string;
|
|
296
|
-
ReadFromTimestamp?: string;
|
|
297
|
-
AuthenticationConfiguration: AuthenticationConfiguration;
|
|
298
|
-
}
|
|
299
|
-
export interface AuthenticationConfiguration {
|
|
300
|
-
RoleARN: string;
|
|
301
|
-
Connectivity: ("PUBLIC" | "PRIVATE");
|
|
302
|
-
}
|
|
303
|
-
export interface RedshiftDestinationConfiguration {
|
|
304
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
305
|
-
ClusterJDBCURL: string;
|
|
306
|
-
CopyCommand: CopyCommand;
|
|
307
|
-
Password?: string;
|
|
333
|
+
export interface AmazonOpenSearchServerlessDestinationConfiguration {
|
|
334
|
+
IndexName: string;
|
|
335
|
+
S3Configuration: S3DestinationConfiguration;
|
|
336
|
+
BufferingHints?: AmazonOpenSearchServerlessBufferingHints;
|
|
337
|
+
RetryOptions?: AmazonOpenSearchServerlessRetryOptions;
|
|
338
|
+
CollectionEndpoint?: string;
|
|
339
|
+
VpcConfiguration?: VpcConfiguration;
|
|
308
340
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
309
|
-
|
|
341
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
310
342
|
RoleARN: string;
|
|
311
|
-
|
|
312
|
-
S3BackupMode?: ("Disabled" | "Enabled");
|
|
313
|
-
S3Configuration: S3DestinationConfiguration;
|
|
314
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
315
|
-
Username?: string;
|
|
343
|
+
S3BackupMode?: ("FailedDocumentsOnly" | "AllDocuments");
|
|
316
344
|
}
|
|
317
|
-
export interface
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
DataTableName: string;
|
|
345
|
+
export interface AmazonOpenSearchServerlessBufferingHints {
|
|
346
|
+
IntervalInSeconds?: number;
|
|
347
|
+
SizeInMBs?: number;
|
|
321
348
|
}
|
|
322
|
-
export interface
|
|
349
|
+
export interface AmazonOpenSearchServerlessRetryOptions {
|
|
323
350
|
DurationInSeconds?: number;
|
|
324
351
|
}
|
|
325
|
-
export interface
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
HECEndpoint: string;
|
|
329
|
-
HECEndpointType: ("Raw" | "Event");
|
|
330
|
-
HECToken?: string;
|
|
352
|
+
export interface ElasticsearchDestinationConfiguration {
|
|
353
|
+
TypeName?: string;
|
|
354
|
+
IndexRotationPeriod?: ("NoRotation" | "OneHour" | "OneDay" | "OneWeek" | "OneMonth");
|
|
331
355
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
332
|
-
|
|
333
|
-
|
|
356
|
+
ClusterEndpoint?: string;
|
|
357
|
+
DomainARN?: ({
|
|
358
|
+
[k: string]: unknown;
|
|
359
|
+
} & string);
|
|
360
|
+
RoleARN: string;
|
|
361
|
+
S3BackupMode?: ("FailedDocumentsOnly" | "AllDocuments");
|
|
362
|
+
IndexName: string;
|
|
363
|
+
DocumentIdOptions?: DocumentIdOptions;
|
|
334
364
|
S3Configuration: S3DestinationConfiguration;
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
DurationInSeconds?: number;
|
|
365
|
+
BufferingHints?: ElasticsearchBufferingHints;
|
|
366
|
+
RetryOptions?: ElasticsearchRetryOptions;
|
|
367
|
+
VpcConfiguration?: VpcConfiguration;
|
|
368
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
340
369
|
}
|
|
341
|
-
export interface
|
|
370
|
+
export interface ElasticsearchBufferingHints {
|
|
342
371
|
IntervalInSeconds?: number;
|
|
343
372
|
SizeInMBs?: number;
|
|
344
373
|
}
|
|
345
|
-
export interface
|
|
346
|
-
|
|
347
|
-
EndpointConfiguration: HttpEndpointConfiguration;
|
|
348
|
-
RequestConfiguration?: HttpEndpointRequestConfiguration;
|
|
349
|
-
BufferingHints?: BufferingHints;
|
|
350
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
351
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
352
|
-
RetryOptions?: RetryOptions;
|
|
353
|
-
S3BackupMode?: string;
|
|
354
|
-
S3Configuration: S3DestinationConfiguration;
|
|
355
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
356
|
-
}
|
|
357
|
-
export interface HttpEndpointConfiguration {
|
|
358
|
-
Url: string;
|
|
359
|
-
AccessKey?: string;
|
|
360
|
-
Name?: string;
|
|
361
|
-
}
|
|
362
|
-
export interface HttpEndpointRequestConfiguration {
|
|
363
|
-
ContentEncoding?: ("NONE" | "GZIP");
|
|
364
|
-
/**
|
|
365
|
-
* @minItems 0
|
|
366
|
-
* @maxItems 50
|
|
367
|
-
*/
|
|
368
|
-
CommonAttributes?: HttpEndpointCommonAttribute[];
|
|
369
|
-
}
|
|
370
|
-
export interface HttpEndpointCommonAttribute {
|
|
371
|
-
AttributeName: string;
|
|
372
|
-
AttributeValue: string;
|
|
374
|
+
export interface ElasticsearchRetryOptions {
|
|
375
|
+
DurationInSeconds?: number;
|
|
373
376
|
}
|
|
374
377
|
export interface SnowflakeDestinationConfiguration {
|
|
375
|
-
AccountUrl: string;
|
|
376
378
|
PrivateKey?: string;
|
|
377
|
-
KeyPassphrase?: string;
|
|
378
379
|
User?: string;
|
|
379
|
-
Database: string;
|
|
380
|
-
Schema: string;
|
|
381
380
|
Table: string;
|
|
382
|
-
|
|
381
|
+
SnowflakeVpcConfiguration?: SnowflakeVpcConfiguration;
|
|
383
382
|
DataLoadingOption?: ("JSON_MAPPING" | "VARIANT_CONTENT_MAPPING" | "VARIANT_CONTENT_AND_METADATA_MAPPING");
|
|
384
|
-
|
|
383
|
+
Schema: string;
|
|
385
384
|
ContentColumnName?: string;
|
|
386
|
-
|
|
387
|
-
|
|
385
|
+
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
386
|
+
SnowflakeRoleConfiguration?: SnowflakeRoleConfiguration;
|
|
388
387
|
ProcessingConfiguration?: ProcessingConfiguration;
|
|
388
|
+
AccountUrl: string;
|
|
389
389
|
RoleARN: string;
|
|
390
|
-
RetryOptions?: SnowflakeRetryOptions;
|
|
391
390
|
S3BackupMode?: ("FailedDataOnly" | "AllData");
|
|
392
391
|
S3Configuration: S3DestinationConfiguration;
|
|
393
|
-
SecretsManagerConfiguration?: SecretsManagerConfiguration;
|
|
394
392
|
BufferingHints?: SnowflakeBufferingHints;
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
393
|
+
MetaDataColumnName?: string;
|
|
394
|
+
Database: string;
|
|
395
|
+
RetryOptions?: SnowflakeRetryOptions;
|
|
396
|
+
KeyPassphrase?: string;
|
|
397
|
+
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
399
398
|
}
|
|
400
399
|
export interface SnowflakeVpcConfiguration {
|
|
401
400
|
PrivateLinkVpceId: string;
|
|
402
401
|
}
|
|
403
|
-
export interface
|
|
404
|
-
|
|
402
|
+
export interface SnowflakeRoleConfiguration {
|
|
403
|
+
SnowflakeRole?: string;
|
|
404
|
+
Enabled?: boolean;
|
|
405
405
|
}
|
|
406
406
|
export interface SnowflakeBufferingHints {
|
|
407
407
|
IntervalInSeconds?: number;
|
|
408
408
|
SizeInMBs?: number;
|
|
409
409
|
}
|
|
410
|
-
export interface
|
|
411
|
-
|
|
412
|
-
ProcessingConfiguration?: ProcessingConfiguration;
|
|
413
|
-
CloudWatchLoggingOptions?: CloudWatchLoggingOptions;
|
|
414
|
-
CatalogConfiguration: CatalogConfiguration;
|
|
415
|
-
SchemaEvolutionConfiguration?: SchemaEvolutionConfiguration;
|
|
416
|
-
TableCreationConfiguration?: TableCreationConfiguration;
|
|
417
|
-
RoleARN: string;
|
|
418
|
-
AppendOnly?: boolean;
|
|
419
|
-
RetryOptions?: RetryOptions;
|
|
420
|
-
s3BackupMode?: ("AllData" | "FailedDataOnly");
|
|
421
|
-
BufferingHints?: BufferingHints;
|
|
422
|
-
S3Configuration: S3DestinationConfiguration;
|
|
410
|
+
export interface SnowflakeRetryOptions {
|
|
411
|
+
DurationInSeconds?: number;
|
|
423
412
|
}
|
|
424
|
-
export interface
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
413
|
+
export interface DatabaseSourceConfiguration {
|
|
414
|
+
Digest?: string;
|
|
415
|
+
Port: number;
|
|
416
|
+
PublicCertificate?: string;
|
|
417
|
+
Columns?: DatabaseColumns;
|
|
418
|
+
Type: ("MySQL" | "PostgreSQL");
|
|
419
|
+
SurrogateKeys?: string[];
|
|
420
|
+
Databases: Databases;
|
|
421
|
+
Endpoint: string;
|
|
422
|
+
SSLMode?: ("Disabled" | "Enabled");
|
|
423
|
+
SnapshotWatermarkTable: DatabaseTableName;
|
|
424
|
+
DatabaseSourceAuthenticationConfiguration: DatabaseSourceAuthenticationConfiguration;
|
|
425
|
+
Tables: DatabaseTables;
|
|
426
|
+
DatabaseSourceVPCConfiguration: DatabaseSourceVPCConfiguration;
|
|
432
427
|
}
|
|
433
|
-
export interface
|
|
434
|
-
|
|
428
|
+
export interface DatabaseColumns {
|
|
429
|
+
Exclude?: DatabaseColumnName[];
|
|
430
|
+
Include?: DatabaseColumnName[];
|
|
435
431
|
}
|
|
436
|
-
export interface
|
|
437
|
-
|
|
438
|
-
|
|
432
|
+
export interface Databases {
|
|
433
|
+
Exclude?: DatabaseName[];
|
|
434
|
+
Include?: DatabaseName[];
|
|
439
435
|
}
|
|
440
|
-
export interface
|
|
441
|
-
|
|
436
|
+
export interface DatabaseSourceAuthenticationConfiguration {
|
|
437
|
+
SecretsManagerConfiguration: SecretsManagerConfiguration;
|
|
442
438
|
}
|
|
443
|
-
export interface
|
|
444
|
-
|
|
439
|
+
export interface DatabaseTables {
|
|
440
|
+
Exclude?: DatabaseTableName[];
|
|
441
|
+
Include?: DatabaseTableName[];
|
|
442
|
+
}
|
|
443
|
+
export interface DatabaseSourceVPCConfiguration {
|
|
444
|
+
VpcEndpointServiceName: VpcEndpointServiceName;
|
|
445
445
|
}
|
|
446
446
|
export interface Tag {
|
|
447
|
-
Key: string;
|
|
448
447
|
Value?: string;
|
|
448
|
+
Key: string;
|
|
449
449
|
}
|