@awboost/cfn-resource-types 0.1.370 → 0.1.372

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.
@@ -151,6 +151,12 @@ export type ContentFilterConfig = {
151
151
  */
152
152
  Type: ContentFilterType;
153
153
  };
154
+ /**
155
+ * Type definition for `AWS::Bedrock::Guardrail.ContentFiltersTierName`.
156
+ * Tier name for tier configuration in content filters policy
157
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterstiername.html}
158
+ */
159
+ export type ContentFiltersTierName = "CLASSIC" | "STANDARD";
154
160
  /**
155
161
  * Type definition for `AWS::Bedrock::Guardrail.ContentFilterType`.
156
162
  * Type of filter in content policy
@@ -163,6 +169,15 @@ export type ContentFilterType = "SEXUAL" | "VIOLENCE" | "HATE" | "INSULTS" | "MI
163
169
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentpolicyconfig.html}
164
170
  */
165
171
  export type ContentPolicyConfig = {
172
+ /**
173
+ * Guardrail tier config for content policy
174
+ */
175
+ ContentFiltersTierConfig?: {
176
+ /**
177
+ * Tier name for tier configuration in content filters policy
178
+ */
179
+ TierName: ContentFiltersTierName;
180
+ };
166
181
  /**
167
182
  * List of content filter configs in content policy.
168
183
  * @minLength `1`
@@ -426,7 +441,22 @@ export type TopicPolicyConfig = {
426
441
  * @minLength `1`
427
442
  */
428
443
  TopicsConfig: TopicConfig[];
444
+ /**
445
+ * Guardrail tier config for topic policy
446
+ */
447
+ TopicsTierConfig?: {
448
+ /**
449
+ * Tier name for tier configuration in topic policy
450
+ */
451
+ TierName: TopicsTierName;
452
+ };
429
453
  };
454
+ /**
455
+ * Type definition for `AWS::Bedrock::Guardrail.TopicsTierName`.
456
+ * Tier name for tier configuration in topic policy
457
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicstiername.html}
458
+ */
459
+ export type TopicsTierName = "CLASSIC" | "STANDARD";
430
460
  /**
431
461
  * Type definition for `AWS::Bedrock::Guardrail.TopicType`.
432
462
  * Type of topic in a policy
@@ -1,14 +1,30 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
- * Resource Type definition for AWS::EC2::TrafficMirrorTarget
4
+ * Resource type definition for `AWS::EC2::TrafficMirrorTarget`.
5
+ * The description of the Traffic Mirror target.
5
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html}
6
7
  */
7
8
  export type EC2TrafficMirrorTargetProperties = {
9
+ /**
10
+ * The description of the Traffic Mirror target.
11
+ */
8
12
  Description?: string;
13
+ /**
14
+ * The ID of the Gateway Load Balancer endpoint.
15
+ */
9
16
  GatewayLoadBalancerEndpointId?: string;
17
+ /**
18
+ * The network interface ID that is associated with the target.
19
+ */
10
20
  NetworkInterfaceId?: string;
21
+ /**
22
+ * The Amazon Resource Name (ARN) of the Network Load Balancer that is associated with the target.
23
+ */
11
24
  NetworkLoadBalancerArn?: string;
25
+ /**
26
+ * The tags to assign to the Traffic Mirror target.
27
+ */
12
28
  Tags?: Tag[];
13
29
  };
14
30
  /**
@@ -27,7 +43,8 @@ export type Tag = {
27
43
  Value: string;
28
44
  };
29
45
  /**
30
- * Resource Type definition for AWS::EC2::TrafficMirrorTarget
46
+ * Resource type definition for `AWS::EC2::TrafficMirrorTarget`.
47
+ * The description of the Traffic Mirror target.
31
48
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html}
32
49
  */
33
50
  export declare class EC2TrafficMirrorTarget extends $Resource<"AWS::EC2::TrafficMirrorTarget", EC2TrafficMirrorTargetProperties, EC2TrafficMirrorTargetAttributes> {
@@ -1,6 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
- * Resource Type definition for AWS::EC2::TrafficMirrorTarget
3
+ * Resource type definition for `AWS::EC2::TrafficMirrorTarget`.
4
+ * The description of the Traffic Mirror target.
4
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-trafficmirrortarget.html}
5
6
  */
6
7
  export class EC2TrafficMirrorTarget extends $Resource {
@@ -50,6 +50,9 @@ export type EC2VPCEndpointProperties = {
50
50
  * The Amazon Resource Name (ARN) of the service network.
51
51
  */
52
52
  ServiceNetworkArn?: string;
53
+ /**
54
+ * Describes a Region.
55
+ */
53
56
  ServiceRegion?: string;
54
57
  /**
55
58
  * The IDs of the subnets in which to create endpoint network interfaces. You must specify this property for an interface endpoint or a Gateway Load Balancer endpoint. You can't specify this property for a gateway endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.
@@ -396,7 +396,7 @@ export type LogConfiguration = {
396
396
  The options you can specify depend on the log driver. Some of the options you can specify when you use the ``awslogs`` log driver to route logs to Amazon CloudWatch include the following:
397
397
  + awslogs-create-group Required: No Specify whether you want the log group to be created automatically. If this option isn't specified, it defaults to false. Your IAM policy must include the logs:CreateLogGroup permission before you attempt to use awslogs-create-group. + awslogs-region Required: Yes Specify the Region that the awslogs log driver is to send your Docker logs to. You can choose to send all of your logs from clusters in different Regions to a single region in CloudWatch Logs. This is so that they're all visible in one location. Otherwise, you can separate them by Region for more granularity. Make sure that the specified log group exists in the Region that you specify with this option. + awslogs-group Required: Yes Make sure to specify a log group that the awslogs log driver sends its log streams to. + awslogs-stream-prefix Required: Yes, when using Fargate.Optional when using EC2. Use the awslogs-stream-prefix option to associate a log stream with the specified prefix, the container name, and the ID of the Amazon ECS task that the container belongs to. If you specify a prefix with this option, then the log stream takes the format prefix-name/container-name/ecs-task-id. If you don't specify a prefix with this option, then the log stream is named after the container ID that's assigned by the Docker daemon on the container instance. Because it's difficult to trace logs back to the container that sent them with just the Docker container ID (which is only available on the container instance), we recommend that you specify a prefix with this option. For Amazon ECS services, you can use the service name as the prefix. Doing so, you can trace log streams to the service that the container belongs to, the name of the container that sent them, and the ID of the task that the container belongs to. You must specify a stream-prefix for your logs to have your logs appear in the Log pane when using the Amazon ECS console. + awslogs-datetime-format Required: No This option defines a multiline start pattern in Python strftime format. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages. One example of a use case for using this format is for parsing output such as a stack dump, which might otherwise be logged in multiple entries. The correct pattern allows it to be captured in a single entry. For more information, see awslogs-datetime-format. You cannot configure both the awslogs-datetime-format and awslogs-multiline-pattern options. Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance. + awslogs-multiline-pattern Required: No This option defines a multiline start pattern that uses a regular expression. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages. For more information, see awslogs-multiline-pattern. This option is ignored if awslogs-datetime-format is also configured. You cannot configure both the awslogs-datetime-format and awslogs-multiline-pattern options. Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance.
398
398
  The following options apply to all supported log drivers.
399
- + mode Required: No Valid values: non-blocking | blocking This option defines the delivery mode of log messages from the container to the log driver specified using logDriver. The delivery mode you choose affects application availability when the flow of logs from container is interrupted. If you use the blocking mode and the flow of logs is interrupted, calls from container code to write to the stdout and stderr streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure. If you use the non-blocking mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the max-buffer-size option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see Preventing log loss with non-blocking mode in the awslogs container log driver. You can set a default mode for all containers in a specific Region by using the defaultLogDriverMode account setting. If you don't specify the mode option or configure the account setting, Amazon ECS will default to the blocking mode. For more information about the account setting, see Default log driver mode in the Amazon Elastic Container Service Developer Guide. On June 25, 2025, Amazon ECS is changing the default log driver mode from blocking to non-blocking to prioritize task availability over logging. To continue using the blocking mode after this change, do one of the following: Set the mode option in your container definition's logConfiguration as blocking. Set the defaultLogDriverMode account setting to blocking. + max-buffer-size Required: No Default value: 1m When non-blocking mode is used, the max-buffer-size log option controls the size of the buffer that's used for intermediate message storage. Make sure to specify an adequate buffer size based on your application. When the buffer fills up, further logs cannot be stored. Logs that cannot be stored are lost.
399
+ + mode Required: No Valid values: non-blocking | blocking This option defines the delivery mode of log messages from the container to the log driver specified using logDriver. The delivery mode you choose affects application availability when the flow of logs from container is interrupted. If you use the blocking mode and the flow of logs is interrupted, calls from container code to write to the stdout and stderr streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure. If you use the non-blocking mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the max-buffer-size option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see Preventing log loss with non-blocking mode in the awslogs container log driver. You can set a default mode for all containers in a specific Region by using the defaultLogDriverMode account setting. If you don't specify the mode option or configure the account setting, Amazon ECS will default to the non-blocking mode. For more information about the account setting, see Default log driver mode in the Amazon Elastic Container Service Developer Guide. On June 25, 2025, Amazon ECS changed the default log driver mode from blocking to non-blocking to prioritize task availability over logging. To continue using the blocking mode after this change, do one of the following: Set the mode option in your container definition's logConfiguration as blocking. Set the defaultLogDriverMode account setting to blocking. + max-buffer-size Required: No Default value: 1m When non-blocking mode is used, the max-buffer-size log option controls the size of the buffer that's used for intermediate message storage. Make sure to specify an adequate buffer size based on your application. When the buffer fills up, further logs cannot be stored. Logs that cannot be stored are lost.
400
400
  To route logs using the ``splunk`` log router, you need to specify a ``splunk-token`` and a ``splunk-url``.
401
401
  When you use the ``awsfirelens`` log router to route logs to an AWS Service or AWS Partner Network destination for log storage and analytics, you can set the ``log-driver-buffer-limit`` option to limit the number of events that are buffered in memory, before being sent to the log router container. It can help to resolve potential log loss issue because high throughput might result in memory running out for the buffer inside of Docker.
402
402
  Other options you can specify when using ``awsfirelens`` to route logs depend on the destination. When you export logs to Amazon Data Firehose, you can specify the AWS Region with ``region`` and a name for the log stream with ``delivery_stream``.
@@ -38,9 +38,6 @@ export type ECSTaskDefinitionProperties = {
38
38
  To use revision numbers when you update a task definition, specify this property. If you don't specify a value, CFNlong generates a new task definition each time that you update it.
39
39
  */
40
40
  Family?: string;
41
- /**
42
- * The Elastic Inference accelerators to use for the containers in the task.
43
- */
44
41
  InferenceAccelerators?: InferenceAccelerator[];
45
42
  /**
46
43
  * The IPC resource namespace to use for the containers in the task. The valid values are ``host``, ``task``, or ``none``. If ``host`` is specified, then all containers within the tasks that specified the ``host`` IPC mode on the same container instance share the same IPC resources with the host Amazon EC2 instance. If ``task`` is specified, all containers within the specified task share the same IPC resources. If ``none`` is specified, then IPC resources within the containers of a task are private and not shared with other containers in a task or on the container instance. If no value is specified, then the IPC resource namespace sharing depends on the Docker daemon setting on the container instance.
@@ -670,17 +667,10 @@ export type HostVolumeProperties = {
670
667
  };
671
668
  /**
672
669
  * Type definition for `AWS::ECS::TaskDefinition.InferenceAccelerator`.
673
- * Details on an Elastic Inference accelerator. For more information, see [Working with Amazon Elastic Inference on Amazon ECS](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-inference.html) in the *Amazon Elastic Container Service Developer Guide*.
674
670
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-taskdefinition-inferenceaccelerator.html}
675
671
  */
676
672
  export type InferenceAccelerator = {
677
- /**
678
- * The Elastic Inference accelerator device name. The ``deviceName`` must also be referenced in a container definition as a [ResourceRequirement](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ResourceRequirement.html).
679
- */
680
673
  DeviceName?: string;
681
- /**
682
- * The Elastic Inference accelerator type to use.
683
- */
684
674
  DeviceType?: string;
685
675
  };
686
676
  /**
@@ -786,7 +776,7 @@ export type LogConfiguration = {
786
776
  The options you can specify depend on the log driver. Some of the options you can specify when you use the ``awslogs`` log driver to route logs to Amazon CloudWatch include the following:
787
777
  + awslogs-create-group Required: No Specify whether you want the log group to be created automatically. If this option isn't specified, it defaults to false. Your IAM policy must include the logs:CreateLogGroup permission before you attempt to use awslogs-create-group. + awslogs-region Required: Yes Specify the Region that the awslogs log driver is to send your Docker logs to. You can choose to send all of your logs from clusters in different Regions to a single region in CloudWatch Logs. This is so that they're all visible in one location. Otherwise, you can separate them by Region for more granularity. Make sure that the specified log group exists in the Region that you specify with this option. + awslogs-group Required: Yes Make sure to specify a log group that the awslogs log driver sends its log streams to. + awslogs-stream-prefix Required: Yes, when using Fargate.Optional when using EC2. Use the awslogs-stream-prefix option to associate a log stream with the specified prefix, the container name, and the ID of the Amazon ECS task that the container belongs to. If you specify a prefix with this option, then the log stream takes the format prefix-name/container-name/ecs-task-id. If you don't specify a prefix with this option, then the log stream is named after the container ID that's assigned by the Docker daemon on the container instance. Because it's difficult to trace logs back to the container that sent them with just the Docker container ID (which is only available on the container instance), we recommend that you specify a prefix with this option. For Amazon ECS services, you can use the service name as the prefix. Doing so, you can trace log streams to the service that the container belongs to, the name of the container that sent them, and the ID of the task that the container belongs to. You must specify a stream-prefix for your logs to have your logs appear in the Log pane when using the Amazon ECS console. + awslogs-datetime-format Required: No This option defines a multiline start pattern in Python strftime format. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages. One example of a use case for using this format is for parsing output such as a stack dump, which might otherwise be logged in multiple entries. The correct pattern allows it to be captured in a single entry. For more information, see awslogs-datetime-format. You cannot configure both the awslogs-datetime-format and awslogs-multiline-pattern options. Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance. + awslogs-multiline-pattern Required: No This option defines a multiline start pattern that uses a regular expression. A log message consists of a line that matches the pattern and any following lines that don’t match the pattern. The matched line is the delimiter between log messages. For more information, see awslogs-multiline-pattern. This option is ignored if awslogs-datetime-format is also configured. You cannot configure both the awslogs-datetime-format and awslogs-multiline-pattern options. Multiline logging performs regular expression parsing and matching of all log messages. This might have a negative impact on logging performance.
788
778
  The following options apply to all supported log drivers.
789
- + mode Required: No Valid values: non-blocking | blocking This option defines the delivery mode of log messages from the container to the log driver specified using logDriver. The delivery mode you choose affects application availability when the flow of logs from container is interrupted. If you use the blocking mode and the flow of logs is interrupted, calls from container code to write to the stdout and stderr streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure. If you use the non-blocking mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the max-buffer-size option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see Preventing log loss with non-blocking mode in the awslogs container log driver. You can set a default mode for all containers in a specific Region by using the defaultLogDriverMode account setting. If you don't specify the mode option or configure the account setting, Amazon ECS will default to the blocking mode. For more information about the account setting, see Default log driver mode in the Amazon Elastic Container Service Developer Guide. On June 25, 2025, Amazon ECS is changing the default log driver mode from blocking to non-blocking to prioritize task availability over logging. To continue using the blocking mode after this change, do one of the following: Set the mode option in your container definition's logConfiguration as blocking. Set the defaultLogDriverMode account setting to blocking. + max-buffer-size Required: No Default value: 1m When non-blocking mode is used, the max-buffer-size log option controls the size of the buffer that's used for intermediate message storage. Make sure to specify an adequate buffer size based on your application. When the buffer fills up, further logs cannot be stored. Logs that cannot be stored are lost.
779
+ + mode Required: No Valid values: non-blocking | blocking This option defines the delivery mode of log messages from the container to the log driver specified using logDriver. The delivery mode you choose affects application availability when the flow of logs from container is interrupted. If you use the blocking mode and the flow of logs is interrupted, calls from container code to write to the stdout and stderr streams will block. The logging thread of the application will block as a result. This may cause the application to become unresponsive and lead to container healthcheck failure. If you use the non-blocking mode, the container's logs are instead stored in an in-memory intermediate buffer configured with the max-buffer-size option. This prevents the application from becoming unresponsive when logs cannot be sent. We recommend using this mode if you want to ensure service availability and are okay with some log loss. For more information, see Preventing log loss with non-blocking mode in the awslogs container log driver. You can set a default mode for all containers in a specific Region by using the defaultLogDriverMode account setting. If you don't specify the mode option or configure the account setting, Amazon ECS will default to the non-blocking mode. For more information about the account setting, see Default log driver mode in the Amazon Elastic Container Service Developer Guide. On June 25, 2025, Amazon ECS changed the default log driver mode from blocking to non-blocking to prioritize task availability over logging. To continue using the blocking mode after this change, do one of the following: Set the mode option in your container definition's logConfiguration as blocking. Set the defaultLogDriverMode account setting to blocking. + max-buffer-size Required: No Default value: 1m When non-blocking mode is used, the max-buffer-size log option controls the size of the buffer that's used for intermediate message storage. Make sure to specify an adequate buffer size based on your application. When the buffer fills up, further logs cannot be stored. Logs that cannot be stored are lost.
790
780
  To route logs using the ``splunk`` log router, you need to specify a ``splunk-token`` and a ``splunk-url``.
791
781
  When you use the ``awsfirelens`` log router to route logs to an AWS Service or AWS Partner Network destination for log storage and analytics, you can set the ``log-driver-buffer-limit`` option to limit the number of events that are buffered in memory, before being sent to the log router container. It can help to resolve potential log loss issue because high throughput might result in memory running out for the buffer inside of Docker.
792
782
  Other options you can specify when using ``awsfirelens`` to route logs depend on the destination. When you export logs to Amazon Data Firehose, you can specify the AWS Region with ``region`` and a name for the log stream with ``delivery_stream``.
@@ -5,18 +5,62 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html}
6
6
  */
7
7
  export type KinesisStreamConsumerProperties = {
8
+ /**
9
+ * The name of the Kinesis Stream Consumer. For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.
10
+ * @minLength `1`
11
+ * @maxLength `128`
12
+ * @pattern `^[a-zA-Z0-9_.-]+$`
13
+ */
8
14
  ConsumerName: string;
15
+ /**
16
+ * The Amazon resource name (ARN) of the Kinesis data stream that you want to register the consumer with.
17
+ * @minLength `1`
18
+ * @maxLength `2048`
19
+ * @pattern `^arn:aws.*:kinesis:.*:\d{12}:stream/\S+`
20
+ */
9
21
  StreamARN: string;
22
+ /**
23
+ * An arbitrary set of tags (key–value pairs) to associate with the Kinesis consumer.
24
+ * @maxLength `50`
25
+ */
26
+ Tags?: Tag[];
10
27
  };
11
28
  /**
12
29
  * Attribute type definition for `AWS::Kinesis::StreamConsumer`.
13
30
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#aws-resource-kinesis-streamconsumer-return-values}
14
31
  */
15
32
  export type KinesisStreamConsumerAttributes = {
33
+ /**
34
+ * The ARN returned by Kinesis Data Streams when you registered the consumer. If you don't know the ARN of the consumer that you want to deregister, you can use the ListStreamConsumers operation to get a list of the descriptions of all the consumers that are currently registered with a given data stream. The description of a consumer contains its ARN.
35
+ */
16
36
  ConsumerARN: string;
37
+ /**
38
+ * Timestamp when the consumer was created.
39
+ */
17
40
  ConsumerCreationTimestamp: string;
41
+ /**
42
+ * A consumer can't read data while in the CREATING or DELETING states. Valid Values: CREATING | DELETING | ACTIVE
43
+ */
18
44
  ConsumerStatus: string;
19
- Id: string;
45
+ };
46
+ /**
47
+ * Type definition for `AWS::Kinesis::StreamConsumer.Tag`.
48
+ * An arbitrary set of tags (key-value pairs) to associate with the Kinesis consumer.
49
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesis-streamconsumer-tag.html}
50
+ */
51
+ export type Tag = {
52
+ /**
53
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
54
+ * @minLength `1`
55
+ * @maxLength `128`
56
+ */
57
+ Key: string;
58
+ /**
59
+ * The value for the tag. You can specify a value that is 0 to 255 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
60
+ * @minLength `0`
61
+ * @maxLength `255`
62
+ */
63
+ Value: string;
20
64
  };
21
65
  /**
22
66
  * Resource Type definition for AWS::Kinesis::StreamConsumer
@@ -0,0 +1,258 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
6
+ */
7
+ export type ODBCloudAutonomousVmClusterProperties = {
8
+ /**
9
+ * The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
10
+ */
11
+ AutonomousDataStorageSizeInTBs?: number;
12
+ /**
13
+ * The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
14
+ */
15
+ CloudExadataInfrastructureId?: string;
16
+ /**
17
+ * The number of CPU cores enabled per node in the Autonomous VM cluster.
18
+ */
19
+ CpuCoreCountPerNode?: number;
20
+ /**
21
+ * The list of database servers associated with the Autonomous VM cluster.
22
+ */
23
+ DbServers?: string[];
24
+ /**
25
+ * The user-provided description of the Autonomous VM cluster.
26
+ */
27
+ Description?: string;
28
+ /**
29
+ * The display name of the Autonomous VM cluster.
30
+ * @minLength `1`
31
+ * @maxLength `255`
32
+ * @pattern `^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$`
33
+ */
34
+ DisplayName?: string;
35
+ /**
36
+ * Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
37
+ */
38
+ IsMtlsEnabledVmCluster?: boolean;
39
+ /**
40
+ * The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
41
+ */
42
+ LicenseModel?: "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED";
43
+ /**
44
+ * The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
45
+ */
46
+ MaintenanceWindow?: MaintenanceWindow;
47
+ /**
48
+ * The amount of memory allocated per Oracle Compute Unit, in GB.
49
+ */
50
+ MemoryPerOracleComputeUnitInGBs?: number;
51
+ /**
52
+ * The unique identifier of the ODB network associated with this Autonomous VM cluster.
53
+ */
54
+ OdbNetworkId?: string;
55
+ /**
56
+ * The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
57
+ * @min `1024`
58
+ * @max `8999`
59
+ */
60
+ ScanListenerPortNonTls?: number;
61
+ /**
62
+ * The SCAN listener port for TLS (TCP) protocol. The default is 2484.
63
+ * @min `1024`
64
+ * @max `8999`
65
+ */
66
+ ScanListenerPortTls?: number;
67
+ /**
68
+ * The tags associated with the Autonomous VM cluster.
69
+ */
70
+ Tags?: Tag[];
71
+ /**
72
+ * The time zone of the Autonomous VM cluster.
73
+ * @minLength `1`
74
+ * @maxLength `255`
75
+ */
76
+ TimeZone?: string;
77
+ /**
78
+ * The total number of Autonomous Container Databases that can be created with the allocated local storage.
79
+ */
80
+ TotalContainerDatabases?: number;
81
+ };
82
+ /**
83
+ * Attribute type definition for `AWS::ODB::CloudAutonomousVmCluster`.
84
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#aws-resource-odb-cloudautonomousvmcluster-return-values}
85
+ */
86
+ export type ODBCloudAutonomousVmClusterAttributes = {
87
+ /**
88
+ * The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
89
+ */
90
+ AutonomousDataStoragePercentage: number;
91
+ /**
92
+ * The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
93
+ */
94
+ AvailableAutonomousDataStorageSizeInTBs: number;
95
+ /**
96
+ * The number of Autonomous CDBs that you can create with the currently available storage.
97
+ */
98
+ AvailableContainerDatabases: number;
99
+ /**
100
+ * The number of CPU cores available for allocation to Autonomous Databases.
101
+ */
102
+ AvailableCpus: number;
103
+ /**
104
+ * The Amazon Resource Name (ARN) for the Autonomous VM cluster.
105
+ */
106
+ CloudAutonomousVmClusterArn: string;
107
+ /**
108
+ * The unique identifier of the Autonomous VM cluster.
109
+ */
110
+ CloudAutonomousVmClusterId: string;
111
+ /**
112
+ * The compute model of the Autonomous VM cluster: ECPU or OCPU.
113
+ */
114
+ ComputeModel: "ECPU" | "OCPU";
115
+ /**
116
+ * The total number of CPU cores in the Autonomous VM cluster.
117
+ */
118
+ CpuCoreCount: number;
119
+ /**
120
+ * The percentage of total CPU cores currently in use in the Autonomous VM cluster.
121
+ */
122
+ CpuPercentage: number;
123
+ /**
124
+ * The total data storage allocated to the Autonomous VM cluster, in GB.
125
+ */
126
+ DataStorageSizeInGBs: number;
127
+ /**
128
+ * The total data storage allocated to the Autonomous VM cluster, in TB.
129
+ */
130
+ DataStorageSizeInTBs: number;
131
+ /**
132
+ * The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
133
+ */
134
+ DbNodeStorageSizeInGBs: number;
135
+ /**
136
+ * The domain name for the Autonomous VM cluster.
137
+ */
138
+ Domain: string;
139
+ /**
140
+ * The minimum value to which you can scale down the Exadata storage, in TB.
141
+ */
142
+ ExadataStorageInTBsLowestScaledValue: number;
143
+ /**
144
+ * The hostname for the Autonomous VM cluster.
145
+ */
146
+ Hostname: string;
147
+ /**
148
+ * The minimum value to which you can scale down the maximum number of Autonomous CDBs.
149
+ */
150
+ MaxAcdsLowestScaledValue: number;
151
+ /**
152
+ * The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
153
+ */
154
+ MemorySizeInGBs: number;
155
+ /**
156
+ * The number of database server nodes in the Autonomous VM cluster.
157
+ */
158
+ NodeCount: number;
159
+ /**
160
+ * The number of Autonomous CDBs that can't be provisioned because of resource constraints.
161
+ */
162
+ NonProvisionableAutonomousContainerDatabases: number;
163
+ /**
164
+ * The name of the OCI resource anchor associated with this Autonomous VM cluster.
165
+ */
166
+ OciResourceAnchorName: string;
167
+ /**
168
+ * The URL for accessing the OCI console page for this Autonomous VM cluster.
169
+ */
170
+ OciUrl: string;
171
+ /**
172
+ * The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
173
+ */
174
+ Ocid: string;
175
+ /**
176
+ * The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
177
+ */
178
+ ProvisionableAutonomousContainerDatabases: number;
179
+ /**
180
+ * The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
181
+ */
182
+ ProvisionedAutonomousContainerDatabases: number;
183
+ /**
184
+ * The number of CPU cores currently provisioned in the Autonomous VM cluster.
185
+ */
186
+ ProvisionedCpus: number;
187
+ /**
188
+ * The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
189
+ */
190
+ ReclaimableCpus: number;
191
+ /**
192
+ * The number of CPU cores reserved for system operations and redundancy.
193
+ */
194
+ ReservedCpus: number;
195
+ /**
196
+ * The shape of the Exadata infrastructure for the Autonomous VM cluster.
197
+ */
198
+ Shape: string;
199
+ };
200
+ /**
201
+ * Type definition for `AWS::ODB::CloudAutonomousVmCluster.MaintenanceWindow`.
202
+ * The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
203
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html}
204
+ */
205
+ export type MaintenanceWindow = {
206
+ /**
207
+ * The days of the week when maintenance can be performed.
208
+ */
209
+ DaysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[];
210
+ /**
211
+ * The hours of the day when maintenance can be performed.
212
+ */
213
+ HoursOfDay?: number[];
214
+ /**
215
+ * The lead time in weeks before the maintenance window.
216
+ */
217
+ LeadTimeInWeeks?: number;
218
+ /**
219
+ * The months when maintenance can be performed.
220
+ */
221
+ Months?: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")[];
222
+ /**
223
+ * The preference for the maintenance window scheduling.
224
+ */
225
+ Preference?: "NO_PREFERENCE" | "CUSTOM_PREFERENCE";
226
+ /**
227
+ * The weeks of the month when maintenance can be performed.
228
+ */
229
+ WeeksOfMonth?: number[];
230
+ };
231
+ /**
232
+ * Type definition for `AWS::ODB::CloudAutonomousVmCluster.Tag`.
233
+ * A key-value pair to associate with a resource.
234
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-tag.html}
235
+ */
236
+ export type Tag = {
237
+ /**
238
+ * The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
239
+ * @minLength `1`
240
+ * @maxLength `128`
241
+ */
242
+ Key: string;
243
+ /**
244
+ * The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
245
+ * @minLength `0`
246
+ * @maxLength `256`
247
+ */
248
+ Value?: string;
249
+ };
250
+ /**
251
+ * The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
252
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
253
+ */
254
+ export declare class ODBCloudAutonomousVmCluster extends $Resource<"AWS::ODB::CloudAutonomousVmCluster", ODBCloudAutonomousVmClusterProperties, ODBCloudAutonomousVmClusterAttributes> {
255
+ static readonly Type = "AWS::ODB::CloudAutonomousVmCluster";
256
+ constructor(logicalId: string, properties: ODBCloudAutonomousVmClusterProperties, options?: $ResourceOptions);
257
+ }
258
+ //# sourceMappingURL=AWS-ODB-CloudAutonomousVmCluster.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
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 class ODBCloudAutonomousVmCluster extends $Resource {
7
+ static Type = "AWS::ODB::CloudAutonomousVmCluster";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, ODBCloudAutonomousVmCluster.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-ODB-CloudAutonomousVmCluster.js.map
@@ -0,0 +1,193 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata Infrastructure
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html}
6
+ */
7
+ export type ODBCloudExadataInfrastructureProperties = {
8
+ /**
9
+ * The name of the Availability Zone (AZ) where the Exadata infrastructure is located.
10
+ * @minLength `1`
11
+ * @maxLength `255`
12
+ */
13
+ AvailabilityZone?: string;
14
+ /**
15
+ * The AZ ID of the AZ where the Exadata infrastructure is located.
16
+ * @minLength `1`
17
+ * @maxLength `255`
18
+ */
19
+ AvailabilityZoneId?: string;
20
+ /**
21
+ * The number of database servers for the Exadata infrastructure.
22
+ */
23
+ ComputeCount?: number;
24
+ /**
25
+ * The email addresses of contacts to receive notification from Oracle about maintenance updates for the Exadata infrastructure.
26
+ */
27
+ CustomerContactsToSendToOCI?: CustomerContact[];
28
+ /**
29
+ * The database server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
30
+ * @minLength `1`
31
+ * @maxLength `255`
32
+ * @pattern `^[a-zA-Z0-9_\/.=-]+$`
33
+ */
34
+ DatabaseServerType?: string;
35
+ /**
36
+ * The user-friendly name for the Exadata infrastructure.
37
+ * @minLength `1`
38
+ * @maxLength `255`
39
+ * @pattern `^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$`
40
+ */
41
+ DisplayName?: string;
42
+ /**
43
+ * The model name of the Exadata infrastructure.
44
+ * @minLength `1`
45
+ * @maxLength `255`
46
+ * @pattern `^[a-zA-Z0-9_\/.=-]+$`
47
+ */
48
+ Shape?: string;
49
+ /**
50
+ * The number of storage servers that are activated for the Exadata infrastructure.
51
+ */
52
+ StorageCount?: number;
53
+ /**
54
+ * The storage server model type of the Exadata infrastructure. For the list of valid model names, use the ListDbSystemShapes operation.
55
+ * @minLength `1`
56
+ * @maxLength `255`
57
+ * @pattern `^[a-zA-Z0-9_\/.=-]+$`
58
+ */
59
+ StorageServerType?: string;
60
+ /**
61
+ * Tags to assign to the Exadata Infrastructure.
62
+ */
63
+ Tags?: Tag[];
64
+ };
65
+ /**
66
+ * Attribute type definition for `AWS::ODB::CloudExadataInfrastructure`.
67
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html#aws-resource-odb-cloudexadatainfrastructure-return-values}
68
+ */
69
+ export type ODBCloudExadataInfrastructureAttributes = {
70
+ /**
71
+ * The number of storage servers requested for the Exadata infrastructure.
72
+ */
73
+ ActivatedStorageCount: number;
74
+ /**
75
+ * The number of storage servers requested for the Exadata infrastructure.
76
+ */
77
+ AdditionalStorageCount: number;
78
+ /**
79
+ * The amount of available storage, in gigabytes (GB), for the Exadata infrastructure.
80
+ */
81
+ AvailableStorageSizeInGBs: number;
82
+ /**
83
+ * The Amazon Resource Name (ARN) for the Exadata infrastructure.
84
+ */
85
+ CloudExadataInfrastructureArn: string;
86
+ /**
87
+ * The unique identifier for the Exadata infrastructure.
88
+ */
89
+ CloudExadataInfrastructureId: string;
90
+ /**
91
+ * 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.
92
+ */
93
+ ComputeModel: string;
94
+ /**
95
+ * The total number of CPU cores that are allocated to the Exadata infrastructure.
96
+ */
97
+ CpuCount: number;
98
+ /**
99
+ * The size of the Exadata infrastructure's data disk group, in terabytes (TB).
100
+ */
101
+ DataStorageSizeInTBs: number;
102
+ /**
103
+ * The size of the Exadata infrastructure's local node storage, in gigabytes (GB).
104
+ */
105
+ DbNodeStorageSizeInGBs: number;
106
+ /**
107
+ * The list of database server identifiers for the Exadata infrastructure.
108
+ */
109
+ DbServerIds: string[];
110
+ /**
111
+ * The software version of the database servers (dom0) in the Exadata infrastructure.
112
+ */
113
+ DbServerVersion: string;
114
+ /**
115
+ * The total number of CPU cores available on the Exadata infrastructure.
116
+ */
117
+ MaxCpuCount: number;
118
+ /**
119
+ * The total amount of data disk group storage, in terabytes (TB), that's available on the Exadata infrastructure.
120
+ */
121
+ MaxDataStorageInTBs: number;
122
+ /**
123
+ * The total amount of local node storage, in gigabytes (GB), that's available on the Exadata infrastructure.
124
+ */
125
+ MaxDbNodeStorageSizeInGBs: number;
126
+ /**
127
+ * The total amount of memory, in gigabytes (GB), that's available on the Exadata infrastructure.
128
+ */
129
+ MaxMemoryInGBs: number;
130
+ /**
131
+ * The amount of memory, in gigabytes (GB), that's allocated on the Exadata infrastructure.
132
+ */
133
+ MemorySizeInGBs: number;
134
+ /**
135
+ * The name of the OCI resource anchor for the Exadata infrastructure.
136
+ */
137
+ OciResourceAnchorName: string;
138
+ /**
139
+ * The HTTPS link to the Exadata infrastructure in OCI.
140
+ */
141
+ OciUrl: string;
142
+ /**
143
+ * The OCID of the Exadata infrastructure.
144
+ */
145
+ Ocid: string;
146
+ /**
147
+ * The software version of the storage servers on the Exadata infrastructure.
148
+ */
149
+ StorageServerVersion: string;
150
+ /**
151
+ * The total amount of storage, in gigabytes (GB), on the the Exadata infrastructure.
152
+ */
153
+ TotalStorageSizeInGBs: number;
154
+ };
155
+ /**
156
+ * Type definition for `AWS::ODB::CloudExadataInfrastructure.CustomerContact`.
157
+ * A contact to receive notification from Oracle about maintenance updates for a specific Exadata infrastructure.
158
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-customercontact.html}
159
+ */
160
+ export type CustomerContact = {
161
+ /**
162
+ * The email address of the contact.
163
+ */
164
+ Email?: string;
165
+ };
166
+ /**
167
+ * Type definition for `AWS::ODB::CloudExadataInfrastructure.Tag`.
168
+ * A key-value pair to associate with a resource.
169
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-tag.html}
170
+ */
171
+ export type Tag = {
172
+ /**
173
+ * The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
174
+ * @minLength `1`
175
+ * @maxLength `128`
176
+ */
177
+ Key: string;
178
+ /**
179
+ * The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
180
+ * @minLength `0`
181
+ * @maxLength `256`
182
+ */
183
+ Value?: string;
184
+ };
185
+ /**
186
+ * The AWS::ODB::CloudExadataInfrastructure resource creates an Exadata Infrastructure
187
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudexadatainfrastructure.html}
188
+ */
189
+ export declare class ODBCloudExadataInfrastructure extends $Resource<"AWS::ODB::CloudExadataInfrastructure", ODBCloudExadataInfrastructureProperties, ODBCloudExadataInfrastructureAttributes> {
190
+ static readonly Type = "AWS::ODB::CloudExadataInfrastructure";
191
+ constructor(logicalId: string, properties: ODBCloudExadataInfrastructureProperties, options?: $ResourceOptions);
192
+ }
193
+ //# sourceMappingURL=AWS-ODB-CloudExadataInfrastructure.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
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 class ODBCloudExadataInfrastructure extends $Resource {
7
+ static Type = "AWS::ODB::CloudExadataInfrastructure";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, ODBCloudExadataInfrastructure.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-ODB-CloudExadataInfrastructure.js.map
@@ -0,0 +1,220 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * The AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html}
6
+ */
7
+ export type ODBCloudVmClusterProperties = {
8
+ /**
9
+ * The unique identifier of the Exadata infrastructure that this VM cluster belongs to.
10
+ */
11
+ CloudExadataInfrastructureId?: string;
12
+ /**
13
+ * The name of the Grid Infrastructure (GI) cluster.
14
+ * @minLength `1`
15
+ * @maxLength `11`
16
+ * @pattern `^[a-zA-Z][a-zA-Z0-9-]*$`
17
+ */
18
+ ClusterName?: string;
19
+ /**
20
+ * The number of CPU cores enabled on the VM cluster.
21
+ * @min `0`
22
+ * @max `368`
23
+ */
24
+ CpuCoreCount?: number;
25
+ /**
26
+ * The set of diagnostic collection options enabled for the VM cluster.
27
+ */
28
+ DataCollectionOptions?: DataCollectionOptions;
29
+ /**
30
+ * The size of the data disk group, in terabytes (TB), that's allocated for the VM cluster.
31
+ */
32
+ DataStorageSizeInTBs?: number;
33
+ /**
34
+ * The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
35
+ */
36
+ DbNodeStorageSizeInGBs?: number;
37
+ /**
38
+ * The list of database servers for the VM cluster.
39
+ */
40
+ DbServers?: string[];
41
+ /**
42
+ * The user-friendly name for the VM cluster.
43
+ * @minLength `1`
44
+ * @maxLength `255`
45
+ * @pattern `^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$`
46
+ */
47
+ DisplayName?: string;
48
+ /**
49
+ * The software version of the Oracle Grid Infrastructure (GI) for the VM cluster.
50
+ * @minLength `1`
51
+ * @maxLength `255`
52
+ */
53
+ GiVersion?: string;
54
+ /**
55
+ * The host name for the VM cluster.
56
+ * @minLength `1`
57
+ * @maxLength `12`
58
+ * @pattern `^[a-zA-Z][a-zA-Z0-9-]*[a-zA-Z0-9]$`
59
+ */
60
+ Hostname?: string;
61
+ /**
62
+ * Indicates whether database backups to local Exadata storage is enabled for the VM cluster.
63
+ */
64
+ IsLocalBackupEnabled?: boolean;
65
+ /**
66
+ * Indicates whether the VM cluster is configured with a sparse disk group.
67
+ */
68
+ IsSparseDiskgroupEnabled?: boolean;
69
+ /**
70
+ * The Oracle license model applied to the VM cluster.
71
+ */
72
+ LicenseModel?: "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED";
73
+ /**
74
+ * The amount of memory, in gigabytes (GB), that's allocated for the VM cluster.
75
+ */
76
+ MemorySizeInGBs?: number;
77
+ /**
78
+ * The unique identifier of the ODB network for the VM cluster.
79
+ */
80
+ OdbNetworkId?: string;
81
+ /**
82
+ * Property description not available.
83
+ * @min `1024`
84
+ * @max `8999`
85
+ */
86
+ ScanListenerPortTcp?: number;
87
+ /**
88
+ * The public key portion of one or more key pairs used for SSH access to the VM cluster.
89
+ */
90
+ SshPublicKeys?: string[];
91
+ /**
92
+ * The operating system version of the image chosen for the VM cluster.
93
+ * @minLength `1`
94
+ * @maxLength `255`
95
+ */
96
+ SystemVersion?: string;
97
+ /**
98
+ * Tags to assign to the Vm Cluster.
99
+ */
100
+ Tags?: Tag[];
101
+ /**
102
+ * The time zone of the VM cluster.
103
+ * @minLength `1`
104
+ * @maxLength `255`
105
+ */
106
+ TimeZone?: string;
107
+ };
108
+ /**
109
+ * Attribute type definition for `AWS::ODB::CloudVmCluster`.
110
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html#aws-resource-odb-cloudvmcluster-return-values}
111
+ */
112
+ export type ODBCloudVmClusterAttributes = {
113
+ /**
114
+ * The Amazon Resource Name (ARN) of the VM cluster.
115
+ */
116
+ CloudVmClusterArn: string;
117
+ /**
118
+ * The unique identifier of the VM cluster.
119
+ */
120
+ CloudVmClusterId: string;
121
+ /**
122
+ * 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.
123
+ */
124
+ ComputeModel: string;
125
+ /**
126
+ * The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
127
+ */
128
+ DiskRedundancy: string;
129
+ /**
130
+ * The domain of the VM cluster.
131
+ */
132
+ Domain: string;
133
+ /**
134
+ * The port number configured for the listener on the VM cluster.
135
+ */
136
+ ListenerPort: number;
137
+ /**
138
+ * The number of nodes in the VM cluster.
139
+ */
140
+ NodeCount: number;
141
+ /**
142
+ * The name of the OCI resource anchor for the VM cluster.
143
+ */
144
+ OciResourceAnchorName: string;
145
+ /**
146
+ * The HTTPS link to the VM cluster in OCI.
147
+ */
148
+ OciUrl: string;
149
+ /**
150
+ * The OCID of the VM cluster.
151
+ */
152
+ Ocid: string;
153
+ /**
154
+ * The FQDN of the DNS record for the Single Client Access Name (SCAN) IP addresses that are associated with the VM cluster.
155
+ */
156
+ ScanDnsName: string;
157
+ /**
158
+ * The OCID of the SCAN IP addresses that are associated with the VM cluster.
159
+ */
160
+ ScanIpIds: string[];
161
+ /**
162
+ * The hardware model name of the Exadata infrastructure that's running the VM cluster.
163
+ */
164
+ Shape: string;
165
+ /**
166
+ * The amount of local node storage, in gigabytes (GB), that's allocated to the VM cluster.
167
+ */
168
+ StorageSizeInGBs: number;
169
+ /**
170
+ * 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.
171
+ */
172
+ VipIds: string[];
173
+ };
174
+ /**
175
+ * Type definition for `AWS::ODB::CloudVmCluster.DataCollectionOptions`.
176
+ * Information about the data collection options enabled for a VM cluster.
177
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-datacollectionoptions.html}
178
+ */
179
+ export type DataCollectionOptions = {
180
+ /**
181
+ * Indicates whether diagnostic collection is enabled for the VM cluster.
182
+ */
183
+ IsDiagnosticsEventsEnabled?: boolean;
184
+ /**
185
+ * Indicates whether health monitoring is enabled for the VM cluster.
186
+ */
187
+ IsHealthMonitoringEnabled?: boolean;
188
+ /**
189
+ * Indicates whether incident logs are enabled for the cloud VM cluster.
190
+ */
191
+ IsIncidentLogsEnabled?: boolean;
192
+ };
193
+ /**
194
+ * Type definition for `AWS::ODB::CloudVmCluster.Tag`.
195
+ * A key-value pair to associate with a resource.
196
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-tag.html}
197
+ */
198
+ export type Tag = {
199
+ /**
200
+ * The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
201
+ * @minLength `1`
202
+ * @maxLength `128`
203
+ */
204
+ Key: string;
205
+ /**
206
+ * The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
207
+ * @minLength `0`
208
+ * @maxLength `256`
209
+ */
210
+ Value?: string;
211
+ };
212
+ /**
213
+ * The AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster
214
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html}
215
+ */
216
+ export declare class ODBCloudVmCluster extends $Resource<"AWS::ODB::CloudVmCluster", ODBCloudVmClusterProperties, ODBCloudVmClusterAttributes> {
217
+ static readonly Type = "AWS::ODB::CloudVmCluster";
218
+ constructor(logicalId: string, properties: ODBCloudVmClusterProperties, options?: $ResourceOptions);
219
+ }
220
+ //# sourceMappingURL=AWS-ODB-CloudVmCluster.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * The AWS::ODB::CloudVmCluster resource creates a Cloud VM Cluster
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudvmcluster.html}
5
+ */
6
+ export class ODBCloudVmCluster extends $Resource {
7
+ static Type = "AWS::ODB::CloudVmCluster";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, ODBCloudVmCluster.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-ODB-CloudVmCluster.js.map
@@ -0,0 +1,109 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * The AWS::ODB::OdbNetwork resource creates an ODB Network
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html}
6
+ */
7
+ export type ODBOdbNetworkProperties = {
8
+ /**
9
+ * The AWS Availability Zone (AZ) where the ODB network is located.
10
+ * @minLength `1`
11
+ * @maxLength `255`
12
+ */
13
+ AvailabilityZone?: string;
14
+ /**
15
+ * The AZ ID of the AZ where the ODB network is located.
16
+ * @minLength `1`
17
+ * @maxLength `255`
18
+ */
19
+ AvailabilityZoneId?: string;
20
+ /**
21
+ * The CIDR range of the backup subnet in the ODB network.
22
+ * @minLength `1`
23
+ * @maxLength `255`
24
+ */
25
+ BackupSubnetCidr?: string;
26
+ /**
27
+ * The CIDR range of the client subnet in the ODB network.
28
+ * @minLength `1`
29
+ * @maxLength `255`
30
+ */
31
+ ClientSubnetCidr?: string;
32
+ /**
33
+ * The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
34
+ * @minLength `1`
35
+ * @maxLength `255`
36
+ */
37
+ DefaultDnsPrefix?: string;
38
+ /**
39
+ * Specifies whether to delete associated OCI networking resources along with the ODB network.
40
+ */
41
+ DeleteAssociatedResources?: boolean;
42
+ /**
43
+ * The user-friendly name of the ODB network.
44
+ * @minLength `1`
45
+ * @maxLength `255`
46
+ * @pattern `^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$`
47
+ */
48
+ DisplayName?: string;
49
+ /**
50
+ * Tags to assign to the Odb Network.
51
+ */
52
+ Tags?: Tag[];
53
+ };
54
+ /**
55
+ * Attribute type definition for `AWS::ODB::OdbNetwork`.
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#aws-resource-odb-odbnetwork-return-values}
57
+ */
58
+ export type ODBOdbNetworkAttributes = {
59
+ /**
60
+ * The unique identifier of the OCI network anchor for the ODB network.
61
+ * @minLength `1`
62
+ * @maxLength `255`
63
+ */
64
+ OciNetworkAnchorId: string;
65
+ /**
66
+ * The name of the OCI resource anchor that's associated with the ODB network.
67
+ */
68
+ OciResourceAnchorName: string;
69
+ /**
70
+ * The URL for the VCN that's associated with the ODB network.
71
+ */
72
+ OciVcnUrl: string;
73
+ /**
74
+ * The Amazon Resource Name (ARN) of the ODB network.
75
+ */
76
+ OdbNetworkArn: string;
77
+ /**
78
+ * The unique identifier of the ODB network.
79
+ */
80
+ OdbNetworkId: string;
81
+ };
82
+ /**
83
+ * Type definition for `AWS::ODB::OdbNetwork.Tag`.
84
+ * A key-value pair to associate with a resource.
85
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-tag.html}
86
+ */
87
+ export type Tag = {
88
+ /**
89
+ * The key name of the tag. You can specify a value that's 1 to 128 Unicode characters in length and can't be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
90
+ * @minLength `1`
91
+ * @maxLength `128`
92
+ */
93
+ Key: string;
94
+ /**
95
+ * The value for the tag. You can specify a value that's 1 to 256 characters in length. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
96
+ * @minLength `0`
97
+ * @maxLength `256`
98
+ */
99
+ Value?: string;
100
+ };
101
+ /**
102
+ * The AWS::ODB::OdbNetwork resource creates an ODB Network
103
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html}
104
+ */
105
+ export declare class ODBOdbNetwork extends $Resource<"AWS::ODB::OdbNetwork", ODBOdbNetworkProperties, ODBOdbNetworkAttributes> {
106
+ static readonly Type = "AWS::ODB::OdbNetwork";
107
+ constructor(logicalId: string, properties: ODBOdbNetworkProperties, options?: $ResourceOptions);
108
+ }
109
+ //# sourceMappingURL=AWS-ODB-OdbNetwork.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * The AWS::ODB::OdbNetwork resource creates an ODB Network
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html}
5
+ */
6
+ export class ODBOdbNetwork extends $Resource {
7
+ static Type = "AWS::ODB::OdbNetwork";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, ODBOdbNetwork.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-ODB-OdbNetwork.js.map
@@ -45,7 +45,13 @@ export type Capabilities = {
45
45
  CreateSPICEDataset?: CapabilityState;
46
46
  CreateSharedFolders?: CapabilityState;
47
47
  ExportToCsv?: CapabilityState;
48
+ ExportToCsvInScheduledReports?: CapabilityState;
48
49
  ExportToExcel?: CapabilityState;
50
+ ExportToExcelInScheduledReports?: CapabilityState;
51
+ ExportToPdf?: CapabilityState;
52
+ ExportToPdfInScheduledReports?: CapabilityState;
53
+ IncludeContentInScheduledReportsEmail?: CapabilityState;
54
+ PrintReports?: CapabilityState;
49
55
  RenameSharedFolders?: CapabilityState;
50
56
  ShareAnalyses?: CapabilityState;
51
57
  ShareDashboards?: CapabilityState;
@@ -132,6 +132,7 @@ export type RDSDBInstanceProperties = {
132
132
  * @min `0`
133
133
  */
134
134
  BackupRetentionPeriod?: number;
135
+ BackupTarget?: string;
135
136
  /**
136
137
  * The identifier of the CA certificate for this DB instance.
137
138
  For more information, see [Using SSL/TLS to encrypt a connection to a DB instance](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.SSL.html) in the *Amazon RDS User Guide* and [Using SSL/TLS to encrypt a connection to a DB cluster](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.SSL.html) in the *Amazon Aurora User Guide*.
@@ -0,0 +1,157 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource Type definition for AWS::S3Tables::Table
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
6
+ */
7
+ export type S3TablesTableProperties = {
8
+ /**
9
+ * Settings governing the Compaction maintenance action. Contains details about the compaction settings for an Iceberg table.
10
+ */
11
+ Compaction?: Compaction;
12
+ /**
13
+ * Contains details about the metadata for an Iceberg table.
14
+ */
15
+ IcebergMetadata?: IcebergMetadata;
16
+ /**
17
+ * The namespace that the table belongs to.
18
+ */
19
+ Namespace: string;
20
+ /**
21
+ * Format of the table.
22
+ */
23
+ OpenTableFormat: OpenTableFormat;
24
+ /**
25
+ * Contains details about the snapshot management settings for an Iceberg table. A snapshot is expired when it exceeds MinSnapshotsToKeep and MaxSnapshotAgeHours.
26
+ */
27
+ SnapshotManagement?: SnapshotManagement;
28
+ /**
29
+ * The Amazon Resource Name (ARN) of the specified table bucket.
30
+ */
31
+ TableBucketARN: string;
32
+ /**
33
+ * The name for the table.
34
+ */
35
+ TableName: string;
36
+ /**
37
+ * Indicates that you don't want to specify a schema for the table. This property is mutually exclusive to 'IcebergMetadata', and its only possible value is 'Yes'.
38
+ */
39
+ WithoutMetadata?: WithoutMetadata;
40
+ };
41
+ /**
42
+ * Attribute type definition for `AWS::S3Tables::Table`.
43
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html#aws-resource-s3tables-table-return-values}
44
+ */
45
+ export type S3TablesTableAttributes = {
46
+ /**
47
+ * The Amazon Resource Name (ARN) of the specified table.
48
+ */
49
+ TableARN: string;
50
+ /**
51
+ * The version token of the table
52
+ */
53
+ VersionToken: string;
54
+ /**
55
+ * The warehouse location of the table.
56
+ */
57
+ WarehouseLocation: string;
58
+ };
59
+ /**
60
+ * Type definition for `AWS::S3Tables::Table.Compaction`.
61
+ * Settings governing the Compaction maintenance action. Contains details about the compaction settings for an Iceberg table.
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-compaction.html}
63
+ */
64
+ export type Compaction = {
65
+ /**
66
+ * Indicates whether the Compaction maintenance action is enabled.
67
+ */
68
+ Status?: "enabled" | "disabled";
69
+ /**
70
+ * The target file size for the table in MB.
71
+ * @min `64`
72
+ */
73
+ TargetFileSizeMB?: number;
74
+ };
75
+ /**
76
+ * Type definition for `AWS::S3Tables::Table.IcebergMetadata`.
77
+ * Contains details about the metadata for an Iceberg table.
78
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergmetadata.html}
79
+ */
80
+ export type IcebergMetadata = {
81
+ /**
82
+ * Contains details about the schema for an Iceberg table
83
+ */
84
+ IcebergSchema: IcebergSchema;
85
+ };
86
+ /**
87
+ * Type definition for `AWS::S3Tables::Table.IcebergSchema`.
88
+ * Contains details about the schema for an Iceberg table
89
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-icebergschema.html}
90
+ */
91
+ export type IcebergSchema = {
92
+ /**
93
+ * Contains details about the schema for an Iceberg table
94
+ */
95
+ SchemaFieldList: SchemaField[];
96
+ };
97
+ /**
98
+ * Type definition for `AWS::S3Tables::Table.OpenTableFormat`.
99
+ * Format of the table.
100
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-opentableformat.html}
101
+ */
102
+ export type OpenTableFormat = "ICEBERG";
103
+ /**
104
+ * Type definition for `AWS::S3Tables::Table.SchemaField`.
105
+ * Contains details about the schema for an Iceberg table
106
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-schemafield.html}
107
+ */
108
+ export type SchemaField = {
109
+ /**
110
+ * The name of the field
111
+ */
112
+ Name: string;
113
+ /**
114
+ * A Boolean value that specifies whether values are required for each row in this field
115
+ */
116
+ Required?: boolean;
117
+ /**
118
+ * The field type
119
+ */
120
+ Type: string;
121
+ };
122
+ /**
123
+ * Type definition for `AWS::S3Tables::Table.SnapshotManagement`.
124
+ * Contains details about the snapshot management settings for an Iceberg table. A snapshot is expired when it exceeds MinSnapshotsToKeep and MaxSnapshotAgeHours.
125
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-snapshotmanagement.html}
126
+ */
127
+ export type SnapshotManagement = {
128
+ /**
129
+ * The maximum age of a snapshot before it can be expired.
130
+ * @min `1`
131
+ */
132
+ MaxSnapshotAgeHours?: number;
133
+ /**
134
+ * The minimum number of snapshots to keep.
135
+ * @min `1`
136
+ */
137
+ MinSnapshotsToKeep?: number;
138
+ /**
139
+ * Indicates whether the SnapshotManagement maintenance action is enabled.
140
+ */
141
+ Status?: "enabled" | "disabled";
142
+ };
143
+ /**
144
+ * Type definition for `AWS::S3Tables::Table.WithoutMetadata`.
145
+ * Indicates that you don't want to specify a schema for the table. This property is mutually exclusive to 'IcebergMetadata', and its only possible value is 'Yes'.
146
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3tables-table-withoutmetadata.html}
147
+ */
148
+ export type WithoutMetadata = "Yes";
149
+ /**
150
+ * Resource Type definition for AWS::S3Tables::Table
151
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
152
+ */
153
+ export declare class S3TablesTable extends $Resource<"AWS::S3Tables::Table", S3TablesTableProperties, S3TablesTableAttributes> {
154
+ static readonly Type = "AWS::S3Tables::Table";
155
+ constructor(logicalId: string, properties: S3TablesTableProperties, options?: $ResourceOptions);
156
+ }
157
+ //# sourceMappingURL=AWS-S3Tables-Table.d.ts.map
@@ -0,0 +1,12 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource Type definition for AWS::S3Tables::Table
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-table.html}
5
+ */
6
+ export class S3TablesTable extends $Resource {
7
+ static Type = "AWS::S3Tables::Table";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, S3TablesTable.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-S3Tables-Table.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.370",
3
+ "version": "0.1.372",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },