@propulsionworks/cloudformation 0.1.15 → 0.1.16

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.
Files changed (37) hide show
  1. package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +8 -0
  2. package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +1 -1
  3. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +24 -0
  4. package/out/exports/resources.generated/aws-cassandra-table.d.ts +3 -0
  5. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +2 -2
  6. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +39 -7
  7. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +82 -46
  8. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +6 -2
  9. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +1 -1
  10. package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
  11. package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +2 -3
  12. package/out/exports/resources.generated/aws-emrserverless-application.d.ts +1 -1
  13. package/out/exports/resources.generated/aws-evs-environment.d.ts +1 -1
  14. package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +25 -3
  15. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  16. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -56
  17. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +1 -85
  18. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -57
  19. package/out/exports/resources.generated/aws-iot-logging.d.ts +2 -2
  20. package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +18 -5
  21. package/out/exports/resources.generated/aws-lex-bot.d.ts +1 -0
  22. package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +2 -0
  23. package/out/exports/resources.generated/aws-odb-cloudautonomousvmcluster.d.ts +285 -0
  24. package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +200 -0
  25. package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +233 -0
  26. package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +98 -0
  27. package/out/exports/resources.generated/aws-omics-workflow.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +54 -0
  29. package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +1 -1
  30. package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +23 -0
  31. package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +26 -2
  32. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +1 -1
  33. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +5 -4
  34. package/out/exports/resources.generated/aws-redshiftserverless-snapshot.d.ts +109 -0
  35. package/out/exports/resources.generated/aws-s3tables-table.d.ts +166 -0
  36. package/out/exports/resources.generated/aws-transfer-server.d.ts +1 -0
  37. package/package.json +1 -1
@@ -0,0 +1,285 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
5
+ */
6
+ export type ODBCloudAutonomousVmCluster = ResourceDefinitionWithAttributes<"AWS::ODB::CloudAutonomousVmCluster", ODBCloudAutonomousVmClusterProps, ODBCloudAutonomousVmClusterAttribs>;
7
+ /**
8
+ * The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
10
+ */
11
+ export type ODBCloudAutonomousVmClusterProps = {
12
+ /**
13
+ * The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-autonomousdatastoragesizeintbs}
15
+ */
16
+ AutonomousDataStorageSizeInTBs?: number | undefined;
17
+ /**
18
+ * The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
19
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cloudexadatainfrastructureid}
20
+ */
21
+ CloudExadataInfrastructureId?: string | undefined;
22
+ /**
23
+ * The number of CPU cores enabled per node in the Autonomous VM cluster.
24
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cpucorecountpernode}
25
+ */
26
+ CpuCoreCountPerNode?: number | undefined;
27
+ /**
28
+ * The list of database servers associated with the Autonomous VM cluster.
29
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-dbservers}
30
+ */
31
+ DbServers?: string[] | undefined;
32
+ /**
33
+ * The user-provided description of the Autonomous VM cluster.
34
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-description}
35
+ */
36
+ Description?: string | undefined;
37
+ /**
38
+ * The display name of the Autonomous VM cluster.
39
+ * @minLength 1
40
+ * @maxLength 255
41
+ * @pattern ^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
42
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-displayname}
43
+ */
44
+ DisplayName?: string | undefined;
45
+ /**
46
+ * Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
47
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ismtlsenabledvmcluster}
48
+ */
49
+ IsMtlsEnabledVmCluster?: boolean | undefined;
50
+ /**
51
+ * The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
52
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-licensemodel}
53
+ */
54
+ LicenseModel?: "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED" | undefined;
55
+ /**
56
+ * The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
57
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow}
58
+ */
59
+ MaintenanceWindow?: MaintenanceWindow | undefined;
60
+ /**
61
+ * The amount of memory allocated per Oracle Compute Unit, in GB.
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-memoryperoraclecomputeunitingbs}
63
+ */
64
+ MemoryPerOracleComputeUnitInGBs?: number | undefined;
65
+ /**
66
+ * The unique identifier of the ODB network associated with this Autonomous VM cluster.
67
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-odbnetworkid}
68
+ */
69
+ OdbNetworkId?: string | undefined;
70
+ /**
71
+ * The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
72
+ * @min 1024
73
+ * @max 8999
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-scanlistenerportnontls}
75
+ */
76
+ ScanListenerPortNonTls?: number | undefined;
77
+ /**
78
+ * The SCAN listener port for TLS (TCP) protocol. The default is 2484.
79
+ * @min 1024
80
+ * @max 8999
81
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-scanlistenerporttls}
82
+ */
83
+ ScanListenerPortTls?: number | undefined;
84
+ /**
85
+ * The tags associated with the Autonomous VM cluster.
86
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-tags}
87
+ */
88
+ Tags?: Tag[] | undefined;
89
+ /**
90
+ * The time zone of the Autonomous VM cluster.
91
+ * @minLength 1
92
+ * @maxLength 255
93
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-timezone}
94
+ */
95
+ TimeZone?: string | undefined;
96
+ /**
97
+ * The total number of Autonomous Container Databases that can be created with the allocated local storage.
98
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-totalcontainerdatabases}
99
+ */
100
+ TotalContainerDatabases?: number | undefined;
101
+ };
102
+ /**
103
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#aws-resource-odb-cloudautonomousvmcluster-return-values}
104
+ */
105
+ export type ODBCloudAutonomousVmClusterAttribs = {
106
+ /**
107
+ * The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
108
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-autonomousdatastoragepercentage}
109
+ */
110
+ AutonomousDataStoragePercentage: number;
111
+ /**
112
+ * The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-availableautonomousdatastoragesizeintbs}
114
+ */
115
+ AvailableAutonomousDataStorageSizeInTBs: number;
116
+ /**
117
+ * The number of Autonomous CDBs that you can create with the currently available storage.
118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-availablecontainerdatabases}
119
+ */
120
+ AvailableContainerDatabases: number;
121
+ /**
122
+ * The number of CPU cores available for allocation to Autonomous Databases.
123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-availablecpus}
124
+ */
125
+ AvailableCpus: number;
126
+ /**
127
+ * The Amazon Resource Name (ARN) for the Autonomous VM cluster.
128
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cloudautonomousvmclusterarn}
129
+ */
130
+ CloudAutonomousVmClusterArn: string;
131
+ /**
132
+ * The unique identifier of the Autonomous VM cluster.
133
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cloudautonomousvmclusterid}
134
+ */
135
+ CloudAutonomousVmClusterId: string;
136
+ /**
137
+ * The compute model of the Autonomous VM cluster: ECPU or OCPU.
138
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-computemodel}
139
+ */
140
+ ComputeModel: "ECPU" | "OCPU";
141
+ /**
142
+ * The total number of CPU cores in the Autonomous VM cluster.
143
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cpucorecount}
144
+ */
145
+ CpuCoreCount: number;
146
+ /**
147
+ * The percentage of total CPU cores currently in use in the Autonomous VM cluster.
148
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cpupercentage}
149
+ */
150
+ CpuPercentage: number;
151
+ /**
152
+ * The total data storage allocated to the Autonomous VM cluster, in GB.
153
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-datastoragesizeingbs}
154
+ */
155
+ DataStorageSizeInGBs: number;
156
+ /**
157
+ * The total data storage allocated to the Autonomous VM cluster, in TB.
158
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-datastoragesizeintbs}
159
+ */
160
+ DataStorageSizeInTBs: number;
161
+ /**
162
+ * The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
163
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-dbnodestoragesizeingbs}
164
+ */
165
+ DbNodeStorageSizeInGBs: number;
166
+ /**
167
+ * The domain name for the Autonomous VM cluster.
168
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-domain}
169
+ */
170
+ Domain: string;
171
+ /**
172
+ * The minimum value to which you can scale down the Exadata storage, in TB.
173
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-exadatastorageintbslowestscaledvalue}
174
+ */
175
+ ExadataStorageInTBsLowestScaledValue: number;
176
+ /**
177
+ * The hostname for the Autonomous VM cluster.
178
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-hostname}
179
+ */
180
+ Hostname: string;
181
+ /**
182
+ * The minimum value to which you can scale down the maximum number of Autonomous CDBs.
183
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-maxacdslowestscaledvalue}
184
+ */
185
+ MaxAcdsLowestScaledValue: number;
186
+ /**
187
+ * The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
188
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-memorysizeingbs}
189
+ */
190
+ MemorySizeInGBs: number;
191
+ /**
192
+ * The number of database server nodes in the Autonomous VM cluster.
193
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-nodecount}
194
+ */
195
+ NodeCount: number;
196
+ /**
197
+ * The number of Autonomous CDBs that can't be provisioned because of resource constraints.
198
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-nonprovisionableautonomouscontainerdatabases}
199
+ */
200
+ NonProvisionableAutonomousContainerDatabases: number;
201
+ /**
202
+ * The name of the OCI resource anchor associated with this Autonomous VM cluster.
203
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ociresourceanchorname}
204
+ */
205
+ OciResourceAnchorName: string;
206
+ /**
207
+ * The URL for accessing the OCI console page for this Autonomous VM cluster.
208
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ociurl}
209
+ */
210
+ OciUrl: string;
211
+ /**
212
+ * The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
213
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ocid}
214
+ */
215
+ Ocid: string;
216
+ /**
217
+ * The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
218
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-provisionableautonomouscontainerdatabases}
219
+ */
220
+ ProvisionableAutonomousContainerDatabases: number;
221
+ /**
222
+ * The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
223
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-provisionedautonomouscontainerdatabases}
224
+ */
225
+ ProvisionedAutonomousContainerDatabases: number;
226
+ /**
227
+ * The number of CPU cores currently provisioned in the Autonomous VM cluster.
228
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-provisionedcpus}
229
+ */
230
+ ProvisionedCpus: number;
231
+ /**
232
+ * The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
233
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-reclaimablecpus}
234
+ */
235
+ ReclaimableCpus: number;
236
+ /**
237
+ * The number of CPU cores reserved for system operations and redundancy.
238
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-reservedcpus}
239
+ */
240
+ ReservedCpus: number;
241
+ /**
242
+ * The shape of the Exadata infrastructure for the Autonomous VM cluster.
243
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-shape}
244
+ */
245
+ Shape: string;
246
+ };
247
+ /**
248
+ * The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
249
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html}
250
+ */
251
+ export type MaintenanceWindow = {
252
+ /**
253
+ * The days of the week when maintenance can be performed.
254
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-daysofweek}
255
+ */
256
+ DaysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | undefined;
257
+ /**
258
+ * The hours of the day when maintenance can be performed.
259
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-hoursofday}
260
+ */
261
+ HoursOfDay?: number[] | undefined;
262
+ /**
263
+ * The lead time in weeks before the maintenance window.
264
+ * @minLength 1
265
+ * @maxLength 4
266
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-leadtimeinweeks}
267
+ */
268
+ LeadTimeInWeeks?: number | undefined;
269
+ /**
270
+ * The months when maintenance can be performed.
271
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-months}
272
+ */
273
+ Months?: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")[] | undefined;
274
+ /**
275
+ * The preference for the maintenance window scheduling.
276
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-preference}
277
+ */
278
+ Preference?: "NO_PREFERENCE" | "CUSTOM_PREFERENCE" | undefined;
279
+ /**
280
+ * The weeks of the month when maintenance can be performed.
281
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-weeksofmonth}
282
+ */
283
+ WeeksOfMonth?: number[] | undefined;
284
+ };
285
+ //# sourceMappingURL=aws-odb-cloudautonomousvmcluster.d.ts.map
@@ -0,0 +1,200 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata Infrastructure
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html}
5
+ */
6
+ export type ODBCloudExadataInfrastructure = ResourceDefinitionWithAttributes<"AWS::ODB::CloudExadataInfrastructure", ODBCloudExadataInfrastructureProps, ODBCloudExadataInfrastructureAttribs>;
7
+ /**
8
+ * The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata Infrastructure
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html}
10
+ */
11
+ export type ODBCloudExadataInfrastructureProps = {
12
+ /**
13
+ * The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
14
+ * @minLength 1
15
+ * @maxLength 255
16
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availabilityzone}
17
+ */
18
+ AvailabilityZone?: string | undefined;
19
+ /**
20
+ * The AZ ID of the AZ where the Exadata infrastructure is located.
21
+ * @minLength 1
22
+ * @maxLength 255
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availabilityzoneid}
24
+ */
25
+ AvailabilityZoneId?: string | undefined;
26
+ /**
27
+ * The number of database servers for the Exadata infrastructure.
28
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-computecount}
29
+ */
30
+ ComputeCount?: number | undefined;
31
+ /**
32
+ * The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
33
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-customercontactstosendtooci}
34
+ */
35
+ CustomerContactsToSendToOCI?: CustomerContact[] | undefined;
36
+ /**
37
+ * The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
38
+ * @minLength 1
39
+ * @maxLength 255
40
+ * @pattern ^[a-zA-Z0-9_\/.=-]+$
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-databaseservertype}
42
+ */
43
+ DatabaseServerType?: string | undefined;
44
+ /**
45
+ * The user-friendly name for the Exadata infrastructure.
46
+ * @minLength 1
47
+ * @maxLength 255
48
+ * @pattern ^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
49
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-displayname}
50
+ */
51
+ DisplayName?: string | undefined;
52
+ /**
53
+ * The model name of the Exadata infrastructure.
54
+ * @minLength 1
55
+ * @maxLength 255
56
+ * @pattern ^[a-zA-Z0-9_\/.=-]+$
57
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-shape}
58
+ */
59
+ Shape?: string | undefined;
60
+ /**
61
+ * The number of storage servers that are activated for the Exadata infrastructure.
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-storagecount}
63
+ */
64
+ StorageCount?: number | undefined;
65
+ /**
66
+ * The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
67
+ * @minLength 1
68
+ * @maxLength 255
69
+ * @pattern ^[a-zA-Z0-9_\/.=-]+$
70
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-storageservertype}
71
+ */
72
+ StorageServerType?: string | undefined;
73
+ /**
74
+ * Tags to assign to the Exadata Infrastructure.
75
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-tags}
76
+ */
77
+ Tags?: Tag[] | undefined;
78
+ };
79
+ /**
80
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#aws-resource-odb-cloudexadatainfrastructure-return-values}
81
+ */
82
+ export type ODBCloudExadataInfrastructureAttribs = {
83
+ /**
84
+ * The number of storage servers requested for the Exadata infrastructure.
85
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-activatedstoragecount}
86
+ */
87
+ ActivatedStorageCount: number;
88
+ /**
89
+ * The number of storage servers requested for the Exadata infrastructure.
90
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-additionalstoragecount}
91
+ */
92
+ AdditionalStorageCount: number;
93
+ /**
94
+ * The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
95
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-availablestoragesizeingbs}
96
+ */
97
+ AvailableStorageSizeInGBs: number;
98
+ /**
99
+ * The Amazon Resource Name (ARN) for the Exadata infrastructure.
100
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-cloudexadatainfrastructurearn}
101
+ */
102
+ CloudExadataInfrastructureArn: string;
103
+ /**
104
+ * The unique identifier for the Exadata infrastructure.
105
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-cloudexadatainfrastructureid}
106
+ */
107
+ CloudExadataInfrastructureId: string;
108
+ /**
109
+ * The OCI model compute model used when you create or clone an instance: ECPU or OCPU. An ECPU is an abstracted measure of compute resources. ECPUs are based on the number of cores elastically allocated from a pool of compute and storage servers. An OCPU is a legacy physical measure of compute resources. OCPUs are based on the physical core of a processor with hyper-threading enabled.
110
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-computemodel}
111
+ */
112
+ ComputeModel: string;
113
+ /**
114
+ * The total number of CPU cores that are allocated to the Exadata infrastructure.
115
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-cpucount}
116
+ */
117
+ CpuCount: number;
118
+ /**
119
+ * The size of the Exadata infrastructure's data disk group, in terabytes (TB).
120
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-datastoragesizeintbs}
121
+ */
122
+ DataStorageSizeInTBs: number;
123
+ /**
124
+ * The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
125
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-dbnodestoragesizeingbs}
126
+ */
127
+ DbNodeStorageSizeInGBs: number;
128
+ /**
129
+ * The list of database server identifiers for the Exadata infrastructure.
130
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-dbserverids}
131
+ */
132
+ DbServerIds: string[];
133
+ /**
134
+ * The software version of the database servers (dom0) in the Exadata infrastructure.
135
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-dbserverversion}
136
+ */
137
+ DbServerVersion: string;
138
+ /**
139
+ * The total number of CPU cores available on the Exadata infrastructure.
140
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-maxcpucount}
141
+ */
142
+ MaxCpuCount: number;
143
+ /**
144
+ * The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
145
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-maxdatastorageintbs}
146
+ */
147
+ MaxDataStorageInTBs: number;
148
+ /**
149
+ * The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
150
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-maxdbnodestoragesizeingbs}
151
+ */
152
+ MaxDbNodeStorageSizeInGBs: number;
153
+ /**
154
+ * The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
155
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-maxmemoryingbs}
156
+ */
157
+ MaxMemoryInGBs: number;
158
+ /**
159
+ * The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
160
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-memorysizeingbs}
161
+ */
162
+ MemorySizeInGBs: number;
163
+ /**
164
+ * The name of the OCI resource anchor for the Exadata infrastructure.
165
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-ociresourceanchorname}
166
+ */
167
+ OciResourceAnchorName: string;
168
+ /**
169
+ * The HTTPS link to the Exadata infrastructure in OCI.
170
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-ociurl}
171
+ */
172
+ OciUrl: string;
173
+ /**
174
+ * The OCID of the Exadata infrastructure.
175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-ocid}
176
+ */
177
+ Ocid: string;
178
+ /**
179
+ * The software version of the storage servers on the Exadata infrastructure.
180
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-storageserverversion}
181
+ */
182
+ StorageServerVersion: string;
183
+ /**
184
+ * The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
185
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#cfn-odb-cloudexadatainfrastructure-totalstoragesizeingbs}
186
+ */
187
+ TotalStorageSizeInGBs: number;
188
+ };
189
+ /**
190
+ * A contact to receive notification from Oracle about maintenance updates for a specific Exadata infrastructure.
191
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-customercontact.html}
192
+ */
193
+ export type CustomerContact = {
194
+ /**
195
+ * The email address of the contact.
196
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-customercontact.html#cfn-odb-cloudexadatainfrastructure-customercontact-email}
197
+ */
198
+ Email?: string | undefined;
199
+ };
200
+ //# sourceMappingURL=aws-odb-cloudexadatainfrastructure.d.ts.map