@awboost/cfn-resource-types 0.1.315 → 0.1.317

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.
@@ -69,7 +69,7 @@ export type CustomActionAttachmentCriteria = {
69
69
  Operator: CustomActionAttachmentCriteriaOperator;
70
70
  /**
71
71
  * @minLength `0`
72
- * @maxLength `50`
72
+ * @maxLength `1024`
73
73
  */
74
74
  Value?: string;
75
75
  VariableName: string;
@@ -0,0 +1,44 @@
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::CloudFront::ConnectionGroup
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-connectiongroup.html}
6
+ */
7
+ export type CloudFrontConnectionGroupProperties = {
8
+ AnycastIpListId?: string;
9
+ Enabled?: boolean;
10
+ Ipv6Enabled?: boolean;
11
+ Name: string;
12
+ Tags?: Tag[];
13
+ };
14
+ /**
15
+ * Attribute type definition for `AWS::CloudFront::ConnectionGroup`.
16
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-connectiongroup.html#aws-resource-cloudfront-connectiongroup-return-values}
17
+ */
18
+ export type CloudFrontConnectionGroupAttributes = {
19
+ Arn: string;
20
+ CreatedTime: string;
21
+ ETag: string;
22
+ Id: string;
23
+ IsDefault: boolean;
24
+ LastModifiedTime: string;
25
+ RoutingEndpoint: string;
26
+ Status: string;
27
+ };
28
+ /**
29
+ * Type definition for `AWS::CloudFront::ConnectionGroup.Tag`.
30
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-connectiongroup-tag.html}
31
+ */
32
+ export type Tag = {
33
+ Key: string;
34
+ Value: string;
35
+ };
36
+ /**
37
+ * Resource Type definition for AWS::CloudFront::ConnectionGroup
38
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-connectiongroup.html}
39
+ */
40
+ export declare class CloudFrontConnectionGroup extends $Resource<"AWS::CloudFront::ConnectionGroup", CloudFrontConnectionGroupProperties, CloudFrontConnectionGroupAttributes> {
41
+ static readonly Type = "AWS::CloudFront::ConnectionGroup";
42
+ constructor(logicalId: string, properties: CloudFrontConnectionGroupProperties, options?: $ResourceOptions);
43
+ }
44
+ //# sourceMappingURL=AWS-CloudFront-ConnectionGroup.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::CloudFront::ConnectionGroup
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-connectiongroup.html}
5
+ */
6
+ export class CloudFrontConnectionGroup extends $Resource {
7
+ static Type = "AWS::CloudFront::ConnectionGroup";
8
+ constructor(logicalId, properties, options) {
9
+ super(logicalId, CloudFrontConnectionGroup.Type, properties, options);
10
+ }
11
+ }
12
+ //# sourceMappingURL=AWS-CloudFront-ConnectionGroup.js.map
@@ -150,6 +150,11 @@ export type CacheBehavior = {
150
150
  */
151
151
  ViewerProtocolPolicy: string;
152
152
  };
153
+ /**
154
+ * Type definition for `AWS::CloudFront::Distribution.ConnectionMode`.
155
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-connectionmode.html}
156
+ */
157
+ export type ConnectionMode = "direct" | "tenant-only";
153
158
  /**
154
159
  * Type definition for `AWS::CloudFront::Distribution.Cookies`.
155
160
  * This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.
@@ -393,6 +398,7 @@ export type DistributionConfig = {
393
398
  * A comment to describe the distribution. The comment cannot be longer than 128 characters.
394
399
  */
395
400
  Comment?: string;
401
+ ConnectionMode?: ConnectionMode;
396
402
  /**
397
403
  * The identifier of a continuous deployment policy. For more information, see ``CreateContinuousDeploymentPolicy``.
398
404
  */
@@ -478,6 +484,9 @@ export type DistributionConfig = {
478
484
  * A Boolean that indicates whether this is a staging distribution. When this value is ``true``, this is a staging distribution. When this value is ``false``, this is not a staging distribution.
479
485
  */
480
486
  Staging?: boolean;
487
+ TenantConfig?: {
488
+ ParameterDefinitions?: ParameterDefinition[];
489
+ };
481
490
  /**
482
491
  * A complex type that determines the distribution's SSL/TLS configuration for communicating with viewers.
483
492
  */
@@ -856,6 +865,20 @@ export type OriginShield = {
856
865
  */
857
866
  OriginShieldRegion?: string;
858
867
  };
868
+ /**
869
+ * Type definition for `AWS::CloudFront::Distribution.ParameterDefinition`.
870
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-parameterdefinition.html}
871
+ */
872
+ export type ParameterDefinition = {
873
+ Definition: {
874
+ StringSchema?: {
875
+ Comment?: string;
876
+ DefaultValue?: string;
877
+ Required: boolean;
878
+ };
879
+ };
880
+ Name: string;
881
+ };
859
882
  /**
860
883
  * Type definition for `AWS::CloudFront::Distribution.Restrictions`.
861
884
  * A complex type that identifies ways in which you want to restrict distribution of your content.
@@ -160,7 +160,7 @@ export type RedshiftClusterProperties = {
160
160
  */
161
161
  NamespaceResourcePolicy?: Record<string, any>;
162
162
  /**
163
- * The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.4xlarge | ra3.16xlarge
163
+ * The node type to be provisioned for the cluster.Valid Values: ds2.xlarge | ds2.8xlarge | dc1.large | dc1.8xlarge | dc2.large | dc2.8xlarge | ra3.large | ra3.4xlarge | ra3.16xlarge
164
164
  */
165
165
  NodeType: string;
166
166
  /**
@@ -55,7 +55,7 @@ export type WisdomAIPromptAttributes = {
55
55
  * Type definition for `AWS::Wisdom::AIPrompt.AIPromptAPIFormat`.
56
56
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aipromptapiformat.html}
57
57
  */
58
- export type AIPromptAPIFormat = "ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS";
58
+ export type AIPromptAPIFormat = "ANTHROPIC_CLAUDE_MESSAGES" | "ANTHROPIC_CLAUDE_TEXT_COMPLETIONS" | "MESSAGES" | "TEXT_COMPLETIONS";
59
59
  /**
60
60
  * Type definition for `AWS::Wisdom::AIPrompt.AIPromptTemplateConfiguration`.
61
61
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wisdom-aiprompt-aiprompttemplateconfiguration.html}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awboost/cfn-resource-types",
3
- "version": "0.1.315",
3
+ "version": "0.1.317",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },