@intentius/chant-lexicon-aws 0.8.1 → 0.9.0

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "algorithm": "sha256",
3
3
  "artifacts": {
4
- "manifest.json": "59fc702d543dd8d24c7377a09f0fda8baa0fa4301d155768ef235c5c09e69a7d",
5
- "meta.json": "a3d3b5d5b061a94bc16391bcc6a159971f8db272f534dbb5dffac298b7fd28c2",
6
- "types/index.d.ts": "1140e4598eb52866f19e5b6afeee6ab0f4e3f6a268e5bcd774ce977d53bb543a",
4
+ "manifest.json": "8cb3a0089b9f33326ae48c05eedaf44ffe7755818f0dbadcd0d2443cfd0fd39d",
5
+ "meta.json": "6afe9a1f561e331dab2fc879bda3c747600dec90996c6bc0c9001f2af51478e1",
6
+ "types/index.d.ts": "4b5d6205c220106bef57925fa9382b842bc40e6c0d57bda4ee4d0cfe0486873e",
7
7
  "rules/hardcoded-region.ts": "5a0eaf7ab391231fe6cd51426ece29539cb4b36f31c8dd060956638fed55722a",
8
8
  "rules/iam-wildcard.ts": "135d7217d278fef50939e605c5da32603ba35674b8c4b5c4d66a06c77903e945",
9
9
  "rules/s3-encryption.ts": "c4f9f8aa8dc382ed98c7b04e820a600590cc75335a8db2e087cbfbfe4003d09e",
@@ -40,5 +40,5 @@
40
40
  "skills/chant-aws.md": "4d65eb160e001f2af42eb7c622a5b498c2fd1f5afbd6c8155615c010fb265c63",
41
41
  "skills/chant-aws-eks.md": "8789255709ff004ad0a875fd5999edcdc66fc6e33d710db058d9f42703bcfdfe"
42
42
  },
43
- "composite": "26f7fc963112cc525a44922fad7e5a4efcabbe2be086f0223d26e3b51821f43a"
43
+ "composite": "86967d784993911bca2cfd0ccbeed8afa0a37b2260abd6d356034094f237b051"
44
44
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "chantVersion": ">=0.1.0",
5
5
  "namespace": "AWS",
6
6
  "intrinsics": [
package/dist/meta.json CHANGED
@@ -33356,7 +33356,8 @@
33356
33356
  "writeOnly": [
33357
33357
  "ServiceConnectConfiguration",
33358
33358
  "VolumeConfigurations",
33359
- "ForceNewDeployment"
33359
+ "ForceNewDeployment",
33360
+ "Monitoring"
33360
33361
  ],
33361
33362
  "primaryIdentifier": [
33362
33363
  "ServiceArn",
@@ -33446,6 +33447,16 @@
33446
33447
  "kind": "property",
33447
33448
  "lexicon": "aws"
33448
33449
  },
33450
+ "EcsService_MetricConfiguration": {
33451
+ "resourceType": "AWS::ECS::Service.MetricConfiguration",
33452
+ "kind": "property",
33453
+ "lexicon": "aws"
33454
+ },
33455
+ "EcsService_MonitoringConfiguration": {
33456
+ "resourceType": "AWS::ECS::Service.MonitoringConfiguration",
33457
+ "kind": "property",
33458
+ "lexicon": "aws"
33459
+ },
33449
33460
  "EcsService_NetworkConfiguration": {
33450
33461
  "resourceType": "AWS::ECS::Service.NetworkConfiguration",
33451
33462
  "kind": "property",
@@ -37871,6 +37882,11 @@
37871
37882
  "kind": "property",
37872
37883
  "lexicon": "aws"
37873
37884
  },
37885
+ "FailoverType": {
37886
+ "resourceType": "AWS::Cognito::UserPoolDomain.FailoverType",
37887
+ "kind": "property",
37888
+ "lexicon": "aws"
37889
+ },
37874
37890
  "FailureConditions": {
37875
37891
  "resourceType": "AWS::CodePipeline::Pipeline.FailureConditions",
37876
37892
  "kind": "property",
@@ -60282,6 +60298,11 @@
60282
60298
  "kind": "property",
60283
60299
  "lexicon": "aws"
60284
60300
  },
60301
+ "MetricConfiguration": {
60302
+ "resourceType": "AWS::ECS::Service.MetricConfiguration",
60303
+ "kind": "property",
60304
+ "lexicon": "aws"
60305
+ },
60285
60306
  "MetricDefinitionObject": {
60286
60307
  "resourceType": "AWS::Evidently::Launch.MetricDefinitionObject",
60287
60308
  "kind": "property",
@@ -79562,6 +79583,9 @@
79562
79583
  ]
79563
79584
  }
79564
79585
  },
79586
+ "createOnly": [
79587
+ "ResourceShareConfiguration/RetainSharingOnAccountLeaveOrganization"
79588
+ ],
79565
79589
  "writeOnly": [
79566
79590
  "PermissionArns",
79567
79591
  "Principals",
@@ -79577,6 +79601,16 @@
79577
79601
  "tagUpdatable": true
79578
79602
  }
79579
79603
  },
79604
+ "ResourceShareConfiguration": {
79605
+ "resourceType": "AWS::RAM::ResourceShare.ResourceShareConfiguration",
79606
+ "kind": "property",
79607
+ "lexicon": "aws"
79608
+ },
79609
+ "ResourceShare_ResourceShareConfiguration": {
79610
+ "resourceType": "AWS::RAM::ResourceShare.ResourceShareConfiguration",
79611
+ "kind": "property",
79612
+ "lexicon": "aws"
79613
+ },
79580
79614
  "ResourceShare_Tag": {
79581
79615
  "resourceType": "AWS::RAM::ResourceShare.Tag",
79582
79616
  "kind": "property",
@@ -81567,6 +81601,11 @@
81567
81601
  "kind": "property",
81568
81602
  "lexicon": "aws"
81569
81603
  },
81604
+ "RoutingType": {
81605
+ "resourceType": "AWS::Cognito::UserPoolDomain.RoutingType",
81606
+ "kind": "property",
81607
+ "lexicon": "aws"
81608
+ },
81570
81609
  "RowFilter": {
81571
81610
  "resourceType": "AWS::LakeFormation::DataCellsFilter.RowFilter",
81572
81611
  "kind": "property",
@@ -94048,10 +94087,10 @@
94048
94087
  "maxLength": 255
94049
94088
  },
94050
94089
  "ContactFlowArn": {
94051
- "pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*$"
94090
+ "pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*(:[a-zA-Z0-9-]+)?$"
94052
94091
  },
94053
94092
  "SelfAssignContactFlowArn": {
94054
- "pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*$"
94093
+ "pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*(:[a-zA-Z0-9-]+)?$"
94055
94094
  }
94056
94095
  },
94057
94096
  "primaryIdentifier": [
@@ -97839,6 +97878,16 @@
97839
97878
  "kind": "property",
97840
97879
  "lexicon": "aws"
97841
97880
  },
97881
+ "UserPoolDomain_FailoverType": {
97882
+ "resourceType": "AWS::Cognito::UserPoolDomain.FailoverType",
97883
+ "kind": "property",
97884
+ "lexicon": "aws"
97885
+ },
97886
+ "UserPoolDomain_RoutingType": {
97887
+ "resourceType": "AWS::Cognito::UserPoolDomain.RoutingType",
97888
+ "kind": "property",
97889
+ "lexicon": "aws"
97890
+ },
97842
97891
  "UserPoolGroup": {
97843
97892
  "resourceType": "AWS::Cognito::UserPoolGroup",
97844
97893
  "kind": "resource",
@@ -11818,6 +11818,7 @@ export declare class EcsService {
11818
11818
  /** A list of load balancer objects to associate with the service. If you specify the ``Role`` property, ``LoadBalancers`` must be specified as well. For information about the number of load balancers that you can specify per service, see [Service Load Balancing](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-load-balancing.html) in the *Amazon Elastic Container Service Developer Guide*.
11819
11819
  To remove this property from your service resource, specify an empty ``LoadBalancer`` array. */
11820
11820
  LoadBalancers?: EcsService_LoadBalancer[];
11821
+ Monitoring?: EcsService_MonitoringConfiguration;
11821
11822
  Name?: string;
11822
11823
  /** The network configuration for the service. This parameter is required for task definitions that use the ``awsvpc`` network mode to receive their own elastic network interface, and it is not supported for other network modes. For more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) in the *Amazon Elastic Container Service Developer Guide*. */
11823
11824
  NetworkConfiguration?: EcsService_NetworkConfiguration;
@@ -28898,6 +28899,8 @@ export declare class ResourceShare {
28898
28899
  Principals?: string[];
28899
28900
  /** Specifies a list of one or more ARNs of the resources to associate with the resource share. */
28900
28901
  ResourceArns?: string[];
28902
+ /** Specifies the configuration for the resource share */
28903
+ ResourceShareConfiguration?: ResourceShare_ResourceShareConfiguration;
28901
28904
  /** Specifies from which source accounts the service principal has access to the resources in this resource share. */
28902
28905
  Sources?: string[];
28903
28906
  /** The current status of the resource share. */
@@ -35552,6 +35555,7 @@ export declare class UserPoolDomain {
35552
35555
  CloudFrontDistribution?: string;
35553
35556
  CustomDomainConfig?: UserPoolDomain_CustomDomainConfigType;
35554
35557
  ManagedLoginVersion?: number;
35558
+ Routing?: UserPoolDomain_RoutingType;
35555
35559
  }, attributes?: CFResourceAttributes);
35556
35560
  readonly CloudFrontDistribution: string;
35557
35561
  }
@@ -65347,6 +65351,19 @@ export declare class EcsService_LogConfiguration {
65347
65351
  });
65348
65352
  }
65349
65353
 
65354
+ export declare class EcsService_MetricConfiguration {
65355
+ constructor(props: {
65356
+ MetricNames: "CPUUtilization" | "MemoryUtilization"[];
65357
+ ResolutionSeconds: 20 | 60;
65358
+ });
65359
+ }
65360
+
65361
+ export declare class EcsService_MonitoringConfiguration {
65362
+ constructor(props: {
65363
+ MetricConfigurations: EcsService_MetricConfiguration[];
65364
+ });
65365
+ }
65366
+
65350
65367
  export declare class EcsService_NetworkConfiguration {
65351
65368
  constructor(props: {
65352
65369
  /** The VPC subnets and security groups that are associated with a task.
@@ -65996,6 +66013,8 @@ export declare class EKSCluster_ResourcesVpcConfig {
65996
66013
  constructor(props: {
65997
66014
  /** Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane. */
65998
66015
  SubnetIds: string[];
66016
+ /** Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking. */
66017
+ ControlPlaneEgressMode?: string;
65999
66018
  /** Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. */
66000
66019
  EndpointPrivateAccess?: boolean;
66001
66020
  /** Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. */
@@ -69655,6 +69674,13 @@ export declare class FailoverCondition {
69655
69674
  });
69656
69675
  }
69657
69676
 
69677
+ export declare class FailoverType {
69678
+ constructor(props: {
69679
+ PrimaryRoute53HealthCheckId: string;
69680
+ SecondaryRegion: string;
69681
+ });
69682
+ }
69683
+
69658
69684
  export declare class FailureConditions {
69659
69685
  constructor(props: {
69660
69686
  Conditions?: CodePipelinePipeline_Condition[];
@@ -83036,6 +83062,8 @@ export declare class LayerVersion_Content {
83036
83062
  S3Bucket: string;
83037
83063
  /** The Amazon S3 key of the layer archive. */
83038
83064
  S3Key: string;
83065
+ /** Specifies whether Lambda should copy the deployment package to its internal storage (COPY) or reference it directly from your S3 bucket (REFERENCE). */
83066
+ S3ObjectStorageMode?: "COPY" | "REFERENCE";
83039
83067
  /** For versioned objects, the version of the layer archive object to use. */
83040
83068
  S3ObjectVersion?: string;
83041
83069
  });
@@ -88745,6 +88773,13 @@ export declare class MetricCharacteristics {
88745
88773
  });
88746
88774
  }
88747
88775
 
88776
+ export declare class MetricConfiguration {
88777
+ constructor(props: {
88778
+ MetricNames: "CPUUtilization" | "MemoryUtilization"[];
88779
+ ResolutionSeconds: 20 | 60;
88780
+ });
88781
+ }
88782
+
88748
88783
  export declare class MetricDefinitionObject {
88749
88784
  constructor(props: {
88750
88785
  /** The JSON path to reference the entity id in the event. */
@@ -104171,6 +104206,15 @@ export declare class ResourceServerScopeType {
104171
104206
  });
104172
104207
  }
104173
104208
 
104209
+ export declare class ResourceShare_ResourceShareConfiguration {
104210
+ constructor(props: {
104211
+ /** The resource share restricts access to an account */
104212
+ ExclusiveAccountAccess?: boolean;
104213
+ /** Specifies whether the consumer account retains access to the resource share after leaving the organization. */
104214
+ RetainSharingOnAccountLeaveOrganization?: boolean;
104215
+ });
104216
+ }
104217
+
104174
104218
  export declare class ResourceShare_Tag {
104175
104219
  constructor(props: {
104176
104220
  /** 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 -. */
@@ -104180,6 +104224,15 @@ export declare class ResourceShare_Tag {
104180
104224
  });
104181
104225
  }
104182
104226
 
104227
+ export declare class ResourceShareConfiguration {
104228
+ constructor(props: {
104229
+ /** The resource share restricts access to an account */
104230
+ ExclusiveAccountAccess?: boolean;
104231
+ /** Specifies whether the consumer account retains access to the resource share after leaving the organization. */
104232
+ RetainSharingOnAccountLeaveOrganization?: boolean;
104233
+ });
104234
+ }
104235
+
104183
104236
  export declare class ResourceStatementRequest {
104184
104237
  constructor(props: {
104185
104238
  Resources?: string[];
@@ -104191,6 +104244,8 @@ export declare class ResourcesVpcConfig {
104191
104244
  constructor(props: {
104192
104245
  /** Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane. */
104193
104246
  SubnetIds: string[];
104247
+ /** Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking. */
104248
+ ControlPlaneEgressMode?: string;
104194
104249
  /** Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. */
104195
104250
  EndpointPrivateAccess?: boolean;
104196
104251
  /** Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. */
@@ -105367,6 +105422,12 @@ export declare class RoutingStrategy {
105367
105422
  });
105368
105423
  }
105369
105424
 
105425
+ export declare class RoutingType {
105426
+ constructor(props: {
105427
+ Failover?: UserPoolDomain_FailoverType;
105428
+ });
105429
+ }
105430
+
105370
105431
  export declare class RowFilter {
105371
105432
  constructor(props: {
105372
105433
  /** An empty object representing a row wildcard. */
@@ -118514,6 +118575,19 @@ export declare class UserPoolDomain_CustomDomainConfigType {
118514
118575
  });
118515
118576
  }
118516
118577
 
118578
+ export declare class UserPoolDomain_FailoverType {
118579
+ constructor(props: {
118580
+ PrimaryRoute53HealthCheckId: string;
118581
+ SecondaryRegion: string;
118582
+ });
118583
+ }
118584
+
118585
+ export declare class UserPoolDomain_RoutingType {
118586
+ constructor(props: {
118587
+ Failover?: UserPoolDomain_FailoverType;
118588
+ });
118589
+ }
118590
+
118517
118591
  export declare class UserPoolResourceServer_ResourceServerScopeType {
118518
118592
  constructor(props: {
118519
118593
  ScopeDescription: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intentius/chant-lexicon-aws",
3
- "version": "0.8.1",
3
+ "version": "0.9.0",
4
4
  "description": "AWS CloudFormation lexicon for chant — declarative IaC in TypeScript",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://intentius.io/chant",
@@ -70,6 +70,6 @@
70
70
  "typescript": "^5.9.3"
71
71
  },
72
72
  "peerDependencies": {
73
- "@intentius/chant": "^0.8.1"
73
+ "@intentius/chant": "^0.9.0"
74
74
  }
75
75
  }
@@ -11818,6 +11818,7 @@ export declare class EcsService {
11818
11818
  /** A list of load balancer objects to associate with the service. If you specify the ``Role`` property, ``LoadBalancers`` must be specified as well. For information about the number of load balancers that you can specify per service, see [Service Load Balancing](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-load-balancing.html) in the *Amazon Elastic Container Service Developer Guide*.
11819
11819
  To remove this property from your service resource, specify an empty ``LoadBalancer`` array. */
11820
11820
  LoadBalancers?: EcsService_LoadBalancer[];
11821
+ Monitoring?: EcsService_MonitoringConfiguration;
11821
11822
  Name?: string;
11822
11823
  /** The network configuration for the service. This parameter is required for task definitions that use the ``awsvpc`` network mode to receive their own elastic network interface, and it is not supported for other network modes. For more information, see [Task Networking](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-networking.html) in the *Amazon Elastic Container Service Developer Guide*. */
11823
11824
  NetworkConfiguration?: EcsService_NetworkConfiguration;
@@ -28898,6 +28899,8 @@ export declare class ResourceShare {
28898
28899
  Principals?: string[];
28899
28900
  /** Specifies a list of one or more ARNs of the resources to associate with the resource share. */
28900
28901
  ResourceArns?: string[];
28902
+ /** Specifies the configuration for the resource share */
28903
+ ResourceShareConfiguration?: ResourceShare_ResourceShareConfiguration;
28901
28904
  /** Specifies from which source accounts the service principal has access to the resources in this resource share. */
28902
28905
  Sources?: string[];
28903
28906
  /** The current status of the resource share. */
@@ -35552,6 +35555,7 @@ export declare class UserPoolDomain {
35552
35555
  CloudFrontDistribution?: string;
35553
35556
  CustomDomainConfig?: UserPoolDomain_CustomDomainConfigType;
35554
35557
  ManagedLoginVersion?: number;
35558
+ Routing?: UserPoolDomain_RoutingType;
35555
35559
  }, attributes?: CFResourceAttributes);
35556
35560
  readonly CloudFrontDistribution: string;
35557
35561
  }
@@ -65347,6 +65351,19 @@ export declare class EcsService_LogConfiguration {
65347
65351
  });
65348
65352
  }
65349
65353
 
65354
+ export declare class EcsService_MetricConfiguration {
65355
+ constructor(props: {
65356
+ MetricNames: "CPUUtilization" | "MemoryUtilization"[];
65357
+ ResolutionSeconds: 20 | 60;
65358
+ });
65359
+ }
65360
+
65361
+ export declare class EcsService_MonitoringConfiguration {
65362
+ constructor(props: {
65363
+ MetricConfigurations: EcsService_MetricConfiguration[];
65364
+ });
65365
+ }
65366
+
65350
65367
  export declare class EcsService_NetworkConfiguration {
65351
65368
  constructor(props: {
65352
65369
  /** The VPC subnets and security groups that are associated with a task.
@@ -65996,6 +66013,8 @@ export declare class EKSCluster_ResourcesVpcConfig {
65996
66013
  constructor(props: {
65997
66014
  /** Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane. */
65998
66015
  SubnetIds: string[];
66016
+ /** Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking. */
66017
+ ControlPlaneEgressMode?: string;
65999
66018
  /** Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. */
66000
66019
  EndpointPrivateAccess?: boolean;
66001
66020
  /** Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. */
@@ -69655,6 +69674,13 @@ export declare class FailoverCondition {
69655
69674
  });
69656
69675
  }
69657
69676
 
69677
+ export declare class FailoverType {
69678
+ constructor(props: {
69679
+ PrimaryRoute53HealthCheckId: string;
69680
+ SecondaryRegion: string;
69681
+ });
69682
+ }
69683
+
69658
69684
  export declare class FailureConditions {
69659
69685
  constructor(props: {
69660
69686
  Conditions?: CodePipelinePipeline_Condition[];
@@ -83036,6 +83062,8 @@ export declare class LayerVersion_Content {
83036
83062
  S3Bucket: string;
83037
83063
  /** The Amazon S3 key of the layer archive. */
83038
83064
  S3Key: string;
83065
+ /** Specifies whether Lambda should copy the deployment package to its internal storage (COPY) or reference it directly from your S3 bucket (REFERENCE). */
83066
+ S3ObjectStorageMode?: "COPY" | "REFERENCE";
83039
83067
  /** For versioned objects, the version of the layer archive object to use. */
83040
83068
  S3ObjectVersion?: string;
83041
83069
  });
@@ -88745,6 +88773,13 @@ export declare class MetricCharacteristics {
88745
88773
  });
88746
88774
  }
88747
88775
 
88776
+ export declare class MetricConfiguration {
88777
+ constructor(props: {
88778
+ MetricNames: "CPUUtilization" | "MemoryUtilization"[];
88779
+ ResolutionSeconds: 20 | 60;
88780
+ });
88781
+ }
88782
+
88748
88783
  export declare class MetricDefinitionObject {
88749
88784
  constructor(props: {
88750
88785
  /** The JSON path to reference the entity id in the event. */
@@ -104171,6 +104206,15 @@ export declare class ResourceServerScopeType {
104171
104206
  });
104172
104207
  }
104173
104208
 
104209
+ export declare class ResourceShare_ResourceShareConfiguration {
104210
+ constructor(props: {
104211
+ /** The resource share restricts access to an account */
104212
+ ExclusiveAccountAccess?: boolean;
104213
+ /** Specifies whether the consumer account retains access to the resource share after leaving the organization. */
104214
+ RetainSharingOnAccountLeaveOrganization?: boolean;
104215
+ });
104216
+ }
104217
+
104174
104218
  export declare class ResourceShare_Tag {
104175
104219
  constructor(props: {
104176
104220
  /** 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 -. */
@@ -104180,6 +104224,15 @@ export declare class ResourceShare_Tag {
104180
104224
  });
104181
104225
  }
104182
104226
 
104227
+ export declare class ResourceShareConfiguration {
104228
+ constructor(props: {
104229
+ /** The resource share restricts access to an account */
104230
+ ExclusiveAccountAccess?: boolean;
104231
+ /** Specifies whether the consumer account retains access to the resource share after leaving the organization. */
104232
+ RetainSharingOnAccountLeaveOrganization?: boolean;
104233
+ });
104234
+ }
104235
+
104183
104236
  export declare class ResourceStatementRequest {
104184
104237
  constructor(props: {
104185
104238
  Resources?: string[];
@@ -104191,6 +104244,8 @@ export declare class ResourcesVpcConfig {
104191
104244
  constructor(props: {
104192
104245
  /** Specify subnets for your Amazon EKS nodes. Amazon EKS creates cross-account elastic network interfaces in these subnets to allow communication between your nodes and the Kubernetes control plane. */
104193
104246
  SubnetIds: string[];
104247
+ /** Specify the egress mode for the cluster control plane. If you set this to CUSTOMER_ROUTED, the control plane routes traffic through your VPC subnets instead of using AWS managed networking. */
104248
+ ControlPlaneEgressMode?: string;
104194
104249
  /** Set this value to true to enable private access for your cluster's Kubernetes API server endpoint. If you enable private access, Kubernetes API requests from within your cluster's VPC use the private VPC endpoint. The default value for this parameter is false, which disables private access for your Kubernetes API server. If you disable private access and you have nodes or AWS Fargate pods in the cluster, then ensure that publicAccessCidrs includes the necessary CIDR blocks for communication with the nodes or Fargate pods. */
104195
104250
  EndpointPrivateAccess?: boolean;
104196
104251
  /** Set this value to false to disable public access to your cluster's Kubernetes API server endpoint. If you disable public access, your cluster's Kubernetes API server can only receive requests from within the cluster VPC. The default value for this parameter is true, which enables public access for your Kubernetes API server. */
@@ -105367,6 +105422,12 @@ export declare class RoutingStrategy {
105367
105422
  });
105368
105423
  }
105369
105424
 
105425
+ export declare class RoutingType {
105426
+ constructor(props: {
105427
+ Failover?: UserPoolDomain_FailoverType;
105428
+ });
105429
+ }
105430
+
105370
105431
  export declare class RowFilter {
105371
105432
  constructor(props: {
105372
105433
  /** An empty object representing a row wildcard. */
@@ -118514,6 +118575,19 @@ export declare class UserPoolDomain_CustomDomainConfigType {
118514
118575
  });
118515
118576
  }
118516
118577
 
118578
+ export declare class UserPoolDomain_FailoverType {
118579
+ constructor(props: {
118580
+ PrimaryRoute53HealthCheckId: string;
118581
+ SecondaryRegion: string;
118582
+ });
118583
+ }
118584
+
118585
+ export declare class UserPoolDomain_RoutingType {
118586
+ constructor(props: {
118587
+ Failover?: UserPoolDomain_FailoverType;
118588
+ });
118589
+ }
118590
+
118517
118591
  export declare class UserPoolResourceServer_ResourceServerScopeType {
118518
118592
  constructor(props: {
118519
118593
  ScopeDescription: string;
@@ -4382,6 +4382,8 @@ export const EcsService_HookTimeoutConfig = createProperty("AWS::ECS::Service.Ho
4382
4382
  export const EcsService_LinearConfiguration = createProperty("AWS::ECS::Service.LinearConfiguration", "aws");
4383
4383
  export const EcsService_LoadBalancer = createProperty("AWS::ECS::Service.LoadBalancer", "aws");
4384
4384
  export const EcsService_LogConfiguration = createProperty("AWS::ECS::Service.LogConfiguration", "aws");
4385
+ export const EcsService_MetricConfiguration = createProperty("AWS::ECS::Service.MetricConfiguration", "aws");
4386
+ export const EcsService_MonitoringConfiguration = createProperty("AWS::ECS::Service.MonitoringConfiguration", "aws");
4385
4387
  export const EcsService_NetworkConfiguration = createProperty("AWS::ECS::Service.NetworkConfiguration", "aws");
4386
4388
  export const EcsService_PlacementConstraint = createProperty("AWS::ECS::Service.PlacementConstraint", "aws");
4387
4389
  export const EcsService_PlacementStrategy = createProperty("AWS::ECS::Service.PlacementStrategy", "aws");
@@ -4856,6 +4858,7 @@ export const ExternalSourceSetting = createProperty("AWS::Lex::Bot.ExternalSourc
4856
4858
  export const FaceSearchSettings = createProperty("AWS::Rekognition::StreamProcessor.FaceSearchSettings", "aws");
4857
4859
  export const FailedReason = createProperty("AWS::S3Outposts::Endpoint.FailedReason", "aws");
4858
4860
  export const FailoverCondition = createProperty("AWS::MediaLive::Channel.FailoverCondition", "aws");
4861
+ export const FailoverType = createProperty("AWS::Cognito::UserPoolDomain.FailoverType", "aws");
4859
4862
  export const FailureConditions = createProperty("AWS::CodePipeline::Pipeline.FailureConditions", "aws");
4860
4863
  export const FailurePolicy = createProperty("AWS::ResilienceHub::ResiliencyPolicy.FailurePolicy", "aws");
4861
4864
  export const FairsharePolicy = createProperty("AWS::Batch::SchedulingPolicy.FairsharePolicy", "aws");
@@ -6856,6 +6859,7 @@ export const Method_IntegrationResponse = createProperty("AWS::ApiGateway::Metho
6856
6859
  export const Method_MethodResponse = createProperty("AWS::ApiGateway::Method.MethodResponse", "aws");
6857
6860
  export const MethodResponse = createProperty("AWS::ApiGateway::Method.MethodResponse", "aws");
6858
6861
  export const MetricCharacteristics = createProperty("AWS::CloudWatch::AnomalyDetector.MetricCharacteristics", "aws");
6862
+ export const MetricConfiguration = createProperty("AWS::ECS::Service.MetricConfiguration", "aws");
6859
6863
  export const MetricDefinitionObject = createProperty("AWS::Evidently::Launch.MetricDefinitionObject", "aws");
6860
6864
  export const MetricDestination = createProperty("AWS::RUM::AppMonitor.MetricDestination", "aws");
6861
6865
  export const MetricFilter_Dimension = createProperty("AWS::Logs::MetricFilter.Dimension", "aws");
@@ -8511,7 +8515,9 @@ export const ResourceParameters = createProperty("AWS::Events::Connection.Resour
8511
8515
  export const ResourceQuery = createProperty("AWS::ResourceGroups::Group.ResourceQuery", "aws");
8512
8516
  export const ResourceRetentionPolicy = createProperty("AWS::Batch::JobDefinition.ResourceRetentionPolicy", "aws");
8513
8517
  export const ResourceServerScopeType = createProperty("AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType", "aws");
8518
+ export const ResourceShare_ResourceShareConfiguration = createProperty("AWS::RAM::ResourceShare.ResourceShareConfiguration", "aws");
8514
8519
  export const ResourceShare_Tag = createProperty("AWS::RAM::ResourceShare.Tag", "aws");
8520
+ export const ResourceShareConfiguration = createProperty("AWS::RAM::ResourceShare.ResourceShareConfiguration", "aws");
8515
8521
  export const ResourceStatementRequest = createProperty("AWS::EC2::NetworkInsightsAccessScope.ResourceStatementRequest", "aws");
8516
8522
  export const ResourcesVpcConfig = createProperty("AWS::EKS::Cluster.ResourcesVpcConfig", "aws");
8517
8523
  export const ResourceTagParameter = createProperty("AWS::DataZone::ProjectProfile.ResourceTagParameter", "aws");
@@ -8641,6 +8647,7 @@ export const RoutingRule_MatchHeaders = createProperty("AWS::ApiGatewayV2::Routi
8641
8647
  export const RoutingRule_MatchHeaderValue = createProperty("AWS::ApiGatewayV2::RoutingRule.MatchHeaderValue", "aws");
8642
8648
  export const RoutingRuleCondition = createProperty("AWS::S3::Bucket.RoutingRuleCondition", "aws");
8643
8649
  export const RoutingStrategy = createProperty("AWS::GameLift::Alias.RoutingStrategy", "aws");
8650
+ export const RoutingType = createProperty("AWS::Cognito::UserPoolDomain.RoutingType", "aws");
8644
8651
  export const RowFilter = createProperty("AWS::LakeFormation::DataCellsFilter.RowFilter", "aws");
8645
8652
  export const RowLevelPermissionDataSet = createProperty("AWS::QuickSight::DataSet.RowLevelPermissionDataSet", "aws");
8646
8653
  export const RowLevelPermissionTagConfiguration = createProperty("AWS::QuickSight::DataSet.RowLevelPermissionTagConfiguration", "aws");
@@ -9982,6 +9989,8 @@ export const UserPoolClient_RefreshTokenRotation = createProperty("AWS::Cognito:
9982
9989
  export const UserPoolClient_TokenValidityUnits = createProperty("AWS::Cognito::UserPoolClient.TokenValidityUnits", "aws");
9983
9990
  export const UserPoolConfig = createProperty("AWS::AppSync::GraphQLApi.UserPoolConfig", "aws");
9984
9991
  export const UserPoolDomain_CustomDomainConfigType = createProperty("AWS::Cognito::UserPoolDomain.CustomDomainConfigType", "aws");
9992
+ export const UserPoolDomain_FailoverType = createProperty("AWS::Cognito::UserPoolDomain.FailoverType", "aws");
9993
+ export const UserPoolDomain_RoutingType = createProperty("AWS::Cognito::UserPoolDomain.RoutingType", "aws");
9985
9994
  export const UserPoolResourceServer_ResourceServerScopeType = createProperty("AWS::Cognito::UserPoolResourceServer.ResourceServerScopeType", "aws");
9986
9995
  export const UserPoolRiskConfigurationAttachment_AccountTakeoverActionsType = createProperty("AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverActionsType", "aws");
9987
9996
  export const UserPoolRiskConfigurationAttachment_AccountTakeoverActionType = createProperty("AWS::Cognito::UserPoolRiskConfigurationAttachment.AccountTakeoverActionType", "aws");
@@ -33356,7 +33356,8 @@
33356
33356
  "writeOnly": [
33357
33357
  "ServiceConnectConfiguration",
33358
33358
  "VolumeConfigurations",
33359
- "ForceNewDeployment"
33359
+ "ForceNewDeployment",
33360
+ "Monitoring"
33360
33361
  ],
33361
33362
  "primaryIdentifier": [
33362
33363
  "ServiceArn",
@@ -33446,6 +33447,16 @@
33446
33447
  "kind": "property",
33447
33448
  "lexicon": "aws"
33448
33449
  },
33450
+ "EcsService_MetricConfiguration": {
33451
+ "resourceType": "AWS::ECS::Service.MetricConfiguration",
33452
+ "kind": "property",
33453
+ "lexicon": "aws"
33454
+ },
33455
+ "EcsService_MonitoringConfiguration": {
33456
+ "resourceType": "AWS::ECS::Service.MonitoringConfiguration",
33457
+ "kind": "property",
33458
+ "lexicon": "aws"
33459
+ },
33449
33460
  "EcsService_NetworkConfiguration": {
33450
33461
  "resourceType": "AWS::ECS::Service.NetworkConfiguration",
33451
33462
  "kind": "property",
@@ -37871,6 +37882,11 @@
37871
37882
  "kind": "property",
37872
37883
  "lexicon": "aws"
37873
37884
  },
37885
+ "FailoverType": {
37886
+ "resourceType": "AWS::Cognito::UserPoolDomain.FailoverType",
37887
+ "kind": "property",
37888
+ "lexicon": "aws"
37889
+ },
37874
37890
  "FailureConditions": {
37875
37891
  "resourceType": "AWS::CodePipeline::Pipeline.FailureConditions",
37876
37892
  "kind": "property",
@@ -60282,6 +60298,11 @@
60282
60298
  "kind": "property",
60283
60299
  "lexicon": "aws"
60284
60300
  },
60301
+ "MetricConfiguration": {
60302
+ "resourceType": "AWS::ECS::Service.MetricConfiguration",
60303
+ "kind": "property",
60304
+ "lexicon": "aws"
60305
+ },
60285
60306
  "MetricDefinitionObject": {
60286
60307
  "resourceType": "AWS::Evidently::Launch.MetricDefinitionObject",
60287
60308
  "kind": "property",
@@ -79562,6 +79583,9 @@
79562
79583
  ]
79563
79584
  }
79564
79585
  },
79586
+ "createOnly": [
79587
+ "ResourceShareConfiguration/RetainSharingOnAccountLeaveOrganization"
79588
+ ],
79565
79589
  "writeOnly": [
79566
79590
  "PermissionArns",
79567
79591
  "Principals",
@@ -79577,6 +79601,16 @@
79577
79601
  "tagUpdatable": true
79578
79602
  }
79579
79603
  },
79604
+ "ResourceShareConfiguration": {
79605
+ "resourceType": "AWS::RAM::ResourceShare.ResourceShareConfiguration",
79606
+ "kind": "property",
79607
+ "lexicon": "aws"
79608
+ },
79609
+ "ResourceShare_ResourceShareConfiguration": {
79610
+ "resourceType": "AWS::RAM::ResourceShare.ResourceShareConfiguration",
79611
+ "kind": "property",
79612
+ "lexicon": "aws"
79613
+ },
79580
79614
  "ResourceShare_Tag": {
79581
79615
  "resourceType": "AWS::RAM::ResourceShare.Tag",
79582
79616
  "kind": "property",
@@ -81567,6 +81601,11 @@
81567
81601
  "kind": "property",
81568
81602
  "lexicon": "aws"
81569
81603
  },
81604
+ "RoutingType": {
81605
+ "resourceType": "AWS::Cognito::UserPoolDomain.RoutingType",
81606
+ "kind": "property",
81607
+ "lexicon": "aws"
81608
+ },
81570
81609
  "RowFilter": {
81571
81610
  "resourceType": "AWS::LakeFormation::DataCellsFilter.RowFilter",
81572
81611
  "kind": "property",
@@ -94048,10 +94087,10 @@
94048
94087
  "maxLength": 255
94049
94088
  },
94050
94089
  "ContactFlowArn": {
94051
- "pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*$"
94090
+ "pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*(:[a-zA-Z0-9-]+)?$"
94052
94091
  },
94053
94092
  "SelfAssignContactFlowArn": {
94054
- "pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*$"
94093
+ "pattern": "^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]*/contact-flow/[-a-zA-Z0-9]*(:[a-zA-Z0-9-]+)?$"
94055
94094
  }
94056
94095
  },
94057
94096
  "primaryIdentifier": [
@@ -97839,6 +97878,16 @@
97839
97878
  "kind": "property",
97840
97879
  "lexicon": "aws"
97841
97880
  },
97881
+ "UserPoolDomain_FailoverType": {
97882
+ "resourceType": "AWS::Cognito::UserPoolDomain.FailoverType",
97883
+ "kind": "property",
97884
+ "lexicon": "aws"
97885
+ },
97886
+ "UserPoolDomain_RoutingType": {
97887
+ "resourceType": "AWS::Cognito::UserPoolDomain.RoutingType",
97888
+ "kind": "property",
97889
+ "lexicon": "aws"
97890
+ },
97842
97891
  "UserPoolGroup": {
97843
97892
  "resourceType": "AWS::Cognito::UserPoolGroup",
97844
97893
  "kind": "resource",