@propulsionworks/cloudformation 0.1.15 → 0.1.17
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-aiops-investigationgroup.d.ts +53 -13
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +2 -0
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +8 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +1 -1
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +24 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +11 -1
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -0
- package/out/exports/resources.generated/aws-cloudformation-hookdefaultversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hooktypeconfig.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-macro.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +4 -4
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +39 -39
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +3 -2
- package/out/exports/resources.generated/aws-cloudformation-waitconditionhandle.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +42 -8
- package/out/exports/resources.generated/aws-datasync-locationefs.d.ts +1 -1
- package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +82 -46
- package/out/exports/resources.generated/aws-dynamodb-table.d.ts +6 -2
- package/out/exports/resources.generated/aws-ec2-customergateway.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +0 -4
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +1 -1
- package/out/exports/resources.generated/aws-evs-environment.d.ts +1 -1
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +25 -7
- package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +25 -3
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-glue-job.d.ts +1 -1
- package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -56
- package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +1 -85
- package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -57
- package/out/exports/resources.generated/aws-iot-logging.d.ts +2 -2
- package/out/exports/resources.generated/aws-kinesis-streamconsumer.d.ts +18 -5
- package/out/exports/resources.generated/aws-lex-bot.d.ts +1 -0
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +2 -0
- package/out/exports/resources.generated/aws-odb-cloudautonomousvmcluster.d.ts +299 -0
- package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +212 -0
- package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +251 -0
- package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +108 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +2 -2
- package/out/exports/resources.generated/aws-qbusiness-dataaccessor.d.ts +54 -0
- package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +1 -1
- package/out/exports/resources.generated/aws-qbusiness-permission.d.ts +23 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +32 -2
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +5 -4
- package/out/exports/resources.generated/aws-redshiftserverless-snapshot.d.ts +109 -0
- package/out/exports/resources.generated/aws-s3tables-table.d.ts +178 -0
- package/out/exports/resources.generated/aws-timestream-influxdbinstance.d.ts +1 -1
- package/out/exports/resources.generated/aws-transfer-server.d.ts +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,251 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The `AWS::ODB::CloudVmCluster` resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database. A VM cluster provides the compute resources for Oracle Database workloads.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html}
|
|
5
|
+
*/
|
|
6
|
+
export type ODBCloudVmCluster = ResourceDefinitionWithAttributes<"AWS::ODB::CloudVmCluster", ODBCloudVmClusterProps, ODBCloudVmClusterAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* The `AWS::ODB::CloudVmCluster` resource creates a VM cluster on the specified Exadata infrastructure in the Oracle Database. A VM cluster provides the compute resources for Oracle Database workloads.
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html}
|
|
10
|
+
*/
|
|
11
|
+
export type ODBCloudVmClusterProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
|
|
14
|
+
*
|
|
15
|
+
* Required when creating a VM cluster.
|
|
16
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-cloudexadatainfrastructureid}
|
|
17
|
+
*/
|
|
18
|
+
CloudExadataInfrastructureId?: string | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* The name of the Grid Infrastructure (GI) cluster.
|
|
21
|
+
* @minLength 1
|
|
22
|
+
* @maxLength 11
|
|
23
|
+
* @pattern ^[a-zA-Z][a-zA-Z0-9-]*$
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-clustername}
|
|
25
|
+
*/
|
|
26
|
+
ClusterName?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* The number of CPU cores enabled on the VM cluster.
|
|
29
|
+
*
|
|
30
|
+
* Required when creating a VM cluster.
|
|
31
|
+
* @min 0
|
|
32
|
+
* @max 368
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-cpucorecount}
|
|
34
|
+
*/
|
|
35
|
+
CpuCoreCount?: number | undefined;
|
|
36
|
+
/**
|
|
37
|
+
* The set of diagnostic collection options enabled for the VM cluster.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-datacollectionoptions}
|
|
39
|
+
*/
|
|
40
|
+
DataCollectionOptions?: DataCollectionOptions | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-datastoragesizeintbs}
|
|
44
|
+
*/
|
|
45
|
+
DataStorageSizeInTBs?: number | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-dbnodestoragesizeingbs}
|
|
49
|
+
*/
|
|
50
|
+
DbNodeStorageSizeInGBs?: number | undefined;
|
|
51
|
+
/**
|
|
52
|
+
* The list of database servers for the VM cluster.
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-dbservers}
|
|
54
|
+
*/
|
|
55
|
+
DbServers?: string[] | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The user-friendly name for the VM cluster.
|
|
58
|
+
*
|
|
59
|
+
* Required when creating a VM cluster.
|
|
60
|
+
* @minLength 1
|
|
61
|
+
* @maxLength 255
|
|
62
|
+
* @pattern ^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
|
|
63
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-displayname}
|
|
64
|
+
*/
|
|
65
|
+
DisplayName?: string | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
|
|
68
|
+
*
|
|
69
|
+
* Required when creating a VM cluster.
|
|
70
|
+
* @minLength 1
|
|
71
|
+
* @maxLength 255
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-giversion}
|
|
73
|
+
*/
|
|
74
|
+
GiVersion?: string | undefined;
|
|
75
|
+
/**
|
|
76
|
+
* The host name for the VM cluster.
|
|
77
|
+
*
|
|
78
|
+
* Required when creating a VM cluster.
|
|
79
|
+
* @minLength 1
|
|
80
|
+
* @maxLength 12
|
|
81
|
+
* @pattern ^[a-zA-Z][a-zA-Z0-9-]*[a-zA-Z0-9]$
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-hostname}
|
|
83
|
+
*/
|
|
84
|
+
Hostname?: string | undefined;
|
|
85
|
+
/**
|
|
86
|
+
* Specifies whether database backups to local Exadata storage are enabled for the VM cluster.
|
|
87
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-islocalbackupenabled}
|
|
88
|
+
*/
|
|
89
|
+
IsLocalBackupEnabled?: boolean | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* Specifies whether the VM cluster is configured with a sparse disk group.
|
|
92
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-issparsediskgroupenabled}
|
|
93
|
+
*/
|
|
94
|
+
IsSparseDiskgroupEnabled?: boolean | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* The Oracle license model applied to the VM cluster.
|
|
97
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-licensemodel}
|
|
98
|
+
*/
|
|
99
|
+
LicenseModel?: "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED" | undefined;
|
|
100
|
+
/**
|
|
101
|
+
* The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
|
|
102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-memorysizeingbs}
|
|
103
|
+
*/
|
|
104
|
+
MemorySizeInGBs?: number | undefined;
|
|
105
|
+
/**
|
|
106
|
+
* The unique identifier of the ODB network for the VM cluster.
|
|
107
|
+
*
|
|
108
|
+
* Required when creating a VM cluster.
|
|
109
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-odbnetworkid}
|
|
110
|
+
*/
|
|
111
|
+
OdbNetworkId?: string | undefined;
|
|
112
|
+
/**
|
|
113
|
+
* The port number for TCP connections to the single client access name (SCAN) listener.
|
|
114
|
+
*
|
|
115
|
+
* Valid values: `1024–8999` with the following exceptions: `2484` , `6100` , `6200` , `7060` , `7070` , `7085` , and `7879`
|
|
116
|
+
*
|
|
117
|
+
* Default: `1521`
|
|
118
|
+
* @min 1024
|
|
119
|
+
* @max 8999
|
|
120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-scanlistenerporttcp}
|
|
121
|
+
*/
|
|
122
|
+
ScanListenerPortTcp?: number | undefined;
|
|
123
|
+
/**
|
|
124
|
+
* The public key portion of one or more key pairs used for SSH access to the VM cluster.
|
|
125
|
+
*
|
|
126
|
+
* Required when creating a VM cluster.
|
|
127
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-sshpublickeys}
|
|
128
|
+
*/
|
|
129
|
+
SshPublicKeys?: string[] | undefined;
|
|
130
|
+
/**
|
|
131
|
+
* The operating system version of the image chosen for the VM cluster.
|
|
132
|
+
* @minLength 1
|
|
133
|
+
* @maxLength 255
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-systemversion}
|
|
135
|
+
*/
|
|
136
|
+
SystemVersion?: string | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* Tags to assign to the Vm Cluster.
|
|
139
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-tags}
|
|
140
|
+
*/
|
|
141
|
+
Tags?: Tag[] | undefined;
|
|
142
|
+
/**
|
|
143
|
+
* The time zone of the VM cluster.
|
|
144
|
+
* @minLength 1
|
|
145
|
+
* @maxLength 255
|
|
146
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-timezone}
|
|
147
|
+
*/
|
|
148
|
+
TimeZone?: string | undefined;
|
|
149
|
+
};
|
|
150
|
+
/**
|
|
151
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#aws-resource-odb-cloudvmcluster-return-values}
|
|
152
|
+
*/
|
|
153
|
+
export type ODBCloudVmClusterAttribs = {
|
|
154
|
+
/**
|
|
155
|
+
* The Amazon Resource Name (ARN) of the VM cluster.
|
|
156
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-cloudvmclusterarn}
|
|
157
|
+
*/
|
|
158
|
+
CloudVmClusterArn: string;
|
|
159
|
+
/**
|
|
160
|
+
* The unique identifier of the VM cluster.
|
|
161
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-cloudvmclusterid}
|
|
162
|
+
*/
|
|
163
|
+
CloudVmClusterId: string;
|
|
164
|
+
/**
|
|
165
|
+
* 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.
|
|
166
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-computemodel}
|
|
167
|
+
*/
|
|
168
|
+
ComputeModel: string;
|
|
169
|
+
/**
|
|
170
|
+
* The type of redundancy configured for the VM cluster. `NORMAL` is 2-way redundancy. `HIGH` is 3-way redundancy.
|
|
171
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-diskredundancy}
|
|
172
|
+
*/
|
|
173
|
+
DiskRedundancy: string;
|
|
174
|
+
/**
|
|
175
|
+
* The domain of the VM cluster.
|
|
176
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-domain}
|
|
177
|
+
*/
|
|
178
|
+
Domain: string;
|
|
179
|
+
/**
|
|
180
|
+
* The port number configured for the listener on the VM cluster.
|
|
181
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-listenerport}
|
|
182
|
+
*/
|
|
183
|
+
ListenerPort: number;
|
|
184
|
+
/**
|
|
185
|
+
* The number of nodes in the VM cluster.
|
|
186
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-nodecount}
|
|
187
|
+
*/
|
|
188
|
+
NodeCount: number;
|
|
189
|
+
/**
|
|
190
|
+
* The name of the OCI resource anchor for the VM cluster.
|
|
191
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-ociresourceanchorname}
|
|
192
|
+
*/
|
|
193
|
+
OciResourceAnchorName: string;
|
|
194
|
+
/**
|
|
195
|
+
* The HTTPS link to the VM cluster in OCI.
|
|
196
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-ociurl}
|
|
197
|
+
*/
|
|
198
|
+
OciUrl: string;
|
|
199
|
+
/**
|
|
200
|
+
* The OCID of the VM cluster.
|
|
201
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-ocid}
|
|
202
|
+
*/
|
|
203
|
+
Ocid: string;
|
|
204
|
+
/**
|
|
205
|
+
* The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
|
|
206
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-scandnsname}
|
|
207
|
+
*/
|
|
208
|
+
ScanDnsName: string;
|
|
209
|
+
/**
|
|
210
|
+
* The OCID of the SCAN IP addresses that are associated with the VM cluster.
|
|
211
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-scanipids}
|
|
212
|
+
*/
|
|
213
|
+
ScanIpIds: string[];
|
|
214
|
+
/**
|
|
215
|
+
* The hardware model name of the Exadata infrastructure that's running the VM cluster.
|
|
216
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-shape}
|
|
217
|
+
*/
|
|
218
|
+
Shape: string;
|
|
219
|
+
/**
|
|
220
|
+
* The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
|
|
221
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-storagesizeingbs}
|
|
222
|
+
*/
|
|
223
|
+
StorageSizeInGBs: number;
|
|
224
|
+
/**
|
|
225
|
+
* The virtual IP (VIP) addresses that are associated with the VM cluster. Oracle's Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the VM cluster to enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
|
|
226
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#cfn-odb-cloudvmcluster-vipids}
|
|
227
|
+
*/
|
|
228
|
+
VipIds: string[];
|
|
229
|
+
};
|
|
230
|
+
/**
|
|
231
|
+
* Information about the data collection options enabled for a VM cluster.
|
|
232
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html}
|
|
233
|
+
*/
|
|
234
|
+
export type DataCollectionOptions = {
|
|
235
|
+
/**
|
|
236
|
+
* Specifies whether diagnostic collection is enabled for the VM cluster.
|
|
237
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html#cfn-odb-cloudvmcluster-datacollectionoptions-isdiagnosticseventsenabled}
|
|
238
|
+
*/
|
|
239
|
+
IsDiagnosticsEventsEnabled?: boolean | undefined;
|
|
240
|
+
/**
|
|
241
|
+
* Specifies whether health monitoring is enabled for the VM cluster.
|
|
242
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html#cfn-odb-cloudvmcluster-datacollectionoptions-ishealthmonitoringenabled}
|
|
243
|
+
*/
|
|
244
|
+
IsHealthMonitoringEnabled?: boolean | undefined;
|
|
245
|
+
/**
|
|
246
|
+
* Specifies whether incident logs are enabled for the VM cluster.
|
|
247
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html#cfn-odb-cloudvmcluster-datacollectionoptions-isincidentlogsenabled}
|
|
248
|
+
*/
|
|
249
|
+
IsIncidentLogsEnabled?: boolean | undefined;
|
|
250
|
+
};
|
|
251
|
+
//# sourceMappingURL=aws-odb-cloudvmcluster.d.ts.map
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The `AWS::ODB::OdbNetwork` resource creates an ODB network. An ODB network provides the networking foundation for Oracle Database resources.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html}
|
|
5
|
+
*/
|
|
6
|
+
export type ODBOdbNetwork = ResourceDefinitionWithAttributes<"AWS::ODB::OdbNetwork", ODBOdbNetworkProps, ODBOdbNetworkAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* The `AWS::ODB::OdbNetwork` resource creates an ODB network. An ODB network provides the networking foundation for Oracle Database resources.
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html}
|
|
10
|
+
*/
|
|
11
|
+
export type ODBOdbNetworkProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The Availability Zone (AZ) where the ODB network is located.
|
|
14
|
+
*
|
|
15
|
+
* Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
|
|
16
|
+
* @minLength 1
|
|
17
|
+
* @maxLength 255
|
|
18
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-availabilityzone}
|
|
19
|
+
*/
|
|
20
|
+
AvailabilityZone?: string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* The AZ ID of the AZ where the ODB network is located.
|
|
23
|
+
*
|
|
24
|
+
* Required when creating an ODB network. Specify either AvailabilityZone or AvailabilityZoneId to define the location of the network.
|
|
25
|
+
* @minLength 1
|
|
26
|
+
* @maxLength 255
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-availabilityzoneid}
|
|
28
|
+
*/
|
|
29
|
+
AvailabilityZoneId?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* The CIDR range of the backup subnet in the ODB network.
|
|
32
|
+
* @minLength 1
|
|
33
|
+
* @maxLength 255
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-backupsubnetcidr}
|
|
35
|
+
*/
|
|
36
|
+
BackupSubnetCidr?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* The CIDR range of the client subnet in the ODB network.
|
|
39
|
+
*
|
|
40
|
+
* Required when creating an ODB network.
|
|
41
|
+
* @minLength 1
|
|
42
|
+
* @maxLength 255
|
|
43
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-clientsubnetcidr}
|
|
44
|
+
*/
|
|
45
|
+
ClientSubnetCidr?: string | undefined;
|
|
46
|
+
/**
|
|
47
|
+
* The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
|
|
48
|
+
* @minLength 1
|
|
49
|
+
* @maxLength 255
|
|
50
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-defaultdnsprefix}
|
|
51
|
+
*/
|
|
52
|
+
DefaultDnsPrefix?: string | undefined;
|
|
53
|
+
/**
|
|
54
|
+
* Specifies whether to delete associated OCI networking resources along with the ODB network.
|
|
55
|
+
*
|
|
56
|
+
* Required when creating an ODB network.
|
|
57
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-deleteassociatedresources}
|
|
58
|
+
*/
|
|
59
|
+
DeleteAssociatedResources?: boolean | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* The user-friendly name of the ODB network.
|
|
62
|
+
*
|
|
63
|
+
* Required when creating an ODB network.
|
|
64
|
+
* @minLength 1
|
|
65
|
+
* @maxLength 255
|
|
66
|
+
* @pattern ^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
|
|
67
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-displayname}
|
|
68
|
+
*/
|
|
69
|
+
DisplayName?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* Tags to assign to the Odb Network.
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-tags}
|
|
73
|
+
*/
|
|
74
|
+
Tags?: Tag[] | undefined;
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#aws-resource-odb-odbnetwork-return-values}
|
|
78
|
+
*/
|
|
79
|
+
export type ODBOdbNetworkAttribs = {
|
|
80
|
+
/**
|
|
81
|
+
* The unique identifier of the OCI network anchor for the ODB network.
|
|
82
|
+
* @minLength 1
|
|
83
|
+
* @maxLength 255
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-ocinetworkanchorid}
|
|
85
|
+
*/
|
|
86
|
+
OciNetworkAnchorId: string;
|
|
87
|
+
/**
|
|
88
|
+
* The name of the OCI resource anchor that's associated with the ODB network.
|
|
89
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-ociresourceanchorname}
|
|
90
|
+
*/
|
|
91
|
+
OciResourceAnchorName: string;
|
|
92
|
+
/**
|
|
93
|
+
* The URL for the VCN that's associated with the ODB network.
|
|
94
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-ocivcnurl}
|
|
95
|
+
*/
|
|
96
|
+
OciVcnUrl: string;
|
|
97
|
+
/**
|
|
98
|
+
* The Amazon Resource Name (ARN) of the ODB network.
|
|
99
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-odbnetworkarn}
|
|
100
|
+
*/
|
|
101
|
+
OdbNetworkArn: string;
|
|
102
|
+
/**
|
|
103
|
+
* The unique identifier of the ODB network.
|
|
104
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#cfn-odb-odbnetwork-odbnetworkid}
|
|
105
|
+
*/
|
|
106
|
+
OdbNetworkId: string;
|
|
107
|
+
};
|
|
108
|
+
//# sourceMappingURL=aws-odb-odbnetwork.d.ts.map
|
|
@@ -4,7 +4,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
4
4
|
*
|
|
5
5
|
* - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store.
|
|
6
6
|
* - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements.
|
|
7
|
-
* - *Parameter template
|
|
7
|
+
* - (Optional) *Parameter template* - You can create a parameter template file that defines the run parameters, or AWS HealthOmics can generate the parameter template for you.
|
|
8
8
|
* - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
|
|
9
9
|
* - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow.
|
|
10
10
|
*
|
|
@@ -17,7 +17,7 @@ export type OmicsWorkflow = ResourceDefinitionWithAttributes<"AWS::Omics::Workfl
|
|
|
17
17
|
*
|
|
18
18
|
* - *Input data* : Input data for the workflow, stored in an S3 bucket or a AWS HealthOmics sequence store.
|
|
19
19
|
* - *Workflow definition files* : Define your workflow in one or more workflow definition files, written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements.
|
|
20
|
-
* - *Parameter template
|
|
20
|
+
* - (Optional) *Parameter template* - You can create a parameter template file that defines the run parameters, or AWS HealthOmics can generate the parameter template for you.
|
|
21
21
|
* - *ECR container images* : Create one or more container images for the workflow. Store the images in a private ECR repository.
|
|
22
22
|
* - (Optional) *Sentieon licenses* : Request a Sentieon license if you plan to use Sentieon software in a private workflow.
|
|
23
23
|
*
|
|
@@ -22,6 +22,11 @@ export type QBusinessDataAccessorProps = {
|
|
|
22
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-dataaccessor.html#cfn-qbusiness-dataaccessor-applicationid}
|
|
23
23
|
*/
|
|
24
24
|
ApplicationId: string;
|
|
25
|
+
/**
|
|
26
|
+
* The authentication configuration details for the data accessor. This specifies how the ISV authenticates when accessing data through this data accessor.
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-dataaccessor.html#cfn-qbusiness-dataaccessor-authenticationdetail}
|
|
28
|
+
*/
|
|
29
|
+
AuthenticationDetail?: DataAccessorAuthenticationDetail | undefined;
|
|
25
30
|
/**
|
|
26
31
|
* The friendly name of the data accessor.
|
|
27
32
|
* @minLength 1
|
|
@@ -169,6 +174,55 @@ export type AttributeFilter = {
|
|
|
169
174
|
*/
|
|
170
175
|
OrAllFilters?: AttributeFilter[] | undefined;
|
|
171
176
|
};
|
|
177
|
+
/**
|
|
178
|
+
* A union type that contains the specific authentication configuration based on the authentication type selected.
|
|
179
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationconfiguration.html}
|
|
180
|
+
*/
|
|
181
|
+
export type DataAccessorAuthenticationConfiguration = {
|
|
182
|
+
IdcTrustedTokenIssuerConfiguration: DataAccessorIdcTrustedTokenIssuerConfiguration;
|
|
183
|
+
};
|
|
184
|
+
/**
|
|
185
|
+
* Contains the authentication configuration details for a data accessor. This structure defines how the ISV authenticates when accessing data through the data accessor.
|
|
186
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationdetail.html}
|
|
187
|
+
*/
|
|
188
|
+
export type DataAccessorAuthenticationDetail = {
|
|
189
|
+
/**
|
|
190
|
+
* The specific authentication configuration based on the authentication type.
|
|
191
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationdetail.html#cfn-qbusiness-dataaccessor-dataaccessorauthenticationdetail-authenticationconfiguration}
|
|
192
|
+
*/
|
|
193
|
+
AuthenticationConfiguration?: DataAccessorAuthenticationConfiguration | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* The type of authentication to use for the data accessor. This determines how the ISV authenticates when accessing data. You can use one of two authentication types:
|
|
196
|
+
*
|
|
197
|
+
* - `AWS_IAM_IDC_TTI` - Authentication using IAM Identity Center Trusted Token Issuer (TTI). This authentication type allows the ISV to use a trusted token issuer to generate tokens for accessing the data.
|
|
198
|
+
* - `AWS_IAM_IDC_AUTH_CODE` - Authentication using IAM Identity Center authorization code flow. This authentication type uses the standard OAuth 2.0 authorization code flow for authentication.
|
|
199
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationdetail.html#cfn-qbusiness-dataaccessor-dataaccessorauthenticationdetail-authenticationtype}
|
|
200
|
+
*/
|
|
201
|
+
AuthenticationType: DataAccessorAuthenticationType;
|
|
202
|
+
/**
|
|
203
|
+
* A list of external identifiers associated with this authentication configuration. These are used to correlate the data accessor with external systems.
|
|
204
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationdetail.html#cfn-qbusiness-dataaccessor-dataaccessorauthenticationdetail-externalids}
|
|
205
|
+
*/
|
|
206
|
+
ExternalIds?: string[] | undefined;
|
|
207
|
+
};
|
|
208
|
+
/**
|
|
209
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessorauthenticationtype.html}
|
|
210
|
+
*/
|
|
211
|
+
export type DataAccessorAuthenticationType = "AWS_IAM_IDC_TTI" | "AWS_IAM_IDC_AUTH_CODE";
|
|
212
|
+
/**
|
|
213
|
+
* Configuration details for IAM Identity Center Trusted Token Issuer (TTI) authentication.
|
|
214
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessoridctrustedtokenissuerconfiguration.html}
|
|
215
|
+
*/
|
|
216
|
+
export type DataAccessorIdcTrustedTokenIssuerConfiguration = {
|
|
217
|
+
/**
|
|
218
|
+
* The Amazon Resource Name (ARN) of the IAM Identity Center Trusted Token Issuer that will be used for authentication.
|
|
219
|
+
* @minLength 0
|
|
220
|
+
* @maxLength 1284
|
|
221
|
+
* @pattern ^arn:aws:sso::[0-9]{12}:trustedTokenIssuer/(sso)?ins-[a-zA-Z0-9-.]{16}/tti-[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
222
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-dataaccessoridctrustedtokenissuerconfiguration.html#cfn-qbusiness-dataaccessor-dataaccessoridctrustedtokenissuerconfiguration-idctrustedtokenissuerarn}
|
|
223
|
+
*/
|
|
224
|
+
IdcTrustedTokenIssuerArn: string;
|
|
225
|
+
};
|
|
172
226
|
/**
|
|
173
227
|
* A document attribute or metadata field.
|
|
174
228
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-dataaccessor-documentattribute.html}
|
|
@@ -321,7 +321,7 @@ export type HookConfiguration = {
|
|
|
321
321
|
*/
|
|
322
322
|
InvocationCondition?: DocumentAttributeCondition | undefined;
|
|
323
323
|
/**
|
|
324
|
-
* The Amazon Resource Name (ARN) of the Lambda function
|
|
324
|
+
* The Amazon Resource Name (ARN) of the Lambda function during ingestion. For more information, see [Using Lambda functions for Amazon Q Business document enrichment](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/cde-lambda-operations.html) .
|
|
325
325
|
* @minLength 1
|
|
326
326
|
* @maxLength 2048
|
|
327
327
|
* @pattern ^arn:aws[a-zA-Z-]*:lambda:[a-z-]*-[0-9]:[0-9]{12}:function:[a-zA-Z0-9-_]+(/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})?(:[a-zA-Z0-9-_]+)?$
|
|
@@ -22,6 +22,10 @@ export type QBusinessPermissionProps = {
|
|
|
22
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-permission.html#cfn-qbusiness-permission-applicationid}
|
|
23
23
|
*/
|
|
24
24
|
ApplicationId: string;
|
|
25
|
+
/**
|
|
26
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-qbusiness-permission.html#cfn-qbusiness-permission-conditions}
|
|
27
|
+
*/
|
|
28
|
+
Conditions?: Condition[] | undefined;
|
|
25
29
|
/**
|
|
26
30
|
* Provides user and group information used for filtering documents to use for generating Amazon Q Business conversation responses.
|
|
27
31
|
* @minLength 1
|
|
@@ -39,4 +43,23 @@ export type QBusinessPermissionProps = {
|
|
|
39
43
|
*/
|
|
40
44
|
StatementId: string;
|
|
41
45
|
};
|
|
46
|
+
/**
|
|
47
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-permission-condition.html}
|
|
48
|
+
*/
|
|
49
|
+
export type Condition = {
|
|
50
|
+
/**
|
|
51
|
+
* @pattern ^aws:PrincipalTag/qbusiness-dataaccessor:[a-zA-Z]+
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-permission-condition.html#cfn-qbusiness-permission-condition-conditionkey}
|
|
53
|
+
*/
|
|
54
|
+
ConditionKey: string;
|
|
55
|
+
/**
|
|
56
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-permission-condition.html#cfn-qbusiness-permission-condition-conditionoperator}
|
|
57
|
+
*/
|
|
58
|
+
ConditionOperator: "StringEquals";
|
|
59
|
+
/**
|
|
60
|
+
* @pattern ^[a-zA-Z0-9][a-zA-Z0-9_-]*$
|
|
61
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qbusiness-permission-condition.html#cfn-qbusiness-permission-condition-conditionvalues}
|
|
62
|
+
*/
|
|
63
|
+
ConditionValues: string[];
|
|
64
|
+
};
|
|
42
65
|
//# sourceMappingURL=aws-qbusiness-permission.d.ts.map
|
|
@@ -92,15 +92,45 @@ export type Capabilities = {
|
|
|
92
92
|
*/
|
|
93
93
|
CreateSharedFolders?: CapabilityState | undefined;
|
|
94
94
|
/**
|
|
95
|
-
* The ability to export to CSV files.
|
|
95
|
+
* The ability to export to CSV files from the UI.
|
|
96
96
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-exporttocsv}
|
|
97
97
|
*/
|
|
98
98
|
ExportToCsv?: CapabilityState | undefined;
|
|
99
99
|
/**
|
|
100
|
-
* The ability to export to
|
|
100
|
+
* The ability to export to CSV files in scheduled email reports.
|
|
101
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-exporttocsvinscheduledreports}
|
|
102
|
+
*/
|
|
103
|
+
ExportToCsvInScheduledReports?: CapabilityState | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* The ability to export to Excel files from the UI.
|
|
101
106
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-exporttoexcel}
|
|
102
107
|
*/
|
|
103
108
|
ExportToExcel?: CapabilityState | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* The ability to export to Excel files in scheduled email reports.
|
|
111
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-exporttoexcelinscheduledreports}
|
|
112
|
+
*/
|
|
113
|
+
ExportToExcelInScheduledReports?: CapabilityState | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* The ability to export to PDF files from the UI.
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-exporttopdf}
|
|
117
|
+
*/
|
|
118
|
+
ExportToPdf?: CapabilityState | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* The ability to export to PDF files in scheduled email reports.
|
|
121
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-exporttopdfinscheduledreports}
|
|
122
|
+
*/
|
|
123
|
+
ExportToPdfInScheduledReports?: CapabilityState | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* The ability to include content in scheduled email reports.
|
|
126
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-includecontentinscheduledreportsemail}
|
|
127
|
+
*/
|
|
128
|
+
IncludeContentInScheduledReportsEmail?: CapabilityState | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* The ability to print reports.
|
|
131
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-printreports}
|
|
132
|
+
*/
|
|
133
|
+
PrintReports?: CapabilityState | undefined;
|
|
104
134
|
/**
|
|
105
135
|
* The ability to rename shared folders.
|
|
106
136
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-renamesharedfolders}
|
|
@@ -3852,7 +3852,7 @@ export type ExportHiddenFieldsOption = {
|
|
|
3852
3852
|
AvailabilityStatus?: DashboardBehavior | undefined;
|
|
3853
3853
|
};
|
|
3854
3854
|
/**
|
|
3855
|
-
*
|
|
3855
|
+
* Export to .csv option.
|
|
3856
3856
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-exporttocsvoption.html}
|
|
3857
3857
|
*/
|
|
3858
3858
|
export type ExportToCSVOption = {
|
|
@@ -222,6 +222,10 @@ export type RDSDBInstanceProps = {
|
|
|
222
222
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-backupretentionperiod}
|
|
223
223
|
*/
|
|
224
224
|
BackupRetentionPeriod?: number | undefined;
|
|
225
|
+
/**
|
|
226
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-backuptarget}
|
|
227
|
+
*/
|
|
228
|
+
BackupTarget?: string | undefined;
|
|
225
229
|
/**
|
|
226
230
|
* The identifier of the CA certificate for this DB instance.
|
|
227
231
|
*
|
|
@@ -891,10 +895,7 @@ export type RDSDBInstanceProps = {
|
|
|
891
895
|
/**
|
|
892
896
|
* Specifies whether the DB instance is a Multi-AZ deployment. You can't set the `AvailabilityZone` parameter if the DB instance is a Multi-AZ deployment.
|
|
893
897
|
*
|
|
894
|
-
* This setting doesn't apply to the
|
|
895
|
-
*
|
|
896
|
-
* - Amazon Aurora (DB instance Availability Zones (AZs) are managed by the DB cluster.)
|
|
897
|
-
* - RDS Custom
|
|
898
|
+
* This setting doesn't apply to Amazon Aurora because the DB instance Availability Zones (AZs) are managed by the DB cluster.
|
|
898
899
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-multiaz}
|
|
899
900
|
*/
|
|
900
901
|
MultiAZ?: boolean | undefined;
|