@awboost/cfn-resource-types 0.1.246 → 0.1.248
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.
|
@@ -16,6 +16,10 @@ export type DataZoneDataSourceProperties = {
|
|
|
16
16
|
* Configuration of the data source. It can be set to either glueRunConfiguration or redshiftRunConfiguration.
|
|
17
17
|
*/
|
|
18
18
|
Configuration?: DataSourceConfigurationInput;
|
|
19
|
+
/**
|
|
20
|
+
* The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run
|
|
21
|
+
*/
|
|
22
|
+
ConnectionIdentifier?: string;
|
|
19
23
|
/**
|
|
20
24
|
* The description of the data source.
|
|
21
25
|
* @maxLength `2048`
|
|
@@ -33,7 +37,7 @@ export type DataZoneDataSourceProperties = {
|
|
|
33
37
|
/**
|
|
34
38
|
* The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
|
|
35
39
|
*/
|
|
36
|
-
EnvironmentIdentifier
|
|
40
|
+
EnvironmentIdentifier?: string;
|
|
37
41
|
/**
|
|
38
42
|
* The name of the data source.
|
|
39
43
|
* @minLength `1`
|
|
@@ -68,6 +72,10 @@ export type DataZoneDataSourceProperties = {
|
|
|
68
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-datasource.html#aws-resource-datazone-datasource-return-values}
|
|
69
73
|
*/
|
|
70
74
|
export type DataZoneDataSourceAttributes = {
|
|
75
|
+
/**
|
|
76
|
+
* The unique identifier of a connection used to fetch relevant parameters from connection during Datasource run
|
|
77
|
+
*/
|
|
78
|
+
ConnectionId: string;
|
|
71
79
|
/**
|
|
72
80
|
* The timestamp of when the data source was created.
|
|
73
81
|
*/
|
|
@@ -79,7 +87,6 @@ export type DataZoneDataSourceAttributes = {
|
|
|
79
87
|
DomainId: string;
|
|
80
88
|
/**
|
|
81
89
|
* The unique identifier of the Amazon DataZone environment to which the data source publishes assets.
|
|
82
|
-
* @pattern `^[a-zA-Z0-9_-]{1,36}$`
|
|
83
90
|
*/
|
|
84
91
|
EnvironmentId: string;
|
|
85
92
|
/**
|
|
@@ -206,6 +213,12 @@ export type GlueRunConfigurationInput = {
|
|
|
206
213
|
* Specifies whether to automatically import data quality metrics as part of the data source run.
|
|
207
214
|
*/
|
|
208
215
|
AutoImportDataQualityResult?: boolean;
|
|
216
|
+
/**
|
|
217
|
+
* The catalog name in the AWS Glue run configuration.
|
|
218
|
+
* @minLength `1`
|
|
219
|
+
* @maxLength `128`
|
|
220
|
+
*/
|
|
221
|
+
CatalogName?: string;
|
|
209
222
|
/**
|
|
210
223
|
* The data access role included in the configuration details of the AWS Glue data source.
|
|
211
224
|
* @pattern `^arn:aws[^:]*:iam::\d{12}:(role|role/service-role)/[\w+=,.@-]{1,128}$`
|
|
@@ -268,11 +281,11 @@ export type RedshiftRunConfigurationInput = {
|
|
|
268
281
|
/**
|
|
269
282
|
* The details of the credentials required to access an Amazon Redshift cluster.
|
|
270
283
|
*/
|
|
271
|
-
RedshiftCredentialConfiguration
|
|
284
|
+
RedshiftCredentialConfiguration?: RedshiftCredentialConfiguration;
|
|
272
285
|
/**
|
|
273
286
|
* The details of the Amazon Redshift storage as part of the configuration of an Amazon Redshift data source run.
|
|
274
287
|
*/
|
|
275
|
-
RedshiftStorage
|
|
288
|
+
RedshiftStorage?: RedshiftStorage;
|
|
276
289
|
/**
|
|
277
290
|
* The relational filter configurations included in the configuration details of the Amazon Redshift data source.
|
|
278
291
|
*/
|
|
@@ -8,11 +8,15 @@ export type EC2VerifiedAccessEndpointProperties = {
|
|
|
8
8
|
/**
|
|
9
9
|
* The DNS name for users to reach your application.
|
|
10
10
|
*/
|
|
11
|
-
ApplicationDomain
|
|
11
|
+
ApplicationDomain?: string;
|
|
12
12
|
/**
|
|
13
13
|
* The type of attachment used to provide connectivity between the AWS Verified Access endpoint and the application.
|
|
14
14
|
*/
|
|
15
15
|
AttachmentType: string;
|
|
16
|
+
/**
|
|
17
|
+
* The options for cidr type endpoint.
|
|
18
|
+
*/
|
|
19
|
+
CidrOptions?: CidrOptions;
|
|
16
20
|
/**
|
|
17
21
|
* A description for the AWS Verified Access endpoint.
|
|
18
22
|
*/
|
|
@@ -20,11 +24,11 @@ export type EC2VerifiedAccessEndpointProperties = {
|
|
|
20
24
|
/**
|
|
21
25
|
* The ARN of a public TLS/SSL certificate imported into or created with ACM.
|
|
22
26
|
*/
|
|
23
|
-
DomainCertificateArn
|
|
27
|
+
DomainCertificateArn?: string;
|
|
24
28
|
/**
|
|
25
29
|
* A custom identifier that gets prepended to a DNS name that is generated for the endpoint.
|
|
26
30
|
*/
|
|
27
|
-
EndpointDomainPrefix
|
|
31
|
+
EndpointDomainPrefix?: string;
|
|
28
32
|
/**
|
|
29
33
|
* The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.The type of AWS Verified Access endpoint. Incoming application requests will be sent to an IP address, load balancer or a network interface depending on the endpoint type specified.
|
|
30
34
|
*/
|
|
@@ -45,6 +49,10 @@ export type EC2VerifiedAccessEndpointProperties = {
|
|
|
45
49
|
* The status of the Verified Access policy.
|
|
46
50
|
*/
|
|
47
51
|
PolicyEnabled?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* The options for rds type endpoint.
|
|
54
|
+
*/
|
|
55
|
+
RdsOptions?: RdsOptions;
|
|
48
56
|
/**
|
|
49
57
|
* The IDs of the security groups for the endpoint.
|
|
50
58
|
*/
|
|
@@ -96,6 +104,29 @@ export type EC2VerifiedAccessEndpointAttributes = {
|
|
|
96
104
|
*/
|
|
97
105
|
VerifiedAccessInstanceId: string;
|
|
98
106
|
};
|
|
107
|
+
/**
|
|
108
|
+
* Type definition for `AWS::EC2::VerifiedAccessEndpoint.CidrOptions`.
|
|
109
|
+
* The options for cidr type endpoint.
|
|
110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-cidroptions.html}
|
|
111
|
+
*/
|
|
112
|
+
export type CidrOptions = {
|
|
113
|
+
/**
|
|
114
|
+
* The IP address range, in CIDR notation.
|
|
115
|
+
*/
|
|
116
|
+
Cidr?: string;
|
|
117
|
+
/**
|
|
118
|
+
* The list of port range.
|
|
119
|
+
*/
|
|
120
|
+
PortRanges?: PortRange[];
|
|
121
|
+
/**
|
|
122
|
+
* The IP protocol.
|
|
123
|
+
*/
|
|
124
|
+
Protocol?: string;
|
|
125
|
+
/**
|
|
126
|
+
* The IDs of the subnets.
|
|
127
|
+
*/
|
|
128
|
+
SubnetIds?: string[];
|
|
129
|
+
};
|
|
99
130
|
/**
|
|
100
131
|
* Type definition for `AWS::EC2::VerifiedAccessEndpoint.LoadBalancerOptions`.
|
|
101
132
|
* The load balancer details if creating the AWS Verified Access endpoint as load-balancertype.
|
|
@@ -112,6 +143,10 @@ export type LoadBalancerOptions = {
|
|
|
112
143
|
* @max `65535`
|
|
113
144
|
*/
|
|
114
145
|
Port?: number;
|
|
146
|
+
/**
|
|
147
|
+
* The list of port range.
|
|
148
|
+
*/
|
|
149
|
+
PortRanges?: PortRange[];
|
|
115
150
|
/**
|
|
116
151
|
* The IP protocol.
|
|
117
152
|
*/
|
|
@@ -137,11 +172,71 @@ export type NetworkInterfaceOptions = {
|
|
|
137
172
|
* @max `65535`
|
|
138
173
|
*/
|
|
139
174
|
Port?: number;
|
|
175
|
+
/**
|
|
176
|
+
* The list of port ranges.
|
|
177
|
+
*/
|
|
178
|
+
PortRanges?: PortRange[];
|
|
140
179
|
/**
|
|
141
180
|
* The IP protocol.
|
|
142
181
|
*/
|
|
143
182
|
Protocol?: string;
|
|
144
183
|
};
|
|
184
|
+
/**
|
|
185
|
+
* Type definition for `AWS::EC2::VerifiedAccessEndpoint.PortRange`.
|
|
186
|
+
* The IP port range.
|
|
187
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-portrange.html}
|
|
188
|
+
*/
|
|
189
|
+
export type PortRange = {
|
|
190
|
+
/**
|
|
191
|
+
* The first port in the range.
|
|
192
|
+
* @min `1`
|
|
193
|
+
* @max `65535`
|
|
194
|
+
*/
|
|
195
|
+
FromPort?: number;
|
|
196
|
+
/**
|
|
197
|
+
* The last port in the range.
|
|
198
|
+
* @min `1`
|
|
199
|
+
* @max `65535`
|
|
200
|
+
*/
|
|
201
|
+
ToPort?: number;
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* Type definition for `AWS::EC2::VerifiedAccessEndpoint.RdsOptions`.
|
|
205
|
+
* The options for rds type endpoint.
|
|
206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-verifiedaccessendpoint-rdsoptions.html}
|
|
207
|
+
*/
|
|
208
|
+
export type RdsOptions = {
|
|
209
|
+
/**
|
|
210
|
+
* The IP port number.
|
|
211
|
+
* @min `1`
|
|
212
|
+
* @max `65535`
|
|
213
|
+
*/
|
|
214
|
+
Port?: number;
|
|
215
|
+
/**
|
|
216
|
+
* The IP protocol.
|
|
217
|
+
*/
|
|
218
|
+
Protocol?: string;
|
|
219
|
+
/**
|
|
220
|
+
* The ARN of the RDS DB cluster.
|
|
221
|
+
*/
|
|
222
|
+
RdsDbClusterArn?: string;
|
|
223
|
+
/**
|
|
224
|
+
* The ARN of the RDS DB instance.
|
|
225
|
+
*/
|
|
226
|
+
RdsDbInstanceArn?: string;
|
|
227
|
+
/**
|
|
228
|
+
* The ARN of the RDS DB proxy.
|
|
229
|
+
*/
|
|
230
|
+
RdsDbProxyArn?: string;
|
|
231
|
+
/**
|
|
232
|
+
* The RDS endpoint.
|
|
233
|
+
*/
|
|
234
|
+
RdsEndpoint?: string;
|
|
235
|
+
/**
|
|
236
|
+
* The IDs of the subnets.
|
|
237
|
+
*/
|
|
238
|
+
SubnetIds?: string[];
|
|
239
|
+
};
|
|
145
240
|
/**
|
|
146
241
|
* Type definition for `AWS::EC2::VerifiedAccessEndpoint.SseSpecification`.
|
|
147
242
|
* The configuration options for customer provided KMS encryption.
|