@awboost/cfn-resource-types 0.1.424 → 0.1.426

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.
@@ -17,6 +17,7 @@ export type CleanRoomsAnalysisTemplateProperties = {
17
17
  * @pattern `^[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDBFF-\uDC00\uDFFF\t\r\n]*$`
18
18
  */
19
19
  Description?: string;
20
+ ErrorMessageConfiguration?: ErrorMessageConfiguration;
20
21
  Format: "SQL" | "PYSPARK_1_0";
21
22
  /**
22
23
  * @minLength `36`
@@ -147,6 +148,13 @@ export type AnalysisTemplateArtifacts = {
147
148
  */
148
149
  RoleArn: string;
149
150
  };
151
+ /**
152
+ * Type definition for `AWS::CleanRooms::AnalysisTemplate.ErrorMessageConfiguration`.
153
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-errormessageconfiguration.html}
154
+ */
155
+ export type ErrorMessageConfiguration = {
156
+ Type: "DETAILED";
157
+ };
150
158
  /**
151
159
  * Type definition for `AWS::CleanRooms::AnalysisTemplate.Hash`.
152
160
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-analysistemplate-hash.html}
@@ -7,6 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
7
7
  */
8
8
  export type CleanRoomsCollaborationProperties = {
9
9
  AnalyticsEngine?: AnalyticsEngine;
10
+ AutoApprovedChangeTypes?: AutoApprovedChangeType[];
10
11
  /**
11
12
  * @minLength `1`
12
13
  * @maxLength `100`
@@ -62,6 +63,11 @@ export type CleanRoomsCollaborationAttributes = {
62
63
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-analyticsengine.html}
63
64
  */
64
65
  export type AnalyticsEngine = "CLEAN_ROOMS_SQL" | "SPARK";
66
+ /**
67
+ * Type definition for `AWS::CleanRooms::Collaboration.AutoApprovedChangeType`.
68
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-autoapprovedchangetype.html}
69
+ */
70
+ export type AutoApprovedChangeType = "ADD_MEMBER";
65
71
  /**
66
72
  * Type definition for `AWS::CleanRooms::Collaboration.CollaborationJobLogStatus`.
67
73
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-collaborationjoblogstatus.html}
@@ -25,6 +25,12 @@ export type ConnectRoutingProfileProperties = {
25
25
  * @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*$`
26
26
  */
27
27
  InstanceArn: string;
28
+ /**
29
+ * The manual assignment queues to associate with this routing profile.
30
+ * @minLength `1`
31
+ * @maxLength `10`
32
+ */
33
+ ManualAssignmentQueueConfigs?: RoutingProfileManualAssignmentQueueConfig[];
28
34
  /**
29
35
  * The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
30
36
  */
@@ -101,6 +107,17 @@ export type MediaConcurrency = {
101
107
  */
102
108
  CrossChannelBehavior?: CrossChannelBehavior;
103
109
  };
110
+ /**
111
+ * Type definition for `AWS::Connect::RoutingProfile.RoutingProfileManualAssignmentQueueConfig`.
112
+ * Contains information about the manual assignment queue and channel
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-routingprofile-routingprofilemanualassignmentqueueconfig.html}
114
+ */
115
+ export type RoutingProfileManualAssignmentQueueConfig = {
116
+ /**
117
+ * Contains the channel and queue identifier for a routing profile.
118
+ */
119
+ QueueReference: RoutingProfileQueueReference;
120
+ };
104
121
  /**
105
122
  * Type definition for `AWS::Connect::RoutingProfile.RoutingProfileQueueConfig`.
106
123
  * Contains information about the queue and channel for which priority and delay can be set.
@@ -11,6 +11,8 @@ export type DynamoDBGlobalTableProperties = {
11
11
  AttributeDefinitions: AttributeDefinition[];
12
12
  BillingMode?: string;
13
13
  GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
14
+ GlobalTableSettingsReplicationMode?: "ENABLED" | "DISABLED";
15
+ GlobalTableSourceArn?: string;
14
16
  /**
15
17
  * @minLength `1`
16
18
  * @maxLength `1`
@@ -25,7 +25,7 @@ export type DynamoDBTableProperties = {
25
25
  */
26
26
  BillingMode?: string;
27
27
  /**
28
- * The settings used to enable or disable CloudWatch Contributor Insights for the specified table.
28
+ * The settings used to specify whether to enable CloudWatch Contributor Insights for the table and define which events to monitor.
29
29
  */
30
30
  ContributorInsightsSpecification?: ContributorInsightsSpecification;
31
31
  /**
@@ -41,6 +41,7 @@ export type DynamoDBTableProperties = {
41
41
  + You can delete or add one global secondary index without interruption. If you do both in the same update (for example, by changing the index's logical ID), the update fails.
42
42
  */
43
43
  GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
44
+ GlobalTableSettingsReplicationMode?: "ENABLED" | "DISABLED";
44
45
  /**
45
46
  * Specifies the properties of data being imported from the S3 bucket source to the" table.
46
47
  If you specify the ``ImportSourceSpecification`` property, and also specify either the ``StreamSpecification``, the ``TableClass`` property, the ``DeletionProtectionEnabled`` property, or the ``WarmThroughput`` property, the IAM entity creating/updating stack must have ``UpdateTable`` permission.
@@ -83,7 +84,7 @@ export type DynamoDBTableProperties = {
83
84
  */
84
85
  SSESpecification?: SSESpecification;
85
86
  /**
86
- * The settings for the DDB table stream, which capture changes to items stored in the table.
87
+ * The settings for the DDB table stream, which captures changes to items stored in the table. Including this property in your CFNlong template automatically enables streaming.
87
88
  */
88
89
  StreamSpecification?: StreamSpecification;
89
90
  /**
@@ -138,7 +139,7 @@ export type AttributeDefinition = {
138
139
  };
139
140
  /**
140
141
  * Type definition for `AWS::DynamoDB::Table.ContributorInsightsSpecification`.
141
- * The settings used to enable or disable CloudWatch Contributor Insights.
142
+ * Configures contributor insights settings for a table or one of its indexes.
142
143
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-dynamodb-table-contributorinsightsspecification.html}
143
144
  */
144
145
  export type ContributorInsightsSpecification = {
@@ -146,6 +147,9 @@ export type ContributorInsightsSpecification = {
146
147
  * Indicates whether CloudWatch Contributor Insights are to be enabled (true) or disabled (false).
147
148
  */
148
149
  Enabled: boolean;
150
+ /**
151
+ * Specifies the CloudWatch Contributor Insights mode for a table. Valid values are ``ACCESSED_AND_THROTTLED_KEYS`` (tracks all access and throttled events) or ``THROTTLED_KEYS`` (tracks only throttled events). This setting determines what type of contributor insights data is collected for the table.
152
+ */
149
153
  Mode?: "ACCESSED_AND_THROTTLED_KEYS" | "THROTTLED_KEYS";
150
154
  };
151
155
  /**
@@ -170,7 +174,7 @@ export type Csv = {
170
174
  */
171
175
  export type GlobalSecondaryIndex = {
172
176
  /**
173
- * The settings used to enable or disable CloudWatch Contributor Insights for the specified global secondary index.
177
+ * The settings used to specify whether to enable CloudWatch Contributor Insights for the global table and define which events to monitor.
174
178
  */
175
179
  ContributorInsightsSpecification?: ContributorInsightsSpecification;
176
180
  /**
@@ -441,7 +445,8 @@ export type SSESpecification = {
441
445
  export type StreamSpecification = {
442
446
  /**
443
447
  * Creates or updates a resource-based policy document that contains the permissions for DDB resources, such as a table's streams. Resource-based policies let you define access permissions by specifying who has access to each resource, and the actions they are allowed to perform on each resource.
444
- In a CFNshort template, you can provide the policy in JSON or YAML format because CFNshort converts YAML to JSON before submitting it to DDB. For more information about resource-based policies, see [Using resource-based policies for](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/access-control-resource-based.html) and [Resource-based policy examples](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-examples.html).
448
+ When you remove the ``StreamSpecification`` property from the template, DynamoDB disables the stream but retains any attached resource policy until the stream is deleted after 24 hours. When you modify the ``StreamViewType`` property, DynamoDB creates a new stream and retains the old stream's resource policy. The old stream and its resource policy are deleted after the 24-hour retention period.
449
+ In a CFNshort template, you can provide the policy in JSON or YAML format because CFNshort converts YAML to JSON before submitting it to DDB. For more information about resource-based policies, see [Using resource-based policies for](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/access-control-resource-based.html) and [Resource-based policy examples](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/rbac-examples.html).
445
450
  */
446
451
  ResourcePolicy?: ResourcePolicy;
447
452
  /**
@@ -482,11 +482,16 @@ export type EBSTagSpecification = {
482
482
  };
483
483
  /**
484
484
  * Type definition for `AWS::ECS::Service.ForceNewDeployment`.
485
+ * Determines whether to force a new deployment of the service. By default, deployments aren't forced. You can use this option to start a new deployment with no service definition changes. For example, you can update a service's tasks to use a newer Docker image with the same image/tag combination (``my_image:latest``) or to roll Fargate tasks onto a newer platform version.
485
486
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-forcenewdeployment.html}
486
487
  */
487
488
  export type ForceNewDeployment = {
489
+ /**
490
+ * Determines whether to force a new deployment of the service. By default, deployments aren't forced. You can use this option to start a new deployment with no service definition changes. For example, you can update a service's tasks to use a newer Docker image with the same image/tag combination (``my_image:latest``) or to roll Fargate tasks onto a newer platform version.
491
+ */
488
492
  EnableForceNewDeployment: boolean;
489
493
  /**
494
+ * When you change the``ForceNewDeploymentNonce`` value in your template, it signals ECS to start a new deployment even though no other service parameters have changed. The value must be a unique, time- varying value like a timestamp, random string, or sequence number. Use this property when you want to ensure your tasks pick up the latest version of a Docker image that uses the same tag but has been updated in the registry.
490
495
  * @minLength `1`
491
496
  * @maxLength `255`
492
497
  */
@@ -10,9 +10,8 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
10
10
  */
11
11
  export type LogsLogGroupProperties = {
12
12
  /**
13
- * Creates a data protection policy and assigns it to the log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks.
14
- For more information, including a list of types of data that can be audited and masked, see [Protect sensitive log data with masking](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data.html).
15
- */
13
+ * Creates a data protection policy and assigns it to the log group. A data protection policy can help safeguard sensitive data that's ingested by the log group by auditing and masking the sensitive log data. When a user who does not have permission to view masked data views a log event that includes masked data, the sensitive data is replaced by asterisks.
14
+ */
16
15
  DataProtectionPolicy?: Record<string, any>;
17
16
  /**
18
17
  * Creates or updates a *field index policy* for the specified log group. Only log groups in the Standard log class support field index policies. For more information about log classes, see [Log classes](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatch_Logs_Log_Classes.html).
@@ -44,10 +43,13 @@ export type LogsLogGroupProperties = {
44
43
  * @pattern `^[.\-_/#A-Za-z0-9]{1,512}\Z`
45
44
  */
46
45
  LogGroupName?: string;
46
+ /**
47
+ * Creates or updates a resource policy for the specified log group that allows other services to put log events to this account. A LogGroup can have 1 resource policy.
48
+ */
47
49
  ResourcePolicyDocument?: Record<string, any>;
48
50
  /**
49
51
  * The number of days to retain the log events in the specified log group. Possible values are: 1, 3, 5, 7, 14, 30, 60, 90, 120, 150, 180, 365, 400, 545, 731, 1096, 1827, 2192, 2557, 2922, 3288, and 3653.
50
- To set a log group so that its log events do not expire, use [DeleteRetentionPolicy](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_DeleteRetentionPolicy.html).
52
+ To set a log group so that its log events do not expire, do not specify this property.
51
53
  */
52
54
  RetentionInDays?: 1 | 3 | 5 | 7 | 14 | 30 | 60 | 90 | 120 | 150 | 180 | 365 | 400 | 545 | 731 | 1096 | 1827 | 2192 | 2557 | 2922 | 3288 | 3653;
53
55
  /**
@@ -39,6 +39,10 @@ export type ODBCloudExadataInfrastructureProperties = {
39
39
  * @pattern `^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$`
40
40
  */
41
41
  DisplayName?: string;
42
+ /**
43
+ * The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
44
+ */
45
+ MaintenanceWindow?: MaintenanceWindow;
42
46
  /**
43
47
  * The model name of the Exadata infrastructure.
44
48
  * @minLength `1`
@@ -163,6 +167,53 @@ export type CustomerContact = {
163
167
  */
164
168
  Email?: string;
165
169
  };
170
+ /**
171
+ * Type definition for `AWS::ODB::CloudExadataInfrastructure.MaintenanceWindow`.
172
+ * The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window.
173
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudexadatainfrastructure-maintenancewindow.html}
174
+ */
175
+ export type MaintenanceWindow = {
176
+ /**
177
+ * The timeout duration for custom actions in minutes.
178
+ * @min `15`
179
+ * @max `120`
180
+ */
181
+ CustomActionTimeoutInMins?: number;
182
+ /**
183
+ * The days of the week when maintenance can be performed.
184
+ */
185
+ DaysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[];
186
+ /**
187
+ * The hours of the day when maintenance can be performed.
188
+ */
189
+ HoursOfDay?: number[];
190
+ /**
191
+ * Indicates whether custom action timeout is enabled.
192
+ */
193
+ IsCustomActionTimeoutEnabled?: boolean;
194
+ /**
195
+ * The lead time in weeks before the maintenance window.
196
+ * @min `1`
197
+ * @max `4`
198
+ */
199
+ LeadTimeInWeeks?: number;
200
+ /**
201
+ * The months when maintenance can be performed.
202
+ */
203
+ Months?: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")[];
204
+ /**
205
+ * The patching mode for the maintenance window.
206
+ */
207
+ PatchingMode?: string;
208
+ /**
209
+ * The preference for the maintenance window scheduling.
210
+ */
211
+ Preference?: string;
212
+ /**
213
+ * The weeks of the month when maintenance can be performed.
214
+ */
215
+ WeeksOfMonth?: number[];
216
+ };
166
217
  /**
167
218
  * Type definition for `AWS::ODB::CloudExadataInfrastructure.Tag`.
168
219
  * A key-value pair to associate with a resource.
@@ -34,6 +34,10 @@ export type ODBCloudVmClusterProperties = {
34
34
  * The amount of local node storage, in gigabytes (GB), that's allocated for the VM cluster.
35
35
  */
36
36
  DbNodeStorageSizeInGBs?: number;
37
+ /**
38
+ * The DB nodes that are implicitly created and managed as part of this VM Cluster.
39
+ */
40
+ DbNodes?: DbNode[];
37
41
  /**
38
42
  * The list of database servers for the VM cluster.
39
43
  */
@@ -122,6 +126,67 @@ export type ODBCloudVmClusterAttributes = {
122
126
  * 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
127
  */
124
128
  ComputeModel: string;
129
+ /**
130
+ * The DB nodes that are implicitly created and managed as part of this VM Cluster.
131
+ */
132
+ DbNodes: {
133
+ /**
134
+ * The Oracle Cloud ID (OCID) of the backup IP address that's associated with the DB node.
135
+ */
136
+ BackupIpId: string;
137
+ /**
138
+ * The OCID of the second backup virtual network interface card (VNIC) for the DB node.
139
+ */
140
+ BackupVnic2Id: string;
141
+ /**
142
+ * The number of CPU cores enabled on the DB node.
143
+ */
144
+ CpuCoreCount: number;
145
+ /**
146
+ * The Amazon Resource Name (ARN) of the DB node.
147
+ */
148
+ DbNodeArn: string;
149
+ /**
150
+ * The unique identifier of the DB node.
151
+ */
152
+ DbNodeId: string;
153
+ /**
154
+ * The amount of local node storage, in gigabytes (GB), that's allocated on the DB node.
155
+ */
156
+ DbNodeStorageSizeInGBs: number;
157
+ /**
158
+ * The OCID of the DB system.
159
+ */
160
+ DbSystemId: string;
161
+ /**
162
+ * The OCID of the host IP address that's associated with the DB node.
163
+ */
164
+ HostIpId: string;
165
+ /**
166
+ * The host name for the DB node.
167
+ */
168
+ Hostname: string;
169
+ /**
170
+ * The amount of memory, in gigabytes (GB), that allocated on the DB node.
171
+ */
172
+ MemorySizeInGBs: number;
173
+ /**
174
+ * The OCID of the DB node.
175
+ */
176
+ Ocid: string;
177
+ /**
178
+ * The current status of the DB node.
179
+ */
180
+ Status: string;
181
+ /**
182
+ * The OCID of the second VNIC.
183
+ */
184
+ Vnic2Id: string;
185
+ /**
186
+ * The OCID of the VNIC.
187
+ */
188
+ VnicId: string;
189
+ }[];
125
190
  /**
126
191
  * The type of redundancy configured for the VM cluster. NORMAL is 2-way redundancy. HIGH is 3-way redundancy.
127
192
  */
@@ -190,6 +255,18 @@ export type DataCollectionOptions = {
190
255
  */
191
256
  IsIncidentLogsEnabled?: boolean;
192
257
  };
258
+ /**
259
+ * Type definition for `AWS::ODB::CloudVmCluster.DbNode`.
260
+ * A DbNode is a virtual machine that hosts Oracle database instances and provides access to shared storage servers within a VM Cluster
261
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-cloudvmcluster-dbnode.html}
262
+ */
263
+ export type DbNode = {
264
+ /**
265
+ * The unique identifier of the database server that's associated with the DB node.
266
+ */
267
+ DbServerId: string;
268
+ Tags?: Tag[];
269
+ };
193
270
  /**
194
271
  * Type definition for `AWS::ODB::CloudVmCluster.Tag`.
195
272
  * A key-value pair to associate with a resource.
@@ -29,6 +29,12 @@ export type ODBOdbNetworkProperties = {
29
29
  * @maxLength `255`
30
30
  */
31
31
  ClientSubnetCidr?: string;
32
+ /**
33
+ * The domain name to use for the resources in the ODB network.
34
+ * @minLength `1`
35
+ * @maxLength `255`
36
+ */
37
+ CustomDomainName?: string;
32
38
  /**
33
39
  * The DNS prefix to the default DNS domain name. The default DNS domain name is oraclevcn.com.
34
40
  * @minLength `1`
@@ -46,16 +52,105 @@ export type ODBOdbNetworkProperties = {
46
52
  * @pattern `^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$`
47
53
  */
48
54
  DisplayName?: string;
55
+ /**
56
+ * Specifies the configuration for Amazon S3 access from the ODB network.
57
+ */
58
+ S3Access?: "ENABLED" | "DISABLED";
59
+ /**
60
+ * Specifies the endpoint policy for Amazon S3 access from the ODB network.
61
+ */
62
+ S3PolicyDocument?: string;
49
63
  /**
50
64
  * Tags to assign to the Odb Network.
51
65
  */
52
66
  Tags?: Tag[];
67
+ /**
68
+ * Specifies the configuration for Zero-ETL access from the ODB network.
69
+ */
70
+ ZeroEtlAccess?: "ENABLED" | "DISABLED";
53
71
  };
54
72
  /**
55
73
  * Attribute type definition for `AWS::ODB::OdbNetwork`.
56
74
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbnetwork.html#aws-resource-odb-odbnetwork-return-values}
57
75
  */
58
76
  export type ODBOdbNetworkAttributes = {
77
+ /**
78
+ * The managed services configuration for the ODB network.
79
+ */
80
+ ManagedServices: {
81
+ /**
82
+ * The managed Amazon S3 backup access configuration.
83
+ */
84
+ ManagedS3BackupAccess: {
85
+ /**
86
+ * The IPv4 addresses for the managed Amazon S3 backup access.
87
+ */
88
+ Ipv4Addresses: string[];
89
+ /**
90
+ * The status of the managed Amazon S3 backup access.
91
+ */
92
+ Status: ManagedResourceStatus;
93
+ };
94
+ /**
95
+ * The IPv4 CIDR blocks for the managed services.
96
+ */
97
+ ManagedServicesIpv4Cidrs: string[];
98
+ /**
99
+ * The Amazon Resource Name (ARN) of the resource gateway.
100
+ */
101
+ ResourceGatewayArn: string;
102
+ /**
103
+ * The Amazon S3 access configuration.
104
+ */
105
+ S3Access: {
106
+ /**
107
+ * The domain name for the Amazon S3 access.
108
+ */
109
+ DomainName: string;
110
+ /**
111
+ * The IPv4 addresses for the Amazon S3 access.
112
+ */
113
+ Ipv4Addresses: string[];
114
+ /**
115
+ * The endpoint policy for the Amazon S3 access.
116
+ */
117
+ S3PolicyDocument: string;
118
+ /**
119
+ * The status of the Amazon S3 access.
120
+ */
121
+ Status: ManagedResourceStatus;
122
+ };
123
+ /**
124
+ * The Amazon Resource Name (ARN) of the service network.
125
+ */
126
+ ServiceNetworkArn: string;
127
+ /**
128
+ * The service network endpoint configuration.
129
+ */
130
+ ServiceNetworkEndpoint: {
131
+ /**
132
+ * The identifier of the VPC endpoint.
133
+ */
134
+ VpcEndpointId: string;
135
+ /**
136
+ * The type of the VPC endpoint.
137
+ */
138
+ VpcEndpointType: "SERVICENETWORK";
139
+ };
140
+ /**
141
+ * The Zero-ETL access configuration.
142
+ */
143
+ ZeroEtlAccess: {
144
+ /**
145
+ * The CIDR block for the Zero-ETL access.
146
+ */
147
+ Cidr: string;
148
+ /**
149
+ * The status of the Zero-ETL access.
150
+ */
151
+ Status: ManagedResourceStatus;
152
+ };
153
+ };
59
154
  /**
60
155
  * The unique identifier of the OCI network anchor for the ODB network.
61
156
  * @minLength `1`
@@ -79,6 +174,91 @@ export type ODBOdbNetworkAttributes = {
79
174
  */
80
175
  OdbNetworkId: string;
81
176
  };
177
+ /**
178
+ * Type definition for `AWS::ODB::OdbNetwork.ManagedResourceStatus`.
179
+ * The status of the managed resource access.
180
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedresourcestatus.html}
181
+ */
182
+ export type ManagedResourceStatus = "ENABLED" | "ENABLING" | "DISABLED" | "DISABLING";
183
+ /**
184
+ * Type definition for `AWS::ODB::OdbNetwork.ManagedServices`.
185
+ * The managed services configuration for the ODB network.
186
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbnetwork-managedservices.html}
187
+ */
188
+ export type ManagedServices = {
189
+ /**
190
+ * The managed Amazon S3 backup access configuration.
191
+ */
192
+ ManagedS3BackupAccess?: {
193
+ /**
194
+ * The IPv4 addresses for the managed Amazon S3 backup access.
195
+ */
196
+ Ipv4Addresses?: string[];
197
+ /**
198
+ * The status of the managed Amazon S3 backup access.
199
+ */
200
+ Status?: ManagedResourceStatus;
201
+ };
202
+ /**
203
+ * The IPv4 CIDR blocks for the managed services.
204
+ */
205
+ ManagedServicesIpv4Cidrs?: string[];
206
+ /**
207
+ * The Amazon Resource Name (ARN) of the resource gateway.
208
+ */
209
+ ResourceGatewayArn?: string;
210
+ /**
211
+ * The Amazon S3 access configuration.
212
+ */
213
+ S3Access?: {
214
+ /**
215
+ * The domain name for the Amazon S3 access.
216
+ */
217
+ DomainName?: string;
218
+ /**
219
+ * The IPv4 addresses for the Amazon S3 access.
220
+ */
221
+ Ipv4Addresses?: string[];
222
+ /**
223
+ * The endpoint policy for the Amazon S3 access.
224
+ */
225
+ S3PolicyDocument?: string;
226
+ /**
227
+ * The status of the Amazon S3 access.
228
+ */
229
+ Status?: ManagedResourceStatus;
230
+ };
231
+ /**
232
+ * The Amazon Resource Name (ARN) of the service network.
233
+ */
234
+ ServiceNetworkArn?: string;
235
+ /**
236
+ * The service network endpoint configuration.
237
+ */
238
+ ServiceNetworkEndpoint?: {
239
+ /**
240
+ * The identifier of the VPC endpoint.
241
+ */
242
+ VpcEndpointId?: string;
243
+ /**
244
+ * The type of the VPC endpoint.
245
+ */
246
+ VpcEndpointType?: "SERVICENETWORK";
247
+ };
248
+ /**
249
+ * The Zero-ETL access configuration.
250
+ */
251
+ ZeroEtlAccess?: {
252
+ /**
253
+ * The CIDR block for the Zero-ETL access.
254
+ */
255
+ Cidr?: string;
256
+ /**
257
+ * The status of the Zero-ETL access.
258
+ */
259
+ Status?: ManagedResourceStatus;
260
+ };
261
+ };
82
262
  /**
83
263
  * Type definition for `AWS::ODB::OdbNetwork.Tag`.
84
264
  * A key-value pair to associate with a resource.
@@ -0,0 +1,83 @@
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::ODB::OdbPeeringConnection.
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html}
6
+ */
7
+ export type ODBOdbPeeringConnectionProperties = {
8
+ /**
9
+ * The name of the ODB peering connection.
10
+ * @minLength `1`
11
+ * @maxLength `255`
12
+ * @pattern `^[a-zA-Z_](?!.*--)[a-zA-Z0-9_-]*$`
13
+ */
14
+ DisplayName?: string;
15
+ /**
16
+ * The unique identifier of the ODB network.
17
+ * @minLength `6`
18
+ * @maxLength `2048`
19
+ * @pattern `^(arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-zA-Z0-9_~.-]{6,64}|[a-zA-Z0-9_~.-]{6,64})$`
20
+ */
21
+ OdbNetworkId?: string;
22
+ /**
23
+ * The unique identifier of the peer network.
24
+ * @minLength `6`
25
+ * @maxLength `2048`
26
+ * @pattern `^(arn:(?:aws|aws-cn|aws-us-gov|aws-iso-{0,1}[a-z]{0,1}):[a-z0-9-]+:[a-z0-9-]*:[0-9]+:[a-z0-9-]+/[a-zA-Z0-9_~.-]{6,64}|[a-zA-Z0-9_~.-]{6,64})$`
27
+ */
28
+ PeerNetworkId?: string;
29
+ /**
30
+ * Tags to assign to the Odb peering connection.
31
+ */
32
+ Tags?: Tag[];
33
+ };
34
+ /**
35
+ * Attribute type definition for `AWS::ODB::OdbPeeringConnection`.
36
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html#aws-resource-odb-odbpeeringconnection-return-values}
37
+ */
38
+ export type ODBOdbPeeringConnectionAttributes = {
39
+ /**
40
+ * The Amazon Resource Name (ARN) of the ODB network.
41
+ */
42
+ OdbNetworkArn: string;
43
+ /**
44
+ * The Amazon Resource Name (ARN) of the ODB peering connection.
45
+ */
46
+ OdbPeeringConnectionArn: string;
47
+ /**
48
+ * The unique identifier of the ODB peering connection.
49
+ */
50
+ OdbPeeringConnectionId: string;
51
+ /**
52
+ * The Amazon Resource Name (ARN) of the peer network.
53
+ */
54
+ PeerNetworkArn: string;
55
+ };
56
+ /**
57
+ * Type definition for `AWS::ODB::OdbPeeringConnection.Tag`.
58
+ * A key-value pair to associate with a resource.
59
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-odb-odbpeeringconnection-tag.html}
60
+ */
61
+ export type Tag = {
62
+ /**
63
+ * 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: Unicode letters, digits, whitespace, _, ., :, /, =, +, @, -, and ".
64
+ * @minLength `1`
65
+ * @maxLength `128`
66
+ */
67
+ Key: string;
68
+ /**
69
+ * 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: Unicode letters, digits, whitespace, _, ., /, =, +, and -.
70
+ * @minLength `0`
71
+ * @maxLength `256`
72
+ */
73
+ Value?: string;
74
+ };
75
+ /**
76
+ * Resource Type definition for AWS::ODB::OdbPeeringConnection.
77
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html}
78
+ */
79
+ export declare class ODBOdbPeeringConnection extends $Resource<"AWS::ODB::OdbPeeringConnection", ODBOdbPeeringConnectionProperties, ODBOdbPeeringConnectionAttributes> {
80
+ static readonly Type = "AWS::ODB::OdbPeeringConnection";
81
+ constructor(logicalId: string, properties: ODBOdbPeeringConnectionProperties, options?: $ResourceOptions);
82
+ }
83
+ //# sourceMappingURL=AWS-ODB-OdbPeeringConnection.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::ODB::OdbPeeringConnection.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-odb-odbpeeringconnection.html}
5
+ */
6
+ export class ODBOdbPeeringConnection extends $Resource {
7
+ static Type = "AWS::ODB::OdbPeeringConnection";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, ODBOdbPeeringConnection.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-ODB-OdbPeeringConnection.js.map
@@ -5,10 +5,25 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html}
6
6
  */
7
7
  export type ServiceCatalogLaunchTemplateConstraintProperties = {
8
+ /**
9
+ * The language code.
10
+ */
8
11
  AcceptLanguage?: string;
12
+ /**
13
+ * The description of the constraint.
14
+ */
9
15
  Description?: string;
16
+ /**
17
+ * The portfolio identifier.
18
+ */
10
19
  PortfolioId: string;
20
+ /**
21
+ * The product identifier.
22
+ */
11
23
  ProductId: string;
24
+ /**
25
+ * A json encoded string of the template constraint rules
26
+ */
12
27
  Rules: string;
13
28
  };
14
29
  /**
@@ -16,6 +31,9 @@ export type ServiceCatalogLaunchTemplateConstraintProperties = {
16
31
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-launchtemplateconstraint.html#aws-resource-servicecatalog-launchtemplateconstraint-return-values}
17
32
  */
18
33
  export type ServiceCatalogLaunchTemplateConstraintAttributes = {
34
+ /**
35
+ * Unique identifier for the constraint
36
+ */
19
37
  Id: string;
20
38
  };
21
39
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.424",
3
+ "version": "0.1.426",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },