@propulsionworks/cloudformation 0.1.43 → 0.1.45
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/out/exports/resources.generated/aws-backup-backupplan.d.ts +46 -0
- package/out/exports/resources.generated/aws-backup-tieringconfiguration.d.ts +63 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +71 -1
- package/out/exports/resources.generated/aws-cleanrooms-analysistemplate.d.ts +1 -1
- package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-keyvaluestore.d.ts +5 -1
- package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +45 -0
- package/out/exports/resources.generated/aws-datazone-environment.d.ts +15 -1
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +5 -1
- package/out/exports/resources.generated/aws-emr-studio.d.ts +1 -1
- package/out/exports/resources.generated/aws-emr-studiosessionmapping.d.ts +1 -1
- package/out/exports/resources.generated/aws-emrcontainers-endpoint.d.ts +185 -0
- package/out/exports/resources.generated/aws-emrcontainers-securityconfiguration.d.ts +321 -0
- package/out/exports/resources.generated/aws-evs-environment.d.ts +1 -1
- package/out/exports/resources.generated/aws-gamelift-script.d.ts +6 -0
- package/out/exports/resources.generated/aws-grafana-workspace.d.ts +1 -1
- package/out/exports/resources.generated/aws-iot-logging.d.ts +31 -0
- package/out/exports/resources.generated/aws-iotsitewise-portal.d.ts +2 -2
- package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +1 -1
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +49 -1
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +2 -2
- package/out/exports/resources.generated/aws-mwaaserverless-workflow.d.ts +134 -0
- package/out/exports/resources.generated/aws-opensearchserverless-collection.d.ts +26 -0
- package/out/exports/resources.generated/aws-organizations-policy.d.ts +1 -1
- package/out/exports/resources.generated/aws-qbusiness-application.d.ts +1 -1
- package/out/exports/resources.generated/aws-quicksight-actionconnector.d.ts +2 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +5 -1
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +2 -2
- package/out/exports/resources.generated/aws-rtbfabric-inboundexternallink.d.ts +4 -0
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +6 -6
- package/out/exports/resources.generated/aws-sso-assignment.d.ts +3 -3
- package/out/exports/resources.generated/aws-sso-instanceaccesscontrolattributeconfiguration.d.ts +7 -7
- package/out/exports/resources.generated/aws-sso-permissionset.d.ts +3 -3
- package/out/exports/resources.generated/aws-transfer-webapp.d.ts +1 -1
- package/out/exports/resources.generated/aws-workspacesweb-portal.d.ts +1 -1
- package/package.json +1 -1
|
@@ -90,6 +90,10 @@ export type BackupPlanResourceType = {
|
|
|
90
90
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-backupplanrule}
|
|
91
91
|
*/
|
|
92
92
|
BackupPlanRule: BackupRuleResourceType[];
|
|
93
|
+
/**
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupplanresourcetype.html#cfn-backup-backupplan-backupplanresourcetype-scansettings}
|
|
95
|
+
*/
|
|
96
|
+
ScanSettings?: ScanSettingResourceType[] | undefined;
|
|
93
97
|
};
|
|
94
98
|
/**
|
|
95
99
|
* Specifies an object containing properties used to schedule a task to back up a selection of resources.
|
|
@@ -136,6 +140,10 @@ export type BackupRuleResourceType = {
|
|
|
136
140
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupruleresourcetype.html#cfn-backup-backupplan-backupruleresourcetype-rulename}
|
|
137
141
|
*/
|
|
138
142
|
RuleName: string;
|
|
143
|
+
/**
|
|
144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupruleresourcetype.html#cfn-backup-backupplan-backupruleresourcetype-scanactions}
|
|
145
|
+
*/
|
|
146
|
+
ScanActions?: ScanActionResourceType[] | undefined;
|
|
139
147
|
/**
|
|
140
148
|
* A CRON expression specifying when AWS Backup initiates a backup job.
|
|
141
149
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupruleresourcetype.html#cfn-backup-backupplan-backupruleresourcetype-scheduleexpression}
|
|
@@ -219,4 +227,42 @@ export type LifecycleResourceType = {
|
|
|
219
227
|
*/
|
|
220
228
|
OptInToArchiveForSupportedResources?: boolean | undefined;
|
|
221
229
|
};
|
|
230
|
+
/**
|
|
231
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-malwarescanner.html}
|
|
232
|
+
*/
|
|
233
|
+
export type MalwareScanner = "GUARDDUTY";
|
|
234
|
+
/**
|
|
235
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scanactionresourcetype.html}
|
|
236
|
+
*/
|
|
237
|
+
export type ScanActionResourceType = {
|
|
238
|
+
/**
|
|
239
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scanactionresourcetype.html#cfn-backup-backupplan-scanactionresourcetype-malwarescanner}
|
|
240
|
+
*/
|
|
241
|
+
MalwareScanner?: MalwareScanner | undefined;
|
|
242
|
+
/**
|
|
243
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scanactionresourcetype.html#cfn-backup-backupplan-scanactionresourcetype-scanmode}
|
|
244
|
+
*/
|
|
245
|
+
ScanMode?: ScanMode | undefined;
|
|
246
|
+
};
|
|
247
|
+
/**
|
|
248
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scanmode.html}
|
|
249
|
+
*/
|
|
250
|
+
export type ScanMode = "FULL_SCAN" | "INCREMENTAL_SCAN";
|
|
251
|
+
/**
|
|
252
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scansettingresourcetype.html}
|
|
253
|
+
*/
|
|
254
|
+
export type ScanSettingResourceType = {
|
|
255
|
+
/**
|
|
256
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scansettingresourcetype.html#cfn-backup-backupplan-scansettingresourcetype-malwarescanner}
|
|
257
|
+
*/
|
|
258
|
+
MalwareScanner?: MalwareScanner | undefined;
|
|
259
|
+
/**
|
|
260
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scansettingresourcetype.html#cfn-backup-backupplan-scansettingresourcetype-resourcetypes}
|
|
261
|
+
*/
|
|
262
|
+
ResourceTypes?: string[] | undefined;
|
|
263
|
+
/**
|
|
264
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-scansettingresourcetype.html#cfn-backup-backupplan-scansettingresourcetype-scannerrolearn}
|
|
265
|
+
*/
|
|
266
|
+
ScannerRoleArn?: string | undefined;
|
|
267
|
+
};
|
|
222
268
|
//# sourceMappingURL=aws-backup-backupplan.d.ts.map
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::Backup::TieringConfiguration
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html}
|
|
5
|
+
*/
|
|
6
|
+
export type BackupTieringConfiguration = ResourceDefinitionWithAttributes<"AWS::Backup::TieringConfiguration", BackupTieringConfigurationProps, BackupTieringConfigurationAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::Backup::TieringConfiguration
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html}
|
|
10
|
+
*/
|
|
11
|
+
export type BackupTieringConfigurationProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-backupvaultname}
|
|
14
|
+
*/
|
|
15
|
+
BackupVaultName: string;
|
|
16
|
+
/**
|
|
17
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-resourceselection}
|
|
18
|
+
*/
|
|
19
|
+
ResourceSelection: ResourceSelection[];
|
|
20
|
+
/**
|
|
21
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-tieringconfigurationname}
|
|
22
|
+
*/
|
|
23
|
+
TieringConfigurationName: string;
|
|
24
|
+
/**
|
|
25
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-tieringconfigurationtags}
|
|
26
|
+
*/
|
|
27
|
+
TieringConfigurationTags?: Record<string, string> | undefined;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#aws-resource-backup-tieringconfiguration-return-values}
|
|
31
|
+
*/
|
|
32
|
+
export type BackupTieringConfigurationAttribs = {
|
|
33
|
+
/**
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-creationtime}
|
|
35
|
+
*/
|
|
36
|
+
CreationTime: string;
|
|
37
|
+
/**
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-lastupdatedtime}
|
|
39
|
+
*/
|
|
40
|
+
LastUpdatedTime: string;
|
|
41
|
+
/**
|
|
42
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-tieringconfiguration.html#cfn-backup-tieringconfiguration-tieringconfigurationarn}
|
|
43
|
+
*/
|
|
44
|
+
TieringConfigurationArn: string;
|
|
45
|
+
};
|
|
46
|
+
/**
|
|
47
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-tieringconfiguration-resourceselection.html}
|
|
48
|
+
*/
|
|
49
|
+
export type ResourceSelection = {
|
|
50
|
+
/**
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-tieringconfiguration-resourceselection.html#cfn-backup-tieringconfiguration-resourceselection-resourcetype}
|
|
52
|
+
*/
|
|
53
|
+
ResourceType: string;
|
|
54
|
+
/**
|
|
55
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-tieringconfiguration-resourceselection.html#cfn-backup-tieringconfiguration-resourceselection-resources}
|
|
56
|
+
*/
|
|
57
|
+
Resources: string[];
|
|
58
|
+
/**
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-tieringconfiguration-resourceselection.html#cfn-backup-tieringconfiguration-resourceselection-tieringdownsettingsindays}
|
|
60
|
+
*/
|
|
61
|
+
TieringDownSettingsInDays: number;
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=aws-backup-tieringconfiguration.d.ts.map
|
|
@@ -21,7 +21,7 @@ export type BedrockAgentCoreGatewayTargetProps = {
|
|
|
21
21
|
* The OAuth credential provider configuration.
|
|
22
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-gatewaytarget.html#cfn-bedrockagentcore-gatewaytarget-credentialproviderconfigurations}
|
|
23
23
|
*/
|
|
24
|
-
CredentialProviderConfigurations
|
|
24
|
+
CredentialProviderConfigurations?: CredentialProviderConfiguration[] | undefined;
|
|
25
25
|
/**
|
|
26
26
|
* The description for the gateway target.
|
|
27
27
|
* @minLength 1
|
|
@@ -94,6 +94,70 @@ export type BedrockAgentCoreGatewayTargetAttribs = {
|
|
|
94
94
|
*/
|
|
95
95
|
UpdatedAt: string;
|
|
96
96
|
};
|
|
97
|
+
/**
|
|
98
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytargetconfiguration.html}
|
|
99
|
+
*/
|
|
100
|
+
export type ApiGatewayTargetConfiguration = {
|
|
101
|
+
/**
|
|
102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytargetconfiguration.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytargetconfiguration-apigatewaytoolconfiguration}
|
|
103
|
+
*/
|
|
104
|
+
ApiGatewayToolConfiguration: ApiGatewayToolConfiguration;
|
|
105
|
+
/**
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytargetconfiguration.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytargetconfiguration-restapiid}
|
|
107
|
+
*/
|
|
108
|
+
RestApiId: string;
|
|
109
|
+
/**
|
|
110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytargetconfiguration.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytargetconfiguration-stage}
|
|
111
|
+
*/
|
|
112
|
+
Stage: string;
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytoolconfiguration.html}
|
|
116
|
+
*/
|
|
117
|
+
export type ApiGatewayToolConfiguration = {
|
|
118
|
+
/**
|
|
119
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytoolconfiguration.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytoolconfiguration-toolfilters}
|
|
120
|
+
*/
|
|
121
|
+
ToolFilters: ApiGatewayToolFilter[];
|
|
122
|
+
/**
|
|
123
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytoolconfiguration.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytoolconfiguration-tooloverrides}
|
|
124
|
+
*/
|
|
125
|
+
ToolOverrides?: ApiGatewayToolOverride[] | undefined;
|
|
126
|
+
};
|
|
127
|
+
/**
|
|
128
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytoolfilter.html}
|
|
129
|
+
*/
|
|
130
|
+
export type ApiGatewayToolFilter = {
|
|
131
|
+
/**
|
|
132
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytoolfilter.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytoolfilter-filterpath}
|
|
133
|
+
*/
|
|
134
|
+
FilterPath: string;
|
|
135
|
+
/**
|
|
136
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytoolfilter.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytoolfilter-methods}
|
|
137
|
+
*/
|
|
138
|
+
Methods: RestApiMethod[];
|
|
139
|
+
};
|
|
140
|
+
/**
|
|
141
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytooloverride.html}
|
|
142
|
+
*/
|
|
143
|
+
export type ApiGatewayToolOverride = {
|
|
144
|
+
/**
|
|
145
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytooloverride.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytooloverride-description}
|
|
146
|
+
*/
|
|
147
|
+
Description?: string | undefined;
|
|
148
|
+
/**
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytooloverride.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytooloverride-method}
|
|
150
|
+
*/
|
|
151
|
+
Method: RestApiMethod;
|
|
152
|
+
/**
|
|
153
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytooloverride.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytooloverride-name}
|
|
154
|
+
*/
|
|
155
|
+
Name: string;
|
|
156
|
+
/**
|
|
157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apigatewaytooloverride.html#cfn-bedrockagentcore-gatewaytarget-apigatewaytooloverride-path}
|
|
158
|
+
*/
|
|
159
|
+
Path: string;
|
|
160
|
+
};
|
|
97
161
|
/**
|
|
98
162
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-apikeycredentiallocation.html}
|
|
99
163
|
*/
|
|
@@ -207,6 +271,8 @@ export type McpTargetConfiguration = {
|
|
|
207
271
|
Lambda: McpLambdaTargetConfiguration;
|
|
208
272
|
} | {
|
|
209
273
|
McpServer: McpServerTargetConfiguration;
|
|
274
|
+
} | {
|
|
275
|
+
ApiGateway: ApiGatewayTargetConfiguration;
|
|
210
276
|
};
|
|
211
277
|
/**
|
|
212
278
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-metadataconfiguration.html}
|
|
@@ -263,6 +329,10 @@ export type OAuthCredentialProvider = {
|
|
|
263
329
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-oauthgranttype.html}
|
|
264
330
|
*/
|
|
265
331
|
export type OAuthGrantType = "AUTHORIZATION_CODE" | "CLIENT_CREDENTIALS";
|
|
332
|
+
/**
|
|
333
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-restapimethod.html}
|
|
334
|
+
*/
|
|
335
|
+
export type RestApiMethod = "GET" | "DELETE" | "HEAD" | "OPTIONS" | "PATCH" | "PUT" | "POST";
|
|
266
336
|
/**
|
|
267
337
|
* The S3 configuration for the gateway target.
|
|
268
338
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrockagentcore-gatewaytarget-s3configuration.html}
|
|
@@ -129,7 +129,7 @@ export type AnalysisParameter = {
|
|
|
129
129
|
/**
|
|
130
130
|
* Optional. The default value that is applied in the analysis template. The member who can query can override this value in the query editor.
|
|
131
131
|
* @minLength 0
|
|
132
|
-
* @maxLength
|
|
132
|
+
* @maxLength 1000
|
|
133
133
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-analysisparameter.html#cfn-cleanrooms-analysistemplate-analysisparameter-defaultvalue}
|
|
134
134
|
*/
|
|
135
135
|
DefaultValue?: string | undefined;
|
|
@@ -124,7 +124,7 @@ export type AnalyticsEngine = "CLEAN_ROOMS_SQL" | "SPARK";
|
|
|
124
124
|
/**
|
|
125
125
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-autoapprovedchangetype.html}
|
|
126
126
|
*/
|
|
127
|
-
export type AutoApprovedChangeType = "ADD_MEMBER";
|
|
127
|
+
export type AutoApprovedChangeType = "ADD_MEMBER" | "GRANT_RECEIVE_RESULTS_ABILITY" | "REVOKE_RECEIVE_RESULTS_ABILITY";
|
|
128
128
|
/**
|
|
129
129
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-collaborationjoblogstatus.html}
|
|
130
130
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* The key value store. Use this to separate data from function code, allowing you to update data without having to publish a new version of a function. The key value store holds keys and their corresponding values.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keyvaluestore.html}
|
|
@@ -24,6 +24,10 @@ export type CloudFrontKeyValueStoreProps = {
|
|
|
24
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keyvaluestore.html#cfn-cloudfront-keyvaluestore-name}
|
|
25
25
|
*/
|
|
26
26
|
Name: string;
|
|
27
|
+
/**
|
|
28
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keyvaluestore.html#cfn-cloudfront-keyvaluestore-tags}
|
|
29
|
+
*/
|
|
30
|
+
Tags?: Tag[] | undefined;
|
|
27
31
|
};
|
|
28
32
|
/**
|
|
29
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-keyvaluestore.html#aws-resource-cloudfront-keyvaluestore-return-values}
|
|
@@ -42,6 +42,10 @@ export type ConnectEvaluationFormProps = {
|
|
|
42
42
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html#cfn-connect-evaluationform-languageconfiguration}
|
|
43
43
|
*/
|
|
44
44
|
LanguageConfiguration?: EvaluationFormLanguageConfiguration | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html#cfn-connect-evaluationform-reviewconfiguration}
|
|
47
|
+
*/
|
|
48
|
+
ReviewConfiguration?: EvaluationReviewConfiguration | undefined;
|
|
45
49
|
/**
|
|
46
50
|
* A scoring strategy of the evaluation form.
|
|
47
51
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html#cfn-connect-evaluationform-scoringstrategy}
|
|
@@ -674,6 +678,47 @@ export type EvaluationFormTextQuestionProperties = {
|
|
|
674
678
|
*/
|
|
675
679
|
Automation?: EvaluationFormTextQuestionAutomation | undefined;
|
|
676
680
|
};
|
|
681
|
+
/**
|
|
682
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewconfiguration.html}
|
|
683
|
+
*/
|
|
684
|
+
export type EvaluationReviewConfiguration = {
|
|
685
|
+
/**
|
|
686
|
+
* Number of days during which a request for review can be submitted for evaluations created from this form.
|
|
687
|
+
* @min 1
|
|
688
|
+
* @max 90
|
|
689
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewconfiguration.html#cfn-connect-evaluationform-evaluationreviewconfiguration-eligibilitydays}
|
|
690
|
+
*/
|
|
691
|
+
EligibilityDays?: number | undefined;
|
|
692
|
+
/**
|
|
693
|
+
* List of recipients who should be notified when a review is requested.
|
|
694
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewconfiguration.html#cfn-connect-evaluationform-evaluationreviewconfiguration-reviewnotificationrecipients}
|
|
695
|
+
*/
|
|
696
|
+
ReviewNotificationRecipients: EvaluationReviewNotificationRecipient[];
|
|
697
|
+
};
|
|
698
|
+
/**
|
|
699
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html}
|
|
700
|
+
*/
|
|
701
|
+
export type EvaluationReviewNotificationRecipient = {
|
|
702
|
+
/**
|
|
703
|
+
* The type of notification recipient.
|
|
704
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html#cfn-connect-evaluationform-evaluationreviewnotificationrecipient-type}
|
|
705
|
+
*/
|
|
706
|
+
Type: "USER_ID";
|
|
707
|
+
/**
|
|
708
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipient.html#cfn-connect-evaluationform-evaluationreviewnotificationrecipient-value}
|
|
709
|
+
*/
|
|
710
|
+
Value: EvaluationReviewNotificationRecipientValue;
|
|
711
|
+
};
|
|
712
|
+
/**
|
|
713
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipientvalue.html}
|
|
714
|
+
*/
|
|
715
|
+
export type EvaluationReviewNotificationRecipientValue = {
|
|
716
|
+
/**
|
|
717
|
+
* The user identifier for the notification recipient.
|
|
718
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationreviewnotificationrecipientvalue.html#cfn-connect-evaluationform-evaluationreviewnotificationrecipientvalue-userid}
|
|
719
|
+
*/
|
|
720
|
+
UserId?: string | undefined;
|
|
721
|
+
};
|
|
677
722
|
/**
|
|
678
723
|
* Automation rule for multi-select questions based on rule categories.
|
|
679
724
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-multiselectquestionrulecategoryautomation.html}
|
|
@@ -9,6 +9,11 @@ export type DataZoneEnvironment = ResourceDefinitionWithAttributes<"AWS::DataZon
|
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environment.html}
|
|
10
10
|
*/
|
|
11
11
|
export type DataZoneEnvironmentProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The deployment order for the environment.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environment.html#cfn-datazone-environment-deploymentorder}
|
|
15
|
+
*/
|
|
16
|
+
DeploymentOrder?: number | undefined;
|
|
12
17
|
/**
|
|
13
18
|
* The description of the environment.
|
|
14
19
|
* @maxLength 2048
|
|
@@ -33,6 +38,16 @@ export type DataZoneEnvironmentProps = {
|
|
|
33
38
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environment.html#cfn-datazone-environment-environmentaccountregion}
|
|
34
39
|
*/
|
|
35
40
|
EnvironmentAccountRegion?: string | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* The identifier of the environment blueprint.
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environment.html#cfn-datazone-environment-environmentblueprintidentifier}
|
|
44
|
+
*/
|
|
45
|
+
EnvironmentBlueprintIdentifier?: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* The identifier of the environment configuration.
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environment.html#cfn-datazone-environment-environmentconfigurationid}
|
|
49
|
+
*/
|
|
50
|
+
EnvironmentConfigurationId?: string | undefined;
|
|
36
51
|
/**
|
|
37
52
|
* The identifier of the environment profile that is used to create this Amazon DataZone environment.
|
|
38
53
|
* @pattern ^[a-zA-Z0-9_-]{0,36}$
|
|
@@ -53,7 +68,6 @@ export type DataZoneEnvironmentProps = {
|
|
|
53
68
|
* The name of the Amazon DataZone environment.
|
|
54
69
|
* @minLength 1
|
|
55
70
|
* @maxLength 64
|
|
56
|
-
* @pattern ^[\w -]+$
|
|
57
71
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-environment.html#cfn-datazone-environment-name}
|
|
58
72
|
*/
|
|
59
73
|
Name: string;
|
|
@@ -153,6 +153,10 @@ export type InstanceLaunchTemplate = {
|
|
|
153
153
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-ec2instanceprofilearn}
|
|
154
154
|
*/
|
|
155
155
|
Ec2InstanceProfileArn: string;
|
|
156
|
+
/**
|
|
157
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-instancelaunchtemplate.html#cfn-ecs-capacityprovider-instancelaunchtemplate-fipsenabled}
|
|
158
|
+
*/
|
|
159
|
+
FipsEnabled?: boolean | undefined;
|
|
156
160
|
/**
|
|
157
161
|
* The instance requirements. You can specify:
|
|
158
162
|
*
|
|
@@ -318,7 +322,7 @@ export type ManagedInstancesNetworkConfiguration = {
|
|
|
318
322
|
* The list of security group IDs to apply to Amazon ECS Managed Instances. These security groups control the network traffic allowed to and from the instances.
|
|
319
323
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesnetworkconfiguration.html#cfn-ecs-capacityprovider-managedinstancesnetworkconfiguration-securitygroups}
|
|
320
324
|
*/
|
|
321
|
-
SecurityGroups
|
|
325
|
+
SecurityGroups: string[];
|
|
322
326
|
/**
|
|
323
327
|
* The list of subnet IDs where Amazon ECS can launch Amazon ECS Managed Instances. Instances are distributed across the specified subnets for high availability. All subnets must be in the same VPC.
|
|
324
328
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesnetworkconfiguration.html#cfn-ecs-capacityprovider-managedinstancesnetworkconfiguration-subnets}
|
|
@@ -10,7 +10,7 @@ export type EMRStudio = ResourceDefinitionWithAttributes<"AWS::EMR::Studio", EMR
|
|
|
10
10
|
*/
|
|
11
11
|
export type EMRStudioProps = {
|
|
12
12
|
/**
|
|
13
|
-
* Specifies whether the Studio authenticates users using
|
|
13
|
+
* Specifies whether the Studio authenticates users using SSO or IAM.
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studio.html#cfn-emr-studio-authmode}
|
|
15
15
|
*/
|
|
16
16
|
AuthMode: "SSO" | "IAM";
|
|
@@ -10,7 +10,7 @@ export type EMRStudioSessionMapping = ResourceDefinition<"AWS::EMR::StudioSessio
|
|
|
10
10
|
*/
|
|
11
11
|
export type EMRStudioSessionMappingProps = {
|
|
12
12
|
/**
|
|
13
|
-
* The name of the user or group. For more information, see [UserName](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserName) and [DisplayName](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-DisplayName) in the *
|
|
13
|
+
* The name of the user or group. For more information, see [UserName](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_User.html#singlesignon-Type-User-UserName) and [DisplayName](https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_Group.html#singlesignon-Type-Group-DisplayName) in the *Identity Store API Reference* .
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emr-studiosessionmapping.html#cfn-emr-studiosessionmapping-identityname}
|
|
15
15
|
*/
|
|
16
16
|
IdentityName: string;
|
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Schema of AWS::EMRContainers::Endpoint Type
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html}
|
|
5
|
+
*/
|
|
6
|
+
export type EMRContainersEndpoint = ResourceDefinitionWithAttributes<"AWS::EMRContainers::Endpoint", EMRContainersEndpointProps, EMRContainersEndpointAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Schema of AWS::EMRContainers::Endpoint Type
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html}
|
|
10
|
+
*/
|
|
11
|
+
export type EMRContainersEndpointProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The configuration overrides for the managed endpoint.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-configurationoverrides}
|
|
15
|
+
*/
|
|
16
|
+
ConfigurationOverrides?: ConfigurationOverrides | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The execution role ARN for the managed endpoint.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-executionrolearn}
|
|
20
|
+
*/
|
|
21
|
+
ExecutionRoleArn: string;
|
|
22
|
+
/**
|
|
23
|
+
* The name of the managed endpoint.
|
|
24
|
+
* @minLength 1
|
|
25
|
+
* @maxLength 64
|
|
26
|
+
* @pattern [0-9A-Za-z][A-Za-z0-9\-_]*
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-name}
|
|
28
|
+
*/
|
|
29
|
+
Name?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* The Amazon EMR release label.
|
|
32
|
+
* @minLength 1
|
|
33
|
+
* @maxLength 64
|
|
34
|
+
* @pattern [A-Za-z0-9._/-]+
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-releaselabel}
|
|
36
|
+
*/
|
|
37
|
+
ReleaseLabel: string;
|
|
38
|
+
/**
|
|
39
|
+
* An array of key-value pairs to apply to this managed endpoint.
|
|
40
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-tags}
|
|
41
|
+
*/
|
|
42
|
+
Tags?: Tag[] | undefined;
|
|
43
|
+
/**
|
|
44
|
+
* The type of the managed endpoint.
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-type}
|
|
46
|
+
*/
|
|
47
|
+
Type: string;
|
|
48
|
+
/**
|
|
49
|
+
* The ID of the virtual cluster for which the managed endpoint is created.
|
|
50
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-virtualclusterid}
|
|
51
|
+
*/
|
|
52
|
+
VirtualClusterId: string;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#aws-resource-emrcontainers-endpoint-return-values}
|
|
56
|
+
*/
|
|
57
|
+
export type EMRContainersEndpointAttribs = {
|
|
58
|
+
/**
|
|
59
|
+
* The ARN of the managed endpoint.
|
|
60
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-arn}
|
|
61
|
+
*/
|
|
62
|
+
Arn: string;
|
|
63
|
+
/**
|
|
64
|
+
* The date and time when the managed endpoint was created.
|
|
65
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-createdat}
|
|
66
|
+
*/
|
|
67
|
+
CreatedAt: string;
|
|
68
|
+
/**
|
|
69
|
+
* The reason for a failed managed endpoint.
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-failurereason}
|
|
71
|
+
*/
|
|
72
|
+
FailureReason: string;
|
|
73
|
+
/**
|
|
74
|
+
* The ID of the managed endpoint.
|
|
75
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-id}
|
|
76
|
+
*/
|
|
77
|
+
Id: string;
|
|
78
|
+
/**
|
|
79
|
+
* The security group associated with the managed endpoint.
|
|
80
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-securitygroup}
|
|
81
|
+
*/
|
|
82
|
+
SecurityGroup: string;
|
|
83
|
+
/**
|
|
84
|
+
* The server URL of the managed endpoint.
|
|
85
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-serverurl}
|
|
86
|
+
*/
|
|
87
|
+
ServerUrl: string;
|
|
88
|
+
/**
|
|
89
|
+
* The state of the managed endpoint.
|
|
90
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-state}
|
|
91
|
+
*/
|
|
92
|
+
State: string;
|
|
93
|
+
/**
|
|
94
|
+
* Additional details about the state of the managed endpoint.
|
|
95
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-emrcontainers-endpoint.html#cfn-emrcontainers-endpoint-statedetails}
|
|
96
|
+
*/
|
|
97
|
+
StateDetails: string;
|
|
98
|
+
};
|
|
99
|
+
/**
|
|
100
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-cloudwatchmonitoringconfiguration.html}
|
|
101
|
+
*/
|
|
102
|
+
export type CloudWatchMonitoringConfiguration = {
|
|
103
|
+
/**
|
|
104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-cloudwatchmonitoringconfiguration.html#cfn-emrcontainers-endpoint-cloudwatchmonitoringconfiguration-loggroupname}
|
|
105
|
+
*/
|
|
106
|
+
LogGroupName: string;
|
|
107
|
+
/**
|
|
108
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-cloudwatchmonitoringconfiguration.html#cfn-emrcontainers-endpoint-cloudwatchmonitoringconfiguration-logstreamnameprefix}
|
|
109
|
+
*/
|
|
110
|
+
LogStreamNamePrefix?: string | undefined;
|
|
111
|
+
};
|
|
112
|
+
/**
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-configurationoverrides.html}
|
|
114
|
+
*/
|
|
115
|
+
export type ConfigurationOverrides = {
|
|
116
|
+
/**
|
|
117
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-configurationoverrides.html#cfn-emrcontainers-endpoint-configurationoverrides-applicationconfiguration}
|
|
118
|
+
*/
|
|
119
|
+
ApplicationConfiguration?: EMREKSConfiguration[] | undefined;
|
|
120
|
+
/**
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-configurationoverrides.html#cfn-emrcontainers-endpoint-configurationoverrides-monitoringconfiguration}
|
|
122
|
+
*/
|
|
123
|
+
MonitoringConfiguration?: MonitoringConfiguration | undefined;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-containerlogrotationconfiguration.html}
|
|
127
|
+
*/
|
|
128
|
+
export type ContainerLogRotationConfiguration = {
|
|
129
|
+
/**
|
|
130
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-containerlogrotationconfiguration.html#cfn-emrcontainers-endpoint-containerlogrotationconfiguration-maxfilestokeep}
|
|
131
|
+
*/
|
|
132
|
+
MaxFilesToKeep: number;
|
|
133
|
+
/**
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-containerlogrotationconfiguration.html#cfn-emrcontainers-endpoint-containerlogrotationconfiguration-rotationsize}
|
|
135
|
+
*/
|
|
136
|
+
RotationSize: string;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-emreksconfiguration.html}
|
|
140
|
+
*/
|
|
141
|
+
export type EMREKSConfiguration = {
|
|
142
|
+
/**
|
|
143
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-emreksconfiguration.html#cfn-emrcontainers-endpoint-emreksconfiguration-classification}
|
|
144
|
+
*/
|
|
145
|
+
Classification: string;
|
|
146
|
+
/**
|
|
147
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-emreksconfiguration.html#cfn-emrcontainers-endpoint-emreksconfiguration-configurations}
|
|
148
|
+
*/
|
|
149
|
+
Configurations?: EMREKSConfiguration[] | undefined;
|
|
150
|
+
/**
|
|
151
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-emreksconfiguration.html#cfn-emrcontainers-endpoint-emreksconfiguration-properties}
|
|
152
|
+
*/
|
|
153
|
+
Properties?: Record<string, string> | undefined;
|
|
154
|
+
};
|
|
155
|
+
/**
|
|
156
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-monitoringconfiguration.html}
|
|
157
|
+
*/
|
|
158
|
+
export type MonitoringConfiguration = {
|
|
159
|
+
/**
|
|
160
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-monitoringconfiguration.html#cfn-emrcontainers-endpoint-monitoringconfiguration-cloudwatchmonitoringconfiguration}
|
|
161
|
+
*/
|
|
162
|
+
CloudWatchMonitoringConfiguration?: CloudWatchMonitoringConfiguration | undefined;
|
|
163
|
+
/**
|
|
164
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-monitoringconfiguration.html#cfn-emrcontainers-endpoint-monitoringconfiguration-containerlogrotationconfiguration}
|
|
165
|
+
*/
|
|
166
|
+
ContainerLogRotationConfiguration?: ContainerLogRotationConfiguration | undefined;
|
|
167
|
+
/**
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-monitoringconfiguration.html#cfn-emrcontainers-endpoint-monitoringconfiguration-persistentappui}
|
|
169
|
+
*/
|
|
170
|
+
PersistentAppUI?: "ENABLED" | "DISABLED" | undefined;
|
|
171
|
+
/**
|
|
172
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-monitoringconfiguration.html#cfn-emrcontainers-endpoint-monitoringconfiguration-s3monitoringconfiguration}
|
|
173
|
+
*/
|
|
174
|
+
S3MonitoringConfiguration?: S3MonitoringConfiguration | undefined;
|
|
175
|
+
};
|
|
176
|
+
/**
|
|
177
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-s3monitoringconfiguration.html}
|
|
178
|
+
*/
|
|
179
|
+
export type S3MonitoringConfiguration = {
|
|
180
|
+
/**
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrcontainers-endpoint-s3monitoringconfiguration.html#cfn-emrcontainers-endpoint-s3monitoringconfiguration-loguri}
|
|
182
|
+
*/
|
|
183
|
+
LogUri: string;
|
|
184
|
+
};
|
|
185
|
+
//# sourceMappingURL=aws-emrcontainers-endpoint.d.ts.map
|