@propulsionworks/cloudformation 0.1.14 → 0.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/builder.ts +5 -5
- 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 +3 -0
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +2 -2
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +39 -7
- 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-trafficmirrorfilterrule.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +2 -3
- 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-s3accesspointattachment.d.ts +25 -3
- package/out/exports/resources.generated/aws-gamelift-containerfleet.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 +285 -0
- package/out/exports/resources.generated/aws-odb-cloudexadatainfrastructure.d.ts +200 -0
- package/out/exports/resources.generated/aws-odb-cloudvmcluster.d.ts +233 -0
- package/out/exports/resources.generated/aws-odb-odbnetwork.d.ts +98 -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 +26 -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 +166 -0
- package/out/exports/resources.generated/aws-transfer-server.d.ts +1 -0
- package/out/lib/builder.d.ts +3 -3
- package/out/lib/builder.d.ts.map +1 -1
- package/out/lib/builder.js +2 -2
- package/out/lib/builder.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,90 +9,6 @@ export type ImageBuilderContainerRecipe = ResourceDefinitionWithAttributes<"AWS:
|
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html}
|
|
10
10
|
*/
|
|
11
11
|
export type ImageBuilderContainerRecipeProps = {
|
|
12
|
-
/**
|
|
13
|
-
* Build and test components that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
|
|
14
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-components}
|
|
15
|
-
*/
|
|
16
|
-
Components: ComponentConfiguration[];
|
|
17
|
-
/**
|
|
18
|
-
* Specifies the type of container, such as Docker.
|
|
19
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-containertype}
|
|
20
|
-
*/
|
|
21
|
-
ContainerType: "DOCKER";
|
|
22
|
-
/**
|
|
23
|
-
* The description of the container recipe.
|
|
24
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-description}
|
|
25
|
-
*/
|
|
26
|
-
Description?: string | undefined;
|
|
27
|
-
/**
|
|
28
|
-
* Dockerfiles are text documents that are used to build Docker containers, and ensure that they contain all of the elements required by the application running inside. The template data consists of contextual variables where Image Builder places build information or scripts, based on your container image recipe.
|
|
29
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-dockerfiletemplatedata}
|
|
30
|
-
*/
|
|
31
|
-
DockerfileTemplateData: string;
|
|
32
|
-
/**
|
|
33
|
-
* The S3 URI for the Dockerfile that will be used to build your container image.
|
|
34
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-dockerfiletemplateuri}
|
|
35
|
-
*/
|
|
36
|
-
DockerfileTemplateUri?: string | undefined;
|
|
37
|
-
/**
|
|
38
|
-
* Specifies the operating system version for the base image.
|
|
39
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-imageosversionoverride}
|
|
40
|
-
*/
|
|
41
|
-
ImageOsVersionOverride?: string | undefined;
|
|
42
|
-
/**
|
|
43
|
-
* A group of options that can be used to configure an instance for building and testing container images.
|
|
44
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-instanceconfiguration}
|
|
45
|
-
*/
|
|
46
|
-
InstanceConfiguration?: InstanceConfiguration | undefined;
|
|
47
|
-
/**
|
|
48
|
-
* Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
|
|
49
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-kmskeyid}
|
|
50
|
-
*/
|
|
51
|
-
KmsKeyId?: string | undefined;
|
|
52
|
-
/**
|
|
53
|
-
* The name of the container recipe.
|
|
54
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-name}
|
|
55
|
-
*/
|
|
56
|
-
Name: string;
|
|
57
|
-
/**
|
|
58
|
-
* The base image for customizations specified in the container recipe. This can contain an Image Builder image resource ARN or a container image URI, for example `amazonlinux:latest` .
|
|
59
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-parentimage}
|
|
60
|
-
*/
|
|
61
|
-
ParentImage: string;
|
|
62
|
-
/**
|
|
63
|
-
* Specifies the operating system platform when you use a custom base image.
|
|
64
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-platformoverride}
|
|
65
|
-
*/
|
|
66
|
-
PlatformOverride?: "Windows" | "Linux" | undefined;
|
|
67
|
-
/**
|
|
68
|
-
* Tags that are attached to the container recipe.
|
|
69
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-tags}
|
|
70
|
-
*/
|
|
71
|
-
Tags?: Record<string, string> | undefined;
|
|
72
|
-
/**
|
|
73
|
-
* The destination repository for the container image.
|
|
74
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-targetrepository}
|
|
75
|
-
*/
|
|
76
|
-
TargetRepository: TargetContainerRepository;
|
|
77
|
-
/**
|
|
78
|
-
* The semantic version of the container recipe.
|
|
79
|
-
*
|
|
80
|
-
* > The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
|
|
81
|
-
* >
|
|
82
|
-
* > *Assignment:* For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
|
|
83
|
-
* >
|
|
84
|
-
* > *Patterns:* You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
85
|
-
* >
|
|
86
|
-
* > *Filtering:* With semantic versioning, you have the flexibility to use wildcards (x) to specify the most recent versions or nodes when selecting the base image or components for your recipe. When you use a wildcard in any node, all nodes to the right of the first wildcard must also be wildcards.
|
|
87
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-version}
|
|
88
|
-
*/
|
|
89
|
-
Version: string;
|
|
90
|
-
/**
|
|
91
|
-
* The working directory for use during build and test workflows.
|
|
92
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-workingdirectory}
|
|
93
|
-
*/
|
|
94
|
-
WorkingDirectory?: string | undefined;
|
|
95
|
-
} | {
|
|
96
12
|
/**
|
|
97
13
|
* Build and test components that are included in the container recipe. Recipes require a minimum of one build component, and can have a maximum of 20 build and test components in any combination.
|
|
98
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-components}
|
|
@@ -117,7 +33,7 @@ export type ImageBuilderContainerRecipeProps = {
|
|
|
117
33
|
* The S3 URI for the Dockerfile that will be used to build your container image.
|
|
118
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-dockerfiletemplateuri}
|
|
119
35
|
*/
|
|
120
|
-
DockerfileTemplateUri
|
|
36
|
+
DockerfileTemplateUri?: string | undefined;
|
|
121
37
|
/**
|
|
122
38
|
* Specifies the operating system version for the base image.
|
|
123
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-imageosversionoverride}
|
|
@@ -9,62 +9,6 @@ export type ImageBuilderWorkflow = ResourceDefinitionWithAttributes<"AWS::ImageB
|
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html}
|
|
10
10
|
*/
|
|
11
11
|
export type ImageBuilderWorkflowProps = {
|
|
12
|
-
/**
|
|
13
|
-
* Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.
|
|
14
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-changedescription}
|
|
15
|
-
*/
|
|
16
|
-
ChangeDescription?: string | undefined;
|
|
17
|
-
/**
|
|
18
|
-
* Contains the UTF-8 encoded YAML document content for the workflow. Alternatively, you can specify the `uri` of a YAML document file stored in Amazon S3. However, you cannot specify both properties.
|
|
19
|
-
* @minLength 1
|
|
20
|
-
* @maxLength 16000
|
|
21
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-data}
|
|
22
|
-
*/
|
|
23
|
-
Data: string;
|
|
24
|
-
/**
|
|
25
|
-
* Describes the workflow.
|
|
26
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-description}
|
|
27
|
-
*/
|
|
28
|
-
Description?: string | undefined;
|
|
29
|
-
/**
|
|
30
|
-
* The ID of the KMS key that is used to encrypt this workflow resource.
|
|
31
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-kmskeyid}
|
|
32
|
-
*/
|
|
33
|
-
KmsKeyId?: string | undefined;
|
|
34
|
-
/**
|
|
35
|
-
* The name of the workflow to create.
|
|
36
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-name}
|
|
37
|
-
*/
|
|
38
|
-
Name: string;
|
|
39
|
-
/**
|
|
40
|
-
* Tags that apply to the workflow resource.
|
|
41
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-tags}
|
|
42
|
-
*/
|
|
43
|
-
Tags?: Record<string, string> | undefined;
|
|
44
|
-
/**
|
|
45
|
-
* The phase in the image build process for which the workflow resource is responsible.
|
|
46
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-type}
|
|
47
|
-
*/
|
|
48
|
-
Type: "BUILD" | "TEST" | "DISTRIBUTION";
|
|
49
|
-
/**
|
|
50
|
-
* The `uri` of a YAML component document file. This must be an S3 URL ( `s3://bucket/key` ), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota.
|
|
51
|
-
*
|
|
52
|
-
* Alternatively, you can specify the YAML document inline, using the component `data` property. You cannot specify both properties.
|
|
53
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-uri}
|
|
54
|
-
*/
|
|
55
|
-
Uri?: string | undefined;
|
|
56
|
-
/**
|
|
57
|
-
* The semantic version of this workflow resource. The semantic version syntax adheres to the following rules.
|
|
58
|
-
*
|
|
59
|
-
* > The semantic version has four nodes: <major>.<minor>.<patch>/<build>. You can assign values for the first three, and can filter on all of them.
|
|
60
|
-
* >
|
|
61
|
-
* > *Assignment:* For the first three nodes you can assign any positive integer value, including zero, with an upper limit of 2^30-1, or 1073741823 for each node. Image Builder automatically assigns the build number to the fourth node.
|
|
62
|
-
* >
|
|
63
|
-
* > *Patterns:* You can use any numeric pattern that adheres to the assignment requirements for the nodes that you can assign. For example, you might choose a software version pattern, such as 1.0.0, or a date, such as 2021.01.01.
|
|
64
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-version}
|
|
65
|
-
*/
|
|
66
|
-
Version: string;
|
|
67
|
-
} | {
|
|
68
12
|
/**
|
|
69
13
|
* Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.
|
|
70
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-changedescription}
|
|
@@ -108,7 +52,7 @@ export type ImageBuilderWorkflowProps = {
|
|
|
108
52
|
* Alternatively, you can specify the YAML document inline, using the component `data` property. You cannot specify both properties.
|
|
109
53
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-uri}
|
|
110
54
|
*/
|
|
111
|
-
Uri
|
|
55
|
+
Uri?: string | undefined;
|
|
112
56
|
/**
|
|
113
57
|
* The semantic version of this workflow resource. The semantic version syntax adheres to the following rules.
|
|
114
58
|
*
|
|
@@ -2,7 +2,7 @@ import type { ResourceDefinition } from "../main.ts";
|
|
|
2
2
|
/**
|
|
3
3
|
* Configure logging.
|
|
4
4
|
*
|
|
5
|
-
* > If you already set the log function of AWS IoT Core , you can't deploy the
|
|
5
|
+
* > If you already set the log function of AWS IoT Core , you can't deploy the Cloud Development Kit to change the logging settings. You can change the logging settings by either:
|
|
6
6
|
* >
|
|
7
7
|
* > - Importing the existing logging resource into your AWS CloudFormation stack, such as with the [infrastructure as code generator (IaC generator)](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/generate-IaC.html) .
|
|
8
8
|
* > - Calling `aws iot set-v2-logging-options --disable-all-logs` before creating a new CloudFormation stack. This command disables all AWS IoT logging. As a result, no AWS IoT logs will be delivered to Amazon CloudWatch until you re-enable logging.
|
|
@@ -12,7 +12,7 @@ export type IoTLogging = ResourceDefinition<"AWS::IoT::Logging", IoTLoggingProps
|
|
|
12
12
|
/**
|
|
13
13
|
* Configure logging.
|
|
14
14
|
*
|
|
15
|
-
* > If you already set the log function of AWS IoT Core , you can't deploy the
|
|
15
|
+
* > If you already set the log function of AWS IoT Core , you can't deploy the Cloud Development Kit to change the logging settings. You can change the logging settings by either:
|
|
16
16
|
* >
|
|
17
17
|
* > - Importing the existing logging resource into your AWS CloudFormation stack, such as with the [infrastructure as code generator (IaC generator)](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/generate-IaC.html) .
|
|
18
18
|
* > - Calling `aws iot set-v2-logging-options --disable-all-logs` before creating a new CloudFormation stack. This command disables all AWS IoT logging. As a result, no AWS IoT logs will be delivered to Amazon CloudWatch until you re-enable logging.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Use the AWS CloudFormation `AWS::Kinesis::StreamConsumer` resource to register a consumer with a Kinesis data stream. The consumer you register can then call [SubscribeToShard](https://docs.aws.amazon.com/kinesis/latest/APIReference/API_SubscribeToShard.html) to receive data from the stream using enhanced fan-out, at a rate of up to 2 MiB per second for every shard you subscribe to. This rate is unaffected by the total number of consumers that read from the same stream.
|
|
4
4
|
*
|
|
@@ -19,14 +19,25 @@ export type KinesisStreamConsumer = ResourceDefinitionWithAttributes<"AWS::Kines
|
|
|
19
19
|
export type KinesisStreamConsumerProps = {
|
|
20
20
|
/**
|
|
21
21
|
* The name of the consumer is something you choose when you register the consumer.
|
|
22
|
+
* @minLength 1
|
|
23
|
+
* @maxLength 128
|
|
24
|
+
* @pattern ^[a-zA-Z0-9_.-]+$
|
|
22
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername}
|
|
23
26
|
*/
|
|
24
27
|
ConsumerName: string;
|
|
25
28
|
/**
|
|
26
29
|
* The ARN of the stream with which you registered the consumer.
|
|
30
|
+
* @minLength 1
|
|
31
|
+
* @maxLength 2048
|
|
32
|
+
* @pattern ^arn:aws.*:kinesis:.*:\d{12}:stream/\S+
|
|
27
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn}
|
|
28
34
|
*/
|
|
29
35
|
StreamARN: string;
|
|
36
|
+
/**
|
|
37
|
+
* An arbitrary set of tags (key–value pairs) to associate with the Kinesis consumer.
|
|
38
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-tags}
|
|
39
|
+
*/
|
|
40
|
+
Tags?: Tag[] | undefined;
|
|
30
41
|
};
|
|
31
42
|
/**
|
|
32
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#aws-resource-kinesis-streamconsumer-return-values}
|
|
@@ -46,6 +57,9 @@ export type KinesisStreamConsumerAttribs = {
|
|
|
46
57
|
ConsumerCreationTimestamp: string;
|
|
47
58
|
/**
|
|
48
59
|
* The name you gave the consumer when you registered it.
|
|
60
|
+
* @minLength 1
|
|
61
|
+
* @maxLength 128
|
|
62
|
+
* @pattern ^[a-zA-Z0-9_.-]+$
|
|
49
63
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumername}
|
|
50
64
|
*/
|
|
51
65
|
ConsumerName: string;
|
|
@@ -54,12 +68,11 @@ export type KinesisStreamConsumerAttribs = {
|
|
|
54
68
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-consumerstatus}
|
|
55
69
|
*/
|
|
56
70
|
ConsumerStatus: string;
|
|
57
|
-
/**
|
|
58
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-id}
|
|
59
|
-
*/
|
|
60
|
-
Id: string;
|
|
61
71
|
/**
|
|
62
72
|
* The ARN of the data stream with which the consumer is registered.
|
|
73
|
+
* @minLength 1
|
|
74
|
+
* @maxLength 2048
|
|
75
|
+
* @pattern ^arn:aws.*:kinesis:.*:\d{12}:stream/\S+
|
|
63
76
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kinesis-streamconsumer.html#cfn-kinesis-streamconsumer-streamarn}
|
|
64
77
|
*/
|
|
65
78
|
StreamARN: string;
|
|
@@ -800,6 +800,7 @@ export type FulfillmentUpdatesSpecification = {
|
|
|
800
800
|
UpdateResponse?: FulfillmentUpdateResponseSpecification | undefined;
|
|
801
801
|
};
|
|
802
802
|
/**
|
|
803
|
+
* Contains specifications about the generative AI capabilities from Amazon Bedrock that you can turn on for your bot.
|
|
803
804
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lex-bot-generativeaisettings.html}
|
|
804
805
|
*/
|
|
805
806
|
export type GenerativeAISettings = {
|
|
@@ -96,6 +96,8 @@ export type NeptuneDBInstanceProps = {
|
|
|
96
96
|
* `AWS::Neptune::DBInstance` does not support restoring from snapshots.
|
|
97
97
|
*
|
|
98
98
|
* `AWS::Neptune::DBCluster` does support restoring from snapshots.
|
|
99
|
+
*
|
|
100
|
+
*
|
|
99
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-dbinstance.html#cfn-neptune-dbinstance-dbsnapshotidentifier}
|
|
100
102
|
*/
|
|
101
103
|
DBSnapshotIdentifier?: string | undefined;
|
|
@@ -0,0 +1,285 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
|
|
5
|
+
*/
|
|
6
|
+
export type ODBCloudAutonomousVmCluster = ResourceDefinitionWithAttributes<"AWS::ODB::CloudAutonomousVmCluster", ODBCloudAutonomousVmClusterProps, ODBCloudAutonomousVmClusterAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* The AWS::ODB::CloudAutonomousVmCluster resource creates a Cloud Autonomous VM Cluster
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html}
|
|
10
|
+
*/
|
|
11
|
+
export type ODBCloudAutonomousVmClusterProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The data storage size allocated for Autonomous Databases in the Autonomous VM cluster, in TB.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-autonomousdatastoragesizeintbs}
|
|
15
|
+
*/
|
|
16
|
+
AutonomousDataStorageSizeInTBs?: number | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* The unique identifier of the Cloud Exadata Infrastructure containing this Autonomous VM cluster.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cloudexadatainfrastructureid}
|
|
20
|
+
*/
|
|
21
|
+
CloudExadataInfrastructureId?: string | undefined;
|
|
22
|
+
/**
|
|
23
|
+
* The number of CPU cores enabled per node in the Autonomous VM cluster.
|
|
24
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cpucorecountpernode}
|
|
25
|
+
*/
|
|
26
|
+
CpuCoreCountPerNode?: number | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* The list of database servers associated with the Autonomous VM cluster.
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-dbservers}
|
|
30
|
+
*/
|
|
31
|
+
DbServers?: string[] | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* The user-provided description of the Autonomous VM cluster.
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-description}
|
|
35
|
+
*/
|
|
36
|
+
Description?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* The display name of the Autonomous VM cluster.
|
|
39
|
+
* @minLength 1
|
|
40
|
+
* @maxLength 255
|
|
41
|
+
* @pattern ^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$
|
|
42
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-displayname}
|
|
43
|
+
*/
|
|
44
|
+
DisplayName?: string | undefined;
|
|
45
|
+
/**
|
|
46
|
+
* Indicates whether mutual TLS (mTLS) authentication is enabled for the Autonomous VM cluster.
|
|
47
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ismtlsenabledvmcluster}
|
|
48
|
+
*/
|
|
49
|
+
IsMtlsEnabledVmCluster?: boolean | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* The Oracle license model that applies to the Autonomous VM cluster. Valid values are LICENSE_INCLUDED or BRING_YOUR_OWN_LICENSE.
|
|
52
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-licensemodel}
|
|
53
|
+
*/
|
|
54
|
+
LicenseModel?: "BRING_YOUR_OWN_LICENSE" | "LICENSE_INCLUDED" | undefined;
|
|
55
|
+
/**
|
|
56
|
+
* The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
|
|
57
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow}
|
|
58
|
+
*/
|
|
59
|
+
MaintenanceWindow?: MaintenanceWindow | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* The amount of memory allocated per Oracle Compute Unit, in GB.
|
|
62
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-memoryperoraclecomputeunitingbs}
|
|
63
|
+
*/
|
|
64
|
+
MemoryPerOracleComputeUnitInGBs?: number | undefined;
|
|
65
|
+
/**
|
|
66
|
+
* The unique identifier of the ODB network associated with this Autonomous VM cluster.
|
|
67
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-odbnetworkid}
|
|
68
|
+
*/
|
|
69
|
+
OdbNetworkId?: string | undefined;
|
|
70
|
+
/**
|
|
71
|
+
* The SCAN listener port for non-TLS (TCP) protocol. The default is 1521.
|
|
72
|
+
* @min 1024
|
|
73
|
+
* @max 8999
|
|
74
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-scanlistenerportnontls}
|
|
75
|
+
*/
|
|
76
|
+
ScanListenerPortNonTls?: number | undefined;
|
|
77
|
+
/**
|
|
78
|
+
* The SCAN listener port for TLS (TCP) protocol. The default is 2484.
|
|
79
|
+
* @min 1024
|
|
80
|
+
* @max 8999
|
|
81
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-scanlistenerporttls}
|
|
82
|
+
*/
|
|
83
|
+
ScanListenerPortTls?: number | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* The tags associated with the Autonomous VM cluster.
|
|
86
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-tags}
|
|
87
|
+
*/
|
|
88
|
+
Tags?: Tag[] | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* The time zone of the Autonomous VM cluster.
|
|
91
|
+
* @minLength 1
|
|
92
|
+
* @maxLength 255
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-timezone}
|
|
94
|
+
*/
|
|
95
|
+
TimeZone?: string | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* The total number of Autonomous Container Databases that can be created with the allocated local storage.
|
|
98
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-totalcontainerdatabases}
|
|
99
|
+
*/
|
|
100
|
+
TotalContainerDatabases?: number | undefined;
|
|
101
|
+
};
|
|
102
|
+
/**
|
|
103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#aws-resource-odb-cloudautonomousvmcluster-return-values}
|
|
104
|
+
*/
|
|
105
|
+
export type ODBCloudAutonomousVmClusterAttribs = {
|
|
106
|
+
/**
|
|
107
|
+
* The percentage of data storage currently in use for Autonomous Databases in the Autonomous VM cluster.
|
|
108
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-autonomousdatastoragepercentage}
|
|
109
|
+
*/
|
|
110
|
+
AutonomousDataStoragePercentage: number;
|
|
111
|
+
/**
|
|
112
|
+
* The available data storage space for Autonomous Databases in the Autonomous VM cluster, in TB.
|
|
113
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-availableautonomousdatastoragesizeintbs}
|
|
114
|
+
*/
|
|
115
|
+
AvailableAutonomousDataStorageSizeInTBs: number;
|
|
116
|
+
/**
|
|
117
|
+
* The number of Autonomous CDBs that you can create with the currently available storage.
|
|
118
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-availablecontainerdatabases}
|
|
119
|
+
*/
|
|
120
|
+
AvailableContainerDatabases: number;
|
|
121
|
+
/**
|
|
122
|
+
* The number of CPU cores available for allocation to Autonomous Databases.
|
|
123
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-availablecpus}
|
|
124
|
+
*/
|
|
125
|
+
AvailableCpus: number;
|
|
126
|
+
/**
|
|
127
|
+
* The Amazon Resource Name (ARN) for the Autonomous VM cluster.
|
|
128
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cloudautonomousvmclusterarn}
|
|
129
|
+
*/
|
|
130
|
+
CloudAutonomousVmClusterArn: string;
|
|
131
|
+
/**
|
|
132
|
+
* The unique identifier of the Autonomous VM cluster.
|
|
133
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cloudautonomousvmclusterid}
|
|
134
|
+
*/
|
|
135
|
+
CloudAutonomousVmClusterId: string;
|
|
136
|
+
/**
|
|
137
|
+
* The compute model of the Autonomous VM cluster: ECPU or OCPU.
|
|
138
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-computemodel}
|
|
139
|
+
*/
|
|
140
|
+
ComputeModel: "ECPU" | "OCPU";
|
|
141
|
+
/**
|
|
142
|
+
* The total number of CPU cores in the Autonomous VM cluster.
|
|
143
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cpucorecount}
|
|
144
|
+
*/
|
|
145
|
+
CpuCoreCount: number;
|
|
146
|
+
/**
|
|
147
|
+
* The percentage of total CPU cores currently in use in the Autonomous VM cluster.
|
|
148
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-cpupercentage}
|
|
149
|
+
*/
|
|
150
|
+
CpuPercentage: number;
|
|
151
|
+
/**
|
|
152
|
+
* The total data storage allocated to the Autonomous VM cluster, in GB.
|
|
153
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-datastoragesizeingbs}
|
|
154
|
+
*/
|
|
155
|
+
DataStorageSizeInGBs: number;
|
|
156
|
+
/**
|
|
157
|
+
* The total data storage allocated to the Autonomous VM cluster, in TB.
|
|
158
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-datastoragesizeintbs}
|
|
159
|
+
*/
|
|
160
|
+
DataStorageSizeInTBs: number;
|
|
161
|
+
/**
|
|
162
|
+
* The local node storage allocated to the Autonomous VM cluster, in gigabytes (GB).
|
|
163
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-dbnodestoragesizeingbs}
|
|
164
|
+
*/
|
|
165
|
+
DbNodeStorageSizeInGBs: number;
|
|
166
|
+
/**
|
|
167
|
+
* The domain name for the Autonomous VM cluster.
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-domain}
|
|
169
|
+
*/
|
|
170
|
+
Domain: string;
|
|
171
|
+
/**
|
|
172
|
+
* The minimum value to which you can scale down the Exadata storage, in TB.
|
|
173
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-exadatastorageintbslowestscaledvalue}
|
|
174
|
+
*/
|
|
175
|
+
ExadataStorageInTBsLowestScaledValue: number;
|
|
176
|
+
/**
|
|
177
|
+
* The hostname for the Autonomous VM cluster.
|
|
178
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-hostname}
|
|
179
|
+
*/
|
|
180
|
+
Hostname: string;
|
|
181
|
+
/**
|
|
182
|
+
* The minimum value to which you can scale down the maximum number of Autonomous CDBs.
|
|
183
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-maxacdslowestscaledvalue}
|
|
184
|
+
*/
|
|
185
|
+
MaxAcdsLowestScaledValue: number;
|
|
186
|
+
/**
|
|
187
|
+
* The total amount of memory allocated to the Autonomous VM cluster, in gigabytes (GB).
|
|
188
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-memorysizeingbs}
|
|
189
|
+
*/
|
|
190
|
+
MemorySizeInGBs: number;
|
|
191
|
+
/**
|
|
192
|
+
* The number of database server nodes in the Autonomous VM cluster.
|
|
193
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-nodecount}
|
|
194
|
+
*/
|
|
195
|
+
NodeCount: number;
|
|
196
|
+
/**
|
|
197
|
+
* The number of Autonomous CDBs that can't be provisioned because of resource constraints.
|
|
198
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-nonprovisionableautonomouscontainerdatabases}
|
|
199
|
+
*/
|
|
200
|
+
NonProvisionableAutonomousContainerDatabases: number;
|
|
201
|
+
/**
|
|
202
|
+
* The name of the OCI resource anchor associated with this Autonomous VM cluster.
|
|
203
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ociresourceanchorname}
|
|
204
|
+
*/
|
|
205
|
+
OciResourceAnchorName: string;
|
|
206
|
+
/**
|
|
207
|
+
* The URL for accessing the OCI console page for this Autonomous VM cluster.
|
|
208
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ociurl}
|
|
209
|
+
*/
|
|
210
|
+
OciUrl: string;
|
|
211
|
+
/**
|
|
212
|
+
* The Oracle Cloud Identifier (OCID) of the Autonomous VM cluster.
|
|
213
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-ocid}
|
|
214
|
+
*/
|
|
215
|
+
Ocid: string;
|
|
216
|
+
/**
|
|
217
|
+
* The number of Autonomous CDBs that can be provisioned in the Autonomous VM cluster.
|
|
218
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-provisionableautonomouscontainerdatabases}
|
|
219
|
+
*/
|
|
220
|
+
ProvisionableAutonomousContainerDatabases: number;
|
|
221
|
+
/**
|
|
222
|
+
* The number of Autonomous CDBs currently provisioned in the Autonomous VM cluster.
|
|
223
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-provisionedautonomouscontainerdatabases}
|
|
224
|
+
*/
|
|
225
|
+
ProvisionedAutonomousContainerDatabases: number;
|
|
226
|
+
/**
|
|
227
|
+
* The number of CPU cores currently provisioned in the Autonomous VM cluster.
|
|
228
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-provisionedcpus}
|
|
229
|
+
*/
|
|
230
|
+
ProvisionedCpus: number;
|
|
231
|
+
/**
|
|
232
|
+
* The number of CPU cores that can be reclaimed from terminated or scaled-down Autonomous Databases.
|
|
233
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-reclaimablecpus}
|
|
234
|
+
*/
|
|
235
|
+
ReclaimableCpus: number;
|
|
236
|
+
/**
|
|
237
|
+
* The number of CPU cores reserved for system operations and redundancy.
|
|
238
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-reservedcpus}
|
|
239
|
+
*/
|
|
240
|
+
ReservedCpus: number;
|
|
241
|
+
/**
|
|
242
|
+
* The shape of the Exadata infrastructure for the Autonomous VM cluster.
|
|
243
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-cloudautonomousvmcluster.html#cfn-odb-cloudautonomousvmcluster-shape}
|
|
244
|
+
*/
|
|
245
|
+
Shape: string;
|
|
246
|
+
};
|
|
247
|
+
/**
|
|
248
|
+
* The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
|
|
249
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html}
|
|
250
|
+
*/
|
|
251
|
+
export type MaintenanceWindow = {
|
|
252
|
+
/**
|
|
253
|
+
* The days of the week when maintenance can be performed.
|
|
254
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-daysofweek}
|
|
255
|
+
*/
|
|
256
|
+
DaysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | undefined;
|
|
257
|
+
/**
|
|
258
|
+
* The hours of the day when maintenance can be performed.
|
|
259
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-hoursofday}
|
|
260
|
+
*/
|
|
261
|
+
HoursOfDay?: number[] | undefined;
|
|
262
|
+
/**
|
|
263
|
+
* The lead time in weeks before the maintenance window.
|
|
264
|
+
* @minLength 1
|
|
265
|
+
* @maxLength 4
|
|
266
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-leadtimeinweeks}
|
|
267
|
+
*/
|
|
268
|
+
LeadTimeInWeeks?: number | undefined;
|
|
269
|
+
/**
|
|
270
|
+
* The months when maintenance can be performed.
|
|
271
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-months}
|
|
272
|
+
*/
|
|
273
|
+
Months?: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")[] | undefined;
|
|
274
|
+
/**
|
|
275
|
+
* The preference for the maintenance window scheduling.
|
|
276
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-preference}
|
|
277
|
+
*/
|
|
278
|
+
Preference?: "NO_PREFERENCE" | "CUSTOM_PREFERENCE" | undefined;
|
|
279
|
+
/**
|
|
280
|
+
* The weeks of the month when maintenance can be performed.
|
|
281
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudautonomousvmcluster-maintenancewindow.html#cfn-odb-cloudautonomousvmcluster-maintenancewindow-weeksofmonth}
|
|
282
|
+
*/
|
|
283
|
+
WeeksOfMonth?: number[] | undefined;
|
|
284
|
+
};
|
|
285
|
+
//# sourceMappingURL=aws-odb-cloudautonomousvmcluster.d.ts.map
|