@awboost/cfn-resource-types 0.1.479 → 0.1.481

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/lib/AWS-ApiGateway-DomainName.d.ts +1 -0
  2. package/lib/AWS-ApiGateway-DomainNameV2.d.ts +1 -0
  3. package/lib/AWS-ApiGateway-Method.d.ts +2 -0
  4. package/lib/AWS-ApiGateway-RestApi.d.ts +2 -0
  5. package/lib/AWS-Backup-LogicallyAirGappedBackupVault.d.ts +1 -1
  6. package/lib/AWS-Bedrock-DataAutomationProject.d.ts +20 -0
  7. package/lib/AWS-BillingConductor-BillingGroup.d.ts +7 -3
  8. package/lib/AWS-CloudTrail-Trail.d.ts +10 -0
  9. package/lib/AWS-DSQL-Cluster.d.ts +4 -0
  10. package/lib/AWS-EC2-VPCEndpoint.d.ts +6 -0
  11. package/lib/AWS-EC2-VPNConcentrator.d.ts +51 -0
  12. package/lib/AWS-EC2-VPNConcentrator.js +12 -0
  13. package/lib/AWS-EC2-VPNConnection.d.ts +5 -0
  14. package/lib/AWS-ECS-CapacityProvider.d.ts +11 -0
  15. package/lib/AWS-ECS-Service.d.ts +41 -5
  16. package/lib/AWS-ElasticLoadBalancingV2-TargetGroup.d.ts +4 -0
  17. package/lib/AWS-Glue-Integration.d.ts +130 -0
  18. package/lib/AWS-Glue-Integration.js +12 -0
  19. package/lib/AWS-LakeFormation-DataLakeSettings.d.ts +6 -0
  20. package/lib/AWS-Lambda-Function.d.ts +11 -0
  21. package/lib/AWS-OpenSearchServerless-Collection.d.ts +30 -0
  22. package/lib/AWS-OpenSearchService-Domain.d.ts +18 -0
  23. package/lib/AWS-ServiceCatalog-CloudFormationProduct.d.ts +1 -9
  24. package/lib/AWS-VpcLattice-DomainVerification.d.ts +68 -0
  25. package/lib/AWS-VpcLattice-DomainVerification.js +13 -0
  26. package/lib/AWS-VpcLattice-ResourceConfiguration.d.ts +16 -0
  27. package/lib/AWS-VpcLattice-ServiceNetworkResourceAssociation.d.ts +1 -0
  28. package/lib/AWS-VpcLattice-ServiceNetworkVpcAssociation.d.ts +14 -0
  29. package/package.json +1 -1
@@ -9,6 +9,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
9
9
  export type ApiGatewayDomainNameProperties = {
10
10
  CertificateArn?: string;
11
11
  DomainName?: string;
12
+ EndpointAccessMode?: string;
12
13
  /**
13
14
  * The endpoint configuration of this DomainName showing the endpoint types and IP address types of the domain name.
14
15
  */
@@ -7,6 +7,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
7
7
  export type ApiGatewayDomainNameV2Properties = {
8
8
  CertificateArn?: string;
9
9
  DomainName?: string;
10
+ EndpointAccessMode?: string;
10
11
  EndpointConfiguration?: EndpointConfiguration;
11
12
  Policy?: Record<string, any> | string;
12
13
  /**
@@ -40,9 +40,11 @@ export type Integration = {
40
40
  Credentials?: string;
41
41
  IntegrationHttpMethod?: string;
42
42
  IntegrationResponses?: IntegrationResponse[];
43
+ IntegrationTarget?: string;
43
44
  PassthroughBehavior?: "WHEN_NO_MATCH" | "WHEN_NO_TEMPLATES" | "NEVER";
44
45
  RequestParameters?: Record<string, string>;
45
46
  RequestTemplates?: Record<string, string>;
47
+ ResponseTransferMode?: "BUFFERED" | "STREAM";
46
48
  /**
47
49
  * @min `50`
48
50
  */
@@ -19,6 +19,7 @@ export type ApiGatewayRestApiProperties = {
19
19
  CloneFrom?: string;
20
20
  Description?: string;
21
21
  DisableExecuteApiEndpoint?: boolean;
22
+ EndpointAccessMode?: string;
22
23
  /**
23
24
  * A list of the endpoint types and IP address types of the API. Use this property when creating an API. When importing an existing API, specify the endpoint configuration types using the ``Parameters`` property.
24
25
  */
@@ -43,6 +44,7 @@ export type ApiGatewayRestApiProperties = {
43
44
  * A policy document that contains the permissions for the ``RestApi`` resource. To set the ARN for the policy, use the ``!Join`` intrinsic function with ``""`` as delimiter and values of ``"execute-api:/"`` and ``"*"``.
44
45
  */
45
46
  Policy?: Record<string, any> | string;
47
+ SecurityPolicy?: string;
46
48
  Tags?: Tag[];
47
49
  };
48
50
  /**
@@ -11,6 +11,7 @@ export type BackupLogicallyAirGappedBackupVaultProperties = {
11
11
  */
12
12
  BackupVaultName: string;
13
13
  BackupVaultTags?: Record<string, string>;
14
+ EncryptionKeyArn?: string;
14
15
  MaxRetentionDays: number;
15
16
  MinRetentionDays: number;
16
17
  MpaApprovalTeamArn?: string;
@@ -22,7 +23,6 @@ export type BackupLogicallyAirGappedBackupVaultProperties = {
22
23
  */
23
24
  export type BackupLogicallyAirGappedBackupVaultAttributes = {
24
25
  BackupVaultArn: string;
25
- EncryptionKeyArn: string;
26
26
  VaultState: string;
27
27
  VaultType: string;
28
28
  };
@@ -91,11 +91,26 @@ export type AudioExtractionCategoryType = "AUDIO_CONTENT_MODERATION" | "TRANSCRI
91
91
  export type AudioExtractionCategoryTypeConfiguration = {
92
92
  Transcript?: TranscriptConfiguration;
93
93
  };
94
+ /**
95
+ * Type definition for `AWS::Bedrock::DataAutomationProject.AudioGenerativeOutputLanguage`.
96
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiogenerativeoutputlanguage.html}
97
+ */
98
+ export type AudioGenerativeOutputLanguage = "DEFAULT" | "EN";
99
+ /**
100
+ * Type definition for `AWS::Bedrock::DataAutomationProject.AudioLanguageConfiguration`.
101
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiolanguageconfiguration.html}
102
+ */
103
+ export type AudioLanguageConfiguration = {
104
+ GenerativeOutputLanguage?: AudioGenerativeOutputLanguage;
105
+ IdentifyMultipleLanguages?: boolean;
106
+ InputLanguages?: Language[];
107
+ };
94
108
  /**
95
109
  * Type definition for `AWS::Bedrock::DataAutomationProject.AudioOverrideConfiguration`.
96
110
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audiooverrideconfiguration.html}
97
111
  */
98
112
  export type AudioOverrideConfiguration = {
113
+ LanguageConfiguration?: AudioLanguageConfiguration;
99
114
  ModalityProcessing?: ModalityProcessingConfiguration;
100
115
  };
101
116
  /**
@@ -320,6 +335,11 @@ export type ImageStandardOutputConfiguration = {
320
335
  Extraction?: ImageStandardExtraction;
321
336
  GenerativeField?: ImageStandardGenerativeField;
322
337
  };
338
+ /**
339
+ * Type definition for `AWS::Bedrock::DataAutomationProject.Language`.
340
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-language.html}
341
+ */
342
+ export type Language = "EN" | "DE" | "ES" | "FR" | "IT" | "PT" | "JA" | "KO" | "CN" | "TW" | "HK";
323
343
  /**
324
344
  * Type definition for `AWS::Bedrock::DataAutomationProject.ModalityProcessingConfiguration`.
325
345
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-modalityprocessingconfiguration.html}
@@ -22,7 +22,7 @@ export type BillingConductorBillingGroupProperties = {
22
22
  * This account will act as a virtual payer account of the billing group
23
23
  * @pattern `[0-9]{12}`
24
24
  */
25
- PrimaryAccountId: string;
25
+ PrimaryAccountId?: string;
26
26
  Tags?: Tag[];
27
27
  };
28
28
  /**
@@ -32,7 +32,7 @@ export type BillingConductorBillingGroupProperties = {
32
32
  export type BillingConductorBillingGroupAttributes = {
33
33
  /**
34
34
  * Billing Group ARN
35
- * @pattern `arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[0-9]{12}`
35
+ * @pattern `arn:aws(-cn)?:billingconductor::[0-9]{12}:billinggroup/?[a-zA-Z0-9]{10,12}`
36
36
  */
37
37
  Arn: string;
38
38
  /**
@@ -59,7 +59,11 @@ export type AccountGrouping = {
59
59
  /**
60
60
  * @minLength `1`
61
61
  */
62
- LinkedAccountIds: string[];
62
+ LinkedAccountIds?: string[];
63
+ /**
64
+ * @pattern `arn:[a-z0-9][a-z0-9-.]{0,62}:organizations::[0-9]{12}:transfer/o-[a-z0-9]{10,32}/(billing)/(inbound|outbound)/rt-[0-9a-z]{8,32}`
65
+ */
66
+ ResponsibilityTransferArn?: string;
63
67
  };
64
68
  /**
65
69
  * Type definition for `AWS::BillingConductor::BillingGroup.BillingGroupStatus`.
@@ -184,11 +184,21 @@ export type EventSelector = {
184
184
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-insightselector.html}
185
185
  */
186
186
  export type InsightSelector = {
187
+ /**
188
+ * The categories of events for which to log insights. By default, insights are logged for management events only.
189
+ */
190
+ EventCategories?: SourceEventCategory[];
187
191
  /**
188
192
  * The type of insight to log on a trail.
189
193
  */
190
194
  InsightType?: string;
191
195
  };
196
+ /**
197
+ * Type definition for `AWS::CloudTrail::Trail.SourceEventCategory`.
198
+ * Event category for an insight selector.
199
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-sourceeventcategory.html}
200
+ */
201
+ export type SourceEventCategory = "Management" | "Data";
192
202
  /**
193
203
  * Type definition for `AWS::CloudTrail::Trail.Tag`.
194
204
  * An arbitrary set of tags (key-value pairs) for this trail.
@@ -55,6 +55,10 @@ export type DSQLClusterAttributes = {
55
55
  */
56
56
  KmsKeyArn: string;
57
57
  };
58
+ /**
59
+ * The DSQL cluster endpoint.
60
+ */
61
+ Endpoint: string;
58
62
  /**
59
63
  * The ID of the created cluster.
60
64
  */
@@ -96,6 +96,12 @@ export type DnsOptionsSpecification = {
96
96
  * Indicates whether to enable private DNS only for inbound endpoints. This option is available only for services that support both gateway and interface endpoints. It routes traffic that originates from the VPC to the gateway endpoint and traffic that originates from on-premises to the interface endpoint.
97
97
  */
98
98
  PrivateDnsOnlyForInboundResolverEndpoint?: "OnlyInboundResolver" | "AllResolvers" | "NotSpecified";
99
+ PrivateDnsPreference?: "VERIFIED_DOMAINS_ONLY" | "ALL_DOMAINS" | "VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS" | "SPECIFIED_DOMAINS_ONLY";
100
+ /**
101
+ * @minLength `1`
102
+ * @maxLength `10`
103
+ */
104
+ PrivateDnsSpecifiedDomains?: string[];
99
105
  };
100
106
  /**
101
107
  * Type definition for `AWS::EC2::VPCEndpoint.Tag`.
@@ -0,0 +1,51 @@
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::EC2::VPNConcentrator
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
6
+ */
7
+ export type EC2VPNConcentratorProperties = {
8
+ /**
9
+ * Any tags assigned to the VPN concentrator.
10
+ */
11
+ Tags?: Tag[];
12
+ /**
13
+ * The ID of the transit gateway
14
+ */
15
+ TransitGatewayId: string;
16
+ /**
17
+ * The type of VPN concentrator
18
+ */
19
+ Type: string;
20
+ };
21
+ /**
22
+ * Attribute type definition for `AWS::EC2::VPNConcentrator`.
23
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html#aws-resource-ec2-vpnconcentrator-return-values}
24
+ */
25
+ export type EC2VPNConcentratorAttributes = {
26
+ /**
27
+ * The ID of the transit gateway attachment
28
+ */
29
+ TransitGatewayAttachmentId: string;
30
+ /**
31
+ * The provider-assigned unique ID for this managed resource
32
+ */
33
+ VpnConcentratorId: string;
34
+ };
35
+ /**
36
+ * Type definition for `AWS::EC2::VPNConcentrator.Tag`.
37
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconcentrator-tag.html}
38
+ */
39
+ export type Tag = {
40
+ Key: string;
41
+ Value: string;
42
+ };
43
+ /**
44
+ * Resource Type definition for AWS::EC2::VPNConcentrator
45
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
46
+ */
47
+ export declare class EC2VPNConcentrator extends $Resource<"AWS::EC2::VPNConcentrator", EC2VPNConcentratorProperties, EC2VPNConcentratorAttributes> {
48
+ static readonly Type = "AWS::EC2::VPNConcentrator";
49
+ constructor(logicalId: string, properties: EC2VPNConcentratorProperties, options?: $ResourceOptions);
50
+ }
51
+ //# sourceMappingURL=AWS-EC2-VPNConcentrator.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::EC2::VPNConcentrator
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-vpnconcentrator.html}
5
+ */
6
+ export class EC2VPNConcentrator extends $Resource {
7
+ static Type = "AWS::EC2::VPNConcentrator";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, EC2VPNConcentrator.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-EC2-VPNConcentrator.js.map
@@ -67,6 +67,7 @@ export type EC2VPNConnectionProperties = {
67
67
  Required if ``OutsideIpAddressType`` is set to ``PrivateIpv4``.
68
68
  */
69
69
  TransportTransitGatewayAttachmentId?: string;
70
+ TunnelBandwidth?: "standard" | "large";
70
71
  /**
71
72
  * Indicate whether the VPN tunnels process IPv4 or IPv6 traffic.
72
73
  Default: ``ipv4``
@@ -76,6 +77,7 @@ export type EC2VPNConnectionProperties = {
76
77
  * The type of VPN connection.
77
78
  */
78
79
  Type: string;
80
+ VpnConcentratorId?: string;
79
81
  /**
80
82
  * The ID of the virtual private gateway at the AWS side of the VPN connection.
81
83
  You must specify either ``TransitGatewayId`` or ``VpnGatewayId``, but not both.
@@ -99,6 +101,9 @@ export type EC2VPNConnectionAttributes = {
99
101
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-vpnconnection-cloudwatchlogoptionsspecification.html}
100
102
  */
101
103
  export type CloudwatchLogOptionsSpecification = {
104
+ BgpLogEnabled?: boolean;
105
+ BgpLogGroupArn?: string;
106
+ BgpLogOutputFormat?: "json" | "text";
102
107
  /**
103
108
  * Enable or disable VPN tunnel logging feature. Default value is ``False``.
104
109
  Valid values: ``True`` | ``False``
@@ -107,6 +107,17 @@ export type ManagedInstancesNetworkConfiguration = {
107
107
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-capacityprovider-managedinstancesprovider.html}
108
108
  */
109
109
  export type ManagedInstancesProvider = {
110
+ /**
111
+ * Defines how Amazon ECS Managed Instances optimizes the infrastructure in your capacity provider. Configure it to turn on or off the infrastructure optimization in your capacity provider, and to control the idle EC2 instances optimization delay.
112
+ */
113
+ InfrastructureOptimization?: {
114
+ /**
115
+ * This parameter defines the number of seconds Amazon ECS Managed Instances waits before optimizing EC2 instances that have become idle or underutilized. A longer delay increases the likelihood of placing new tasks on idle instances, reducing startup time. A shorter delay helps reduce infrastructure costs by optimizing idle instances more quickly. Valid values are: Not set (null) - Uses the default optimization behavior, `-1` - Disables automatic infrastructure optimization, `0` to `3600` (inclusive) - Specifies the number of seconds to wait before optimizing instances.
116
+ * @min `-1`
117
+ * @max `3600`
118
+ */
119
+ ScaleInAfter?: number;
120
+ };
110
121
  InfrastructureRoleArn: string;
111
122
  InstanceLaunchTemplate: InstanceLaunchTemplate;
112
123
  PropagateTags?: "CAPACITY_PROVIDER" | "NONE";
@@ -230,15 +230,21 @@ export type AwsVpcConfiguration = {
230
230
  };
231
231
  /**
232
232
  * Type definition for `AWS::ECS::Service.CanaryConfiguration`.
233
+ * Configuration for a canary deployment strategy that shifts a fixed percentage of traffic to the new service revision, waits for a specified bake time, then shifts the remaining traffic.
234
+ The following validation applies only to Canary deployments created through CFN. CFN operations time out after 36 hours. Canary deployments can approach this limit because of their extended duration. This can cause CFN to roll back the deployment. To prevent timeout-related rollbacks, CFN rejects deployments when the calculated deployment time exceeds 33 hours based on your template configuration:
235
+ ``BakeTimeInMinutes + CanaryBakeTimeInMinutes``
236
+ Additional backend processes (such as task scaling and running lifecycle hooks) can extend deployment time beyond these calculations. Even deployments under the 33-hour threshold might still time out if these processes cause the total duration to exceed 36 hours.
233
237
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-canaryconfiguration.html}
234
238
  */
235
239
  export type CanaryConfiguration = {
236
240
  /**
241
+ * The amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision. Valid values are 0 to 1440 minutes (24 hours). The default value is 10.
237
242
  * @min `0`
238
243
  * @max `1440`
239
244
  */
240
245
  CanaryBakeTimeInMinutes?: number;
241
246
  /**
247
+ * The percentage of production traffic to shift to the new service revision during the canary phase. Valid values are multiples of 0.1 from 0.1 to 100.0. The default value is 5.0.
242
248
  * @min `0.1`
243
249
  * @max `100`
244
250
  */
@@ -257,13 +263,13 @@ export type CapacityProviderStrategyItem = {
257
263
  * The *base* value designates how many tasks, at a minimum, to run on the specified capacity provider for each service. Only one capacity provider in a capacity provider strategy can have a *base* defined. If no value is specified, the default value of ``0`` is used.
258
264
  Base value characteristics:
259
265
  + Only one capacity provider in a strategy can have a base defined
260
- + Default value is ``0`` if not specified
261
- + Valid range: 0 to 100,000
266
+ + The default value is ``0`` if not specified
267
+ + The valid range is 0 to 100,000
262
268
  + Base requirements are satisfied first before weight distribution
263
269
  */
264
270
  Base?: number;
265
271
  /**
266
- * The short name of the capacity provider.
272
+ * The short name of the capacity provider. This can be either an AWS managed capacity provider (``FARGATE`` or ``FARGATE_SPOT``) or the name of a custom capacity provider that you created.
267
273
  */
268
274
  CapacityProvider?: string;
269
275
  /**
@@ -271,8 +277,8 @@ export type CapacityProviderStrategyItem = {
271
277
  If no ``weight`` value is specified, the default value of ``0`` is used. When multiple capacity providers are specified within a capacity provider strategy, at least one of the capacity providers must have a weight value greater than zero and any capacity providers with a weight of ``0`` can't be used to place tasks. If you specify multiple capacity providers in a strategy that all have a weight of ``0``, any ``RunTask`` or ``CreateService`` actions using the capacity provider strategy will fail.
272
278
  Weight value characteristics:
273
279
  + Weight is considered after the base value is satisfied
274
- + Default value is ``0`` if not specified
275
- + Valid range: 0 to 1,000
280
+ + The default value is ``0`` if not specified
281
+ + The valid range is 0 to 1,000
276
282
  + At least one capacity provider must have a weight greater than zero
277
283
  + Capacity providers with weight of ``0`` cannot place tasks
278
284
 
@@ -345,6 +351,9 @@ export type DeploymentConfiguration = {
345
351
  * @max `1440`
346
352
  */
347
353
  BakeTimeInMinutes?: number;
354
+ /**
355
+ * Configuration for canary deployment strategy. Only valid when the deployment strategy is ``CANARY``. This configuration enables shifting a fixed percentage of traffic for testing, followed by shifting the remaining traffic after a bake period.
356
+ */
348
357
  CanaryConfiguration?: CanaryConfiguration;
349
358
  /**
350
359
  * The deployment circuit breaker can only be used for services using the rolling update (``ECS``) deployment type.
@@ -355,6 +364,9 @@ export type DeploymentConfiguration = {
355
364
  * An array of deployment lifecycle hook objects to run custom logic at specific stages of the deployment lifecycle.
356
365
  */
357
366
  LifecycleHooks?: DeploymentLifecycleHook[];
367
+ /**
368
+ * Configuration for linear deployment strategy. Only valid when the deployment strategy is ``LINEAR``. This configuration enables progressive traffic shifting in equal percentage increments with configurable bake times between each step.
369
+ */
358
370
  LinearConfiguration?: LinearConfiguration;
359
371
  /**
360
372
  * If a service is using the rolling update (``ECS``) deployment type, the ``maximumPercent`` parameter represents an upper limit on the number of your service's tasks that are allowed in the ``RUNNING`` or ``PENDING`` state during a deployment, as a percentage of the ``desiredCount`` (rounded down to the nearest integer). This parameter enables you to define the deployment batch size. For example, if your service is using the ``REPLICA`` service scheduler and has a ``desiredCount`` of four tasks and a ``maximumPercent`` value of 200%, the scheduler may start four new tasks before stopping the four older tasks (provided that the cluster resources required to do this are available). The default ``maximumPercent`` value for a service using the ``REPLICA`` service scheduler is 200%.
@@ -526,15 +538,26 @@ export type ForceNewDeployment = {
526
538
  };
527
539
  /**
528
540
  * Type definition for `AWS::ECS::Service.LinearConfiguration`.
541
+ * Configuration for a linear deployment strategy that shifts production traffic in equal percentage increments with configurable wait times between each step until 100 percent of traffic is shifted to the new service revision.
542
+ The following validation applies only to Linear deployments created through CFN. CFN operations time out after 36 hours. Linear deployments can approach this limit because of their extended duration. This can cause CFN to roll back the deployment. To prevent timeout-related rollbacks, CFN rejects deployments when the calculated deployment time exceeds 33 hours based on your template configuration:
543
+ ``BakeTimeInMinutes + (StepBakeTimeInMinutes × Number of deployment steps)``
544
+ Where the number of deployment steps is calculated as follows:
545
+ + *If StepPercent evenly divides by 100*: The number of deployment steps equals ``(100 ÷ StepPercent) - 1``
546
+ + *Otherwise*: The number of deployment steps equals the floor of ``100 ÷ StepPercent``. For example, if ``StepPercent`` is 11, the number of deployment steps is 9 (not 9.1).
547
+
548
+ This calculation reflects that CFN doesn't apply the step bake time after the final traffic shift reaches 100%. For example, with a ``StepPercent`` of 50%, there are actually two traffic shifts, but only one deployment step is counted for validation purposes because the bake time is applied only after the first 50% shift, not after reaching 100%.
549
+ Additional backend processes (such as task scaling and running lifecycle hooks) can extend deployment time beyond these calculations. Even deployments under the 33-hour threshold might still time out if these processes cause the total duration to exceed 36 hours.
529
550
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-linearconfiguration.html}
530
551
  */
531
552
  export type LinearConfiguration = {
532
553
  /**
554
+ * The amount of time in minutes to wait between each traffic shifting step during a linear deployment. Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
533
555
  * @min `0`
534
556
  * @max `1440`
535
557
  */
536
558
  StepBakeTimeInMinutes?: number;
537
559
  /**
560
+ * The percentage of production traffic to shift in each step during a linear deployment. Valid values are multiples of 0.1 from 3.0 to 100.0. The default value is 10.0.
538
561
  * @min `3`
539
562
  * @max `100`
540
563
  */
@@ -684,10 +707,19 @@ export type Secret = {
684
707
  };
685
708
  /**
686
709
  * Type definition for `AWS::ECS::Service.ServiceConnectAccessLogConfiguration`.
710
+ * Configuration for Service Connect access logging. Access logs provide detailed information about requests made to your service, including request patterns, response codes, and timing data for debugging and monitoring purposes.
711
+ To enable access logs, you must also specify a ``logConfiguration`` in the ``serviceConnectConfiguration``.
687
712
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectaccesslogconfiguration.html}
688
713
  */
689
714
  export type ServiceConnectAccessLogConfiguration = {
715
+ /**
716
+ * The format for Service Connect access log output. Choose TEXT for human-readable logs or JSON for structured data that integrates well with log analysis tools.
717
+ */
690
718
  Format: "TEXT" | "JSON";
719
+ /**
720
+ * Specifies whether to include query parameters in Service Connect access logs.
721
+ When enabled, query parameters from HTTP requests are included in the access logs. Consider security and privacy implications when enabling this feature, as query parameters may contain sensitive information such as request IDs and tokens. By default, this parameter is ``DISABLED``.
722
+ */
691
723
  IncludeQueryParameters?: "DISABLED" | "ENABLED";
692
724
  };
693
725
  /**
@@ -721,6 +753,10 @@ export type ServiceConnectClientAlias = {
721
753
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-serviceconnectconfiguration.html}
722
754
  */
723
755
  export type ServiceConnectConfiguration = {
756
+ /**
757
+ * The configuration for Service Connect access logging. Access logs capture detailed information about requests made to your service, including request patterns, response codes, and timing data. They can be useful for debugging connectivity issues, monitoring service performance, and auditing service-to-service communication for security and compliance purposes.
758
+ To enable access logs, you must also specify a ``logConfiguration`` in the ``serviceConnectConfiguration``.
759
+ */
724
760
  AccessLogConfiguration?: ServiceConnectAccessLogConfiguration;
725
761
  /**
726
762
  * Specifies whether to use Service Connect with this service.
@@ -61,6 +61,10 @@ export type ElasticLoadBalancingV2TargetGroupProperties = {
61
61
  * The tags.
62
62
  */
63
63
  Tags?: Tag[];
64
+ /**
65
+ * The port that the target control agent uses to communicate the available capacity of targets to the load balancer.
66
+ */
67
+ TargetControlPort?: number;
64
68
  /**
65
69
  * The attributes.
66
70
  */
@@ -0,0 +1,130 @@
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::Glue::Integration
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integration.html}
6
+ */
7
+ export type GlueIntegrationProperties = {
8
+ /**
9
+ * An optional set of non-secret key value pairs that contains additional contextual information about the data.
10
+ */
11
+ AdditionalEncryptionContext?: IntegrationAdditionalEncryptionContextMap;
12
+ /**
13
+ * @maxLength `2048`
14
+ */
15
+ DataFilter?: string;
16
+ /**
17
+ * @maxLength `1000`
18
+ */
19
+ Description?: string;
20
+ /**
21
+ * The configuration settings for the integration.
22
+ */
23
+ IntegrationConfig?: IntegrationConfig;
24
+ /**
25
+ * The name of the integration.
26
+ * @minLength `1`
27
+ * @maxLength `128`
28
+ */
29
+ IntegrationName: string;
30
+ /**
31
+ * An KMS key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, the default AWS owned KMS key is used.
32
+ */
33
+ KmsKeyId?: string;
34
+ /**
35
+ * The Amazon Resource Name (ARN) of the database to use as the source for replication
36
+ * @maxLength `512`
37
+ * @pattern `arn:aws:.*:.*:[0-9]+:.*`
38
+ */
39
+ SourceArn: string;
40
+ /**
41
+ * An array of key-value pairs to apply to this resource.
42
+ * @maxLength `50`
43
+ */
44
+ Tags?: Tag[];
45
+ /**
46
+ * The Amazon Resource Name (ARN) of the Glue data warehouse to use as the target for replication
47
+ * @maxLength `512`
48
+ * @pattern `arn:aws:.*:.*:[0-9]+:.*`
49
+ */
50
+ TargetArn: string;
51
+ };
52
+ /**
53
+ * Attribute type definition for `AWS::Glue::Integration`.
54
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integration.html#aws-resource-glue-integration-return-values}
55
+ */
56
+ export type GlueIntegrationAttributes = {
57
+ /**
58
+ * The time (UTC) when the integration was created.
59
+ */
60
+ CreateTime: string;
61
+ /**
62
+ * The Amazon Resource Name (ARN) of the integration.
63
+ * @pattern `arn:aws:.*:.*:[0-9]+:.*`
64
+ */
65
+ IntegrationArn: string;
66
+ /**
67
+ * The status of the integration.
68
+ */
69
+ Status: string;
70
+ };
71
+ /**
72
+ * Type definition for `AWS::Glue::Integration.IntegrationAdditionalEncryptionContextMap`.
73
+ * An optional set of non-secret key value pairs that contains additional contextual information about the data.
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-integration-integrationadditionalencryptioncontextmap.html}
75
+ */
76
+ export type IntegrationAdditionalEncryptionContextMap = Record<string, string>;
77
+ /**
78
+ * Type definition for `AWS::Glue::Integration.IntegrationConfig`.
79
+ * The configuration settings for the integration.
80
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-integration-integrationconfig.html}
81
+ */
82
+ export type IntegrationConfig = {
83
+ /**
84
+ * Enables continuous synchronization for on-demand data extractions.
85
+ */
86
+ ContinuousSync?: boolean;
87
+ /**
88
+ * Specifies the frequency at which CDC (Change Data Capture) pulls or incremental loads should occur.
89
+ * @maxLength `128`
90
+ */
91
+ RefreshInterval?: string;
92
+ /**
93
+ * A collection of key-value pairs that specify additional properties for the integration source.
94
+ */
95
+ SourceProperties?: SourceProperties;
96
+ };
97
+ /**
98
+ * Type definition for `AWS::Glue::Integration.SourceProperties`.
99
+ * A collection of key-value pairs that specify additional properties for the integration source.
100
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-integration-sourceproperties.html}
101
+ */
102
+ export type SourceProperties = Record<string, string>;
103
+ /**
104
+ * Type definition for `AWS::Glue::Integration.Tag`.
105
+ * A key-value pair to associate with a resource.
106
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-glue-integration-tag.html}
107
+ */
108
+ export type Tag = {
109
+ /**
110
+ * 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 -.
111
+ * @minLength `1`
112
+ * @maxLength `128`
113
+ */
114
+ Key: string;
115
+ /**
116
+ * The value for the tag. You can specify a value that is 0 to 256 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 -.
117
+ * @minLength `0`
118
+ * @maxLength `256`
119
+ */
120
+ Value?: string;
121
+ };
122
+ /**
123
+ * Resource Type definition for AWS::Glue::Integration
124
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integration.html}
125
+ */
126
+ export declare class GlueIntegration extends $Resource<"AWS::Glue::Integration", GlueIntegrationProperties, GlueIntegrationAttributes> {
127
+ static readonly Type = "AWS::Glue::Integration";
128
+ constructor(logicalId: string, properties: GlueIntegrationProperties, options?: $ResourceOptions);
129
+ }
130
+ //# sourceMappingURL=AWS-Glue-Integration.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::Glue::Integration
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-integration.html}
5
+ */
6
+ export class GlueIntegration extends $Resource {
7
+ static Type = "AWS::Glue::Integration";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, GlueIntegration.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-Glue-Integration.js.map
@@ -14,6 +14,7 @@ export type LakeFormationDataLakeSettingsProperties = {
14
14
  ExternalDataFilteringAllowList?: ExternalDataFilteringAllowList;
15
15
  MutationType?: string;
16
16
  Parameters?: Record<string, any>;
17
+ ReadOnlyAdmins?: ReadOnlyAdmins;
17
18
  TrustedResourceOwners?: string[];
18
19
  };
19
20
  /**
@@ -43,6 +44,11 @@ export type CreateTableDefaultPermissions = Record<string, any>;
43
44
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-datalakesettings-externaldatafilteringallowlist.html}
44
45
  */
45
46
  export type ExternalDataFilteringAllowList = Record<string, any>;
47
+ /**
48
+ * Type definition for `AWS::LakeFormation::DataLakeSettings.ReadOnlyAdmins`.
49
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lakeformation-datalakesettings-readonlyadmins.html}
50
+ */
51
+ export type ReadOnlyAdmins = Record<string, any>;
46
52
  /**
47
53
  * Resource Type definition for AWS::LakeFormation::DataLakeSettings
48
54
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lakeformation-datalakesettings.html}
@@ -130,6 +130,7 @@ export type LambdaFunctionProperties = {
130
130
  You must have the ``lambda:TagResource``, ``lambda:UntagResource``, and ``lambda:ListTags`` permissions for your [principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html) to manage the CFN stack. If you don't have these permissions, there might be unexpected behavior with stack-level tags propagating to the resource during resource creation and update.
131
131
  */
132
132
  Tags?: Tag[];
133
+ TenancyConfig?: TenancyConfig;
133
134
  /**
134
135
  * The amount of time (in seconds) that Lambda allows a function to run before stopping it. The default is 3 seconds. The maximum allowed value is 900 seconds. For more information, see [Lambda execution environment](https://docs.aws.amazon.com/lambda/latest/dg/runtimes-context.html).
135
136
  * @min `1`
@@ -368,6 +369,16 @@ export type Tag = {
368
369
  */
369
370
  Value?: string;
370
371
  };
372
+ /**
373
+ * Type definition for `AWS::Lambda::Function.TenancyConfig`.
374
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-tenancyconfig.html}
375
+ */
376
+ export type TenancyConfig = {
377
+ /**
378
+ * Determines how your Lambda function isolates execution environments between tenants.
379
+ */
380
+ TenantIsolationMode: "PER_TENANT";
381
+ };
371
382
  /**
372
383
  * Type definition for `AWS::Lambda::Function.TracingConfig`.
373
384
  * The function's [](https://docs.aws.amazon.com/lambda/latest/dg/services-xray.html) tracing configuration. To sample and record incoming requests, set ``Mode`` to ``Active``.
@@ -6,11 +6,26 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchserverless-collection.html}
7
7
  */
8
8
  export type OpenSearchServerlessCollectionProperties = {
9
+ /**
10
+ * The name of the collection group.
11
+
12
+ The name must meet the following criteria:
13
+ Unique to your account and AWS Region
14
+ Starts with a lowercase letter
15
+ Contains only lowercase letters a-z, the numbers 0-9 and the hyphen (-)
16
+ Contains between 3 and 32 characters
17
+
18
+ */
19
+ CollectionGroupName?: string;
9
20
  /**
10
21
  * The description of the collection
11
22
  * @maxLength `1000`
12
23
  */
13
24
  Description?: string;
25
+ /**
26
+ * The configuration to encrypt the collection
27
+ */
28
+ EncryptionConfig?: EncryptionConfig;
14
29
  /**
15
30
  * The name of the collection.
16
31
 
@@ -74,6 +89,21 @@ export type OpenSearchServerlessCollectionAttributes = {
74
89
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-collectiontype.html}
75
90
  */
76
91
  export type CollectionType = "SEARCH" | "TIMESERIES" | "VECTORSEARCH";
92
+ /**
93
+ * Type definition for `AWS::OpenSearchServerless::Collection.EncryptionConfig`.
94
+ * The configuration to encrypt the collection
95
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchserverless-collection-encryptionconfig.html}
96
+ */
97
+ export type EncryptionConfig = {
98
+ /**
99
+ * The configuration to encrypt the collection with AWS owned key
100
+ */
101
+ AWSOwnedKey?: boolean;
102
+ /**
103
+ * The ARN of the KMS key to encrypt the collection with
104
+ */
105
+ KmsKeyArn?: string;
106
+ };
77
107
  /**
78
108
  * Type definition for `AWS::OpenSearchServerless::Collection.StandbyReplicas`.
79
109
  * The possible standby replicas for the collection
@@ -6,6 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html}
7
7
  */
8
8
  export type OpenSearchServiceDomainProperties = {
9
+ AIMLOptions?: AIMLOptions;
9
10
  AccessPolicies?: Record<string, any>;
10
11
  AdvancedOptions?: Record<string, string>;
11
12
  AdvancedSecurityOptions?: AdvancedSecurityOptionsInput;
@@ -84,6 +85,13 @@ export type AdvancedSecurityOptionsInput = {
84
85
  MasterUserOptions?: MasterUserOptions;
85
86
  SAMLOptions?: SAMLOptions;
86
87
  };
88
+ /**
89
+ * Type definition for `AWS::OpenSearchService::Domain.AIMLOptions`.
90
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-aimloptions.html}
91
+ */
92
+ export type AIMLOptions = {
93
+ S3VectorsEngine?: S3VectorsEngine;
94
+ };
87
95
  /**
88
96
  * Type definition for `AWS::OpenSearchService::Domain.ClusterConfig`.
89
97
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-clusterconfig.html}
@@ -266,6 +274,16 @@ export type OffPeakWindowOptions = {
266
274
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-roleskeyidctype.html}
267
275
  */
268
276
  export type RolesKeyIdcType = "GroupName" | "GroupId";
277
+ /**
278
+ * Type definition for `AWS::OpenSearchService::Domain.S3VectorsEngine`.
279
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-s3vectorsengine.html}
280
+ */
281
+ export type S3VectorsEngine = {
282
+ /**
283
+ * Whether to enable S3 vectors engine.
284
+ */
285
+ Enabled: boolean;
286
+ };
269
287
  /**
270
288
  * Type definition for `AWS::OpenSearchService::Domain.SAMLOptions`.
271
289
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-samloptions.html}
@@ -46,14 +46,6 @@ export type CodeStarParameters = {
46
46
  export type ConnectionParameters = {
47
47
  CodeStar?: CodeStarParameters;
48
48
  };
49
- /**
50
- * Type definition for `AWS::ServiceCatalog::CloudFormationProduct.Info`.
51
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-info.html}
52
- */
53
- export type Info = {
54
- ImportFromPhysicalId?: string;
55
- LoadTemplateFromURL?: string;
56
- };
57
49
  /**
58
50
  * Type definition for `AWS::ServiceCatalog::CloudFormationProduct.ProvisioningArtifactProperties`.
59
51
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-servicecatalog-cloudformationproduct-provisioningartifactproperties.html}
@@ -61,7 +53,7 @@ export type Info = {
61
53
  export type ProvisioningArtifactProperties = {
62
54
  Description?: string;
63
55
  DisableTemplateValidation?: boolean;
64
- Info: Info;
56
+ Info: Record<string, any>;
65
57
  Name?: string;
66
58
  Type?: string;
67
59
  };
@@ -0,0 +1,68 @@
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::VpcLattice::DomainVerification`.
5
+ * Creates a Lattice Domain Verification
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-domainverification.html}
7
+ */
8
+ export type VpcLatticeDomainVerificationProperties = {
9
+ /**
10
+ * @minLength `3`
11
+ * @maxLength `255`
12
+ */
13
+ DomainName: string;
14
+ /**
15
+ * @minLength `0`
16
+ * @maxLength `50`
17
+ */
18
+ Tags?: Tag[];
19
+ };
20
+ /**
21
+ * Attribute type definition for `AWS::VpcLattice::DomainVerification`.
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-domainverification.html#aws-resource-vpclattice-domainverification-return-values}
23
+ */
24
+ export type VpcLatticeDomainVerificationAttributes = {
25
+ /**
26
+ * @minLength `20`
27
+ * @maxLength `2048`
28
+ * @pattern `^arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:domainverification/dv-[0-9a-z]{17}$`
29
+ */
30
+ Arn: string;
31
+ /**
32
+ * @minLength `20`
33
+ * @maxLength `2048`
34
+ * @pattern `^((dv-[0-9a-z]{17})|(arn:[a-z0-9\-]+:vpc-lattice:[a-zA-Z0-9\-]+:\d{12}:domainverification/dv-[0-9a-z]{17}))$`
35
+ */
36
+ Id: string;
37
+ Status: "VERIFIED" | "PENDING" | "VERIFICATION_TIMED_OUT";
38
+ TxtMethodConfig: {
39
+ name: string;
40
+ value: string;
41
+ };
42
+ };
43
+ /**
44
+ * Type definition for `AWS::VpcLattice::DomainVerification.Tag`.
45
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-domainverification-tag.html}
46
+ */
47
+ export type Tag = {
48
+ /**
49
+ * @minLength `1`
50
+ * @maxLength `128`
51
+ */
52
+ Key: string;
53
+ /**
54
+ * @minLength `1`
55
+ * @maxLength `256`
56
+ */
57
+ Value?: string;
58
+ };
59
+ /**
60
+ * Resource type definition for `AWS::VpcLattice::DomainVerification`.
61
+ * Creates a Lattice Domain Verification
62
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-domainverification.html}
63
+ */
64
+ export declare class VpcLatticeDomainVerification extends $Resource<"AWS::VpcLattice::DomainVerification", VpcLatticeDomainVerificationProperties, VpcLatticeDomainVerificationAttributes> {
65
+ static readonly Type = "AWS::VpcLattice::DomainVerification";
66
+ constructor(logicalId: string, properties: VpcLatticeDomainVerificationProperties, options?: $ResourceOptions);
67
+ }
68
+ //# sourceMappingURL=AWS-VpcLattice-DomainVerification.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::VpcLattice::DomainVerification`.
4
+ * Creates a Lattice Domain Verification
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-domainverification.html}
6
+ */
7
+ export class VpcLatticeDomainVerification extends $Resource {
8
+ static Type = "AWS::VpcLattice::DomainVerification";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, VpcLatticeDomainVerification.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-VpcLattice-DomainVerification.js.map
@@ -7,6 +7,22 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
7
7
  */
8
8
  export type VpcLatticeResourceConfigurationProperties = {
9
9
  AllowAssociationToSharableServiceNetwork?: boolean;
10
+ /**
11
+ * @minLength `3`
12
+ * @maxLength `255`
13
+ */
14
+ CustomDomainName?: string;
15
+ /**
16
+ * @minLength `20`
17
+ * @maxLength `20`
18
+ * @pattern `^dv-[a-fA-F0-9]{17}$`
19
+ */
20
+ DomainVerificationId?: string;
21
+ /**
22
+ * @minLength `3`
23
+ * @maxLength `255`
24
+ */
25
+ GroupDomain?: string;
10
26
  /**
11
27
  * @minLength `3`
12
28
  * @maxLength `40`
@@ -6,6 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkresourceassociation.html}
7
7
  */
8
8
  export type VpcLatticeServiceNetworkResourceAssociationProperties = {
9
+ PrivateDnsEnabled?: boolean;
9
10
  /**
10
11
  * @minLength `17`
11
12
  * @maxLength `2048`
@@ -6,6 +6,8 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-servicenetworkvpcassociation.html}
7
7
  */
8
8
  export type VpcLatticeServiceNetworkVpcAssociationProperties = {
9
+ DnsOptions?: DnsOptions;
10
+ PrivateDnsEnabled?: boolean;
9
11
  SecurityGroupIds?: string[];
10
12
  /**
11
13
  * @minLength `20`
@@ -69,6 +71,18 @@ export type VpcLatticeServiceNetworkVpcAssociationAttributes = {
69
71
  */
70
72
  VpcId: string;
71
73
  };
74
+ /**
75
+ * Type definition for `AWS::VpcLattice::ServiceNetworkVpcAssociation.DnsOptions`.
76
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkvpcassociation-dnsoptions.html}
77
+ */
78
+ export type DnsOptions = {
79
+ PrivateDnsPreference?: "VERIFIED_DOMAINS_ONLY" | "ALL_DOMAINS" | "VERIFIED_DOMAINS_AND_SPECIFIED_DOMAINS" | "SPECIFIED_DOMAINS_ONLY";
80
+ /**
81
+ * @minLength `1`
82
+ * @maxLength `10`
83
+ */
84
+ PrivateDnsSpecifiedDomains?: string[];
85
+ };
72
86
  /**
73
87
  * Type definition for `AWS::VpcLattice::ServiceNetworkVpcAssociation.Tag`.
74
88
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-servicenetworkvpcassociation-tag.html}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.479",
3
+ "version": "0.1.481",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },