@propulsionworks/cloudformation 0.1.40 → 0.1.41

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/out/exports/resources.generated/aws-arcregionswitch-plan.d.ts +94 -1
  2. package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +18 -0
  3. package/out/exports/resources.generated/aws-cases-caserule.d.ts +24 -24
  4. package/out/exports/resources.generated/aws-cases-domain.d.ts +10 -6
  5. package/out/exports/resources.generated/aws-cases-field.d.ts +10 -10
  6. package/out/exports/resources.generated/aws-cases-layout.d.ts +30 -20
  7. package/out/exports/resources.generated/aws-cases-template.d.ts +32 -18
  8. package/out/exports/resources.generated/aws-connect-contactflowmodule.d.ts +2 -2
  9. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +2 -0
  10. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +3 -1
  11. package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +3 -1
  12. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +10 -0
  13. package/out/exports/resources.generated/aws-ecs-expressgatewayservice.d.ts +12 -0
  14. package/out/exports/resources.generated/aws-groundstation-dataflowendpointgroupv2.d.ts +42 -27
  15. package/out/exports/resources.generated/aws-iot-topicrule.d.ts +25 -0
  16. package/out/exports/resources.generated/aws-kafkaconnect-connector.d.ts +1 -1
  17. package/out/exports/resources.generated/aws-lex-bot.d.ts +6 -0
  18. package/out/exports/resources.generated/aws-logs-loggroup.d.ts +1 -0
  19. package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +42 -0
  20. package/out/exports/resources.generated/aws-observabilityadmin-s3tableintegration.d.ts +10 -10
  21. package/out/exports/resources.generated/aws-observabilityadmin-telemetrypipelines.d.ts +20 -3
  22. package/out/exports/resources.generated/aws-odb-odbpeeringconnection.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +15 -2
  24. package/out/exports/resources.generated/aws-securityhub-connectorv2.d.ts +5 -5
  25. package/out/exports/resources.generated/aws-ses-multiregionendpoint.d.ts +1 -1
  26. package/out/exports/resources.generated/aws-ses-tenant.d.ts +11 -7
  27. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +1 -1
  28. package/out/exports/resources.generated/aws-workspacesweb-usersettings.d.ts +1 -0
  29. package/package.json +1 -1
@@ -5103,6 +5103,7 @@ export type FreeFormLayoutElement = {
5103
5103
  */
5104
5104
  BackgroundStyle?: FreeFormLayoutElementBackgroundStyle | undefined;
5105
5105
  /**
5106
+ * The border radius of a free-form layout element.
5106
5107
  * @minLength 0
5107
5108
  * @maxLength 50
5108
5109
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-freeformlayoutelement.html#cfn-quicksight-dashboard-freeformlayoutelement-borderradius}
@@ -5137,6 +5138,7 @@ export type FreeFormLayoutElement = {
5137
5138
  */
5138
5139
  LoadingAnimation?: LoadingAnimation | undefined;
5139
5140
  /**
5141
+ * The padding of a free-form layout element.
5140
5142
  * @minLength 0
5141
5143
  * @maxLength 200
5142
5144
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-freeformlayoutelement.html#cfn-quicksight-dashboard-freeformlayoutelement-padding}
@@ -5207,7 +5209,7 @@ export type FreeFormLayoutElementBorderStyle = {
5207
5209
  */
5208
5210
  Visibility?: Visibility | undefined;
5209
5211
  /**
5210
- * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
5212
+ * The border width of a free-form layout element.
5211
5213
  * @minLength 0
5212
5214
  * @maxLength 50
5213
5215
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-freeformlayoutelementborderstyle.html#cfn-quicksight-dashboard-freeformlayoutelementborderstyle-width}
@@ -6491,16 +6493,19 @@ export type GridLayoutConfiguration = {
6491
6493
  */
6492
6494
  export type GridLayoutElement = {
6493
6495
  /**
6496
+ * The background style configuration of a grid layout element.
6494
6497
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-backgroundstyle}
6495
6498
  */
6496
6499
  BackgroundStyle?: GridLayoutElementBackgroundStyle | undefined;
6497
6500
  /**
6501
+ * The border radius of a grid layout element.
6498
6502
  * @minLength 0
6499
6503
  * @maxLength 50
6500
6504
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-borderradius}
6501
6505
  */
6502
6506
  BorderRadius?: string | undefined;
6503
6507
  /**
6508
+ * The border style configuration of a grid layout element.
6504
6509
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-borderstyle}
6505
6510
  */
6506
6511
  BorderStyle?: GridLayoutElementBorderStyle | undefined;
@@ -6536,6 +6541,7 @@ export type GridLayoutElement = {
6536
6541
  */
6537
6542
  LoadingAnimation?: LoadingAnimation | undefined;
6538
6543
  /**
6544
+ * The padding of a grid layout element.
6539
6545
  * @minLength 0
6540
6546
  * @maxLength 200
6541
6547
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-padding}
@@ -6556,39 +6562,46 @@ export type GridLayoutElement = {
6556
6562
  */
6557
6563
  RowSpan: number;
6558
6564
  /**
6565
+ * The border style configuration of a grid layout element. This border style is used when the element is selected.
6559
6566
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelement.html#cfn-quicksight-dashboard-gridlayoutelement-selectedborderstyle}
6560
6567
  */
6561
6568
  SelectedBorderStyle?: GridLayoutElementBorderStyle | undefined;
6562
6569
  };
6563
6570
  /**
6571
+ * The background style configuration of a grid layout element.
6564
6572
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html}
6565
6573
  */
6566
6574
  export type GridLayoutElementBackgroundStyle = {
6567
6575
  /**
6576
+ * The background color of a grid layout element.
6568
6577
  * @pattern ^#[A-F0-9]{6}(?:[A-F0-9]{2})?$
6569
6578
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html#cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-color}
6570
6579
  */
6571
6580
  Color?: string | undefined;
6572
6581
  /**
6582
+ * The background visibility of a grid layout element.
6573
6583
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementbackgroundstyle.html#cfn-quicksight-dashboard-gridlayoutelementbackgroundstyle-visibility}
6574
6584
  */
6575
6585
  Visibility?: Visibility | undefined;
6576
6586
  };
6577
6587
  /**
6588
+ * The border style configuration of a grid layout element.
6578
6589
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html}
6579
6590
  */
6580
6591
  export type GridLayoutElementBorderStyle = {
6581
6592
  /**
6593
+ * The border color of a grid layout element.
6582
6594
  * @pattern ^#[A-F0-9]{6}(?:[A-F0-9]{2})?$
6583
6595
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-color}
6584
6596
  */
6585
6597
  Color?: string | undefined;
6586
6598
  /**
6599
+ * The border visibility of a grid layout element.
6587
6600
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-visibility}
6588
6601
  */
6589
6602
  Visibility?: Visibility | undefined;
6590
6603
  /**
6591
- * String to encapsulate the most generic way Width can be formatted with whatever units (px, em etc)
6604
+ * The border width of a grid layout element.
6592
6605
  * @minLength 0
6593
6606
  * @maxLength 50
6594
6607
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutelementborderstyle.html#cfn-quicksight-dashboard-gridlayoutelementborderstyle-width}
@@ -87,12 +87,12 @@ export type SecurityHubConnectorV2Attribs = {
87
87
  Message: string;
88
88
  };
89
89
  /**
90
- * The initial configuration settings required to establish an integration between Security Hub and Jira Cloud
90
+ * The initial configuration settings required to establish an integration between Security Hub CSPM and Jira Cloud.
91
91
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-jiracloudproviderconfiguration.html}
92
92
  */
93
93
  export type JiraCloudProviderConfiguration = {
94
94
  /**
95
- * The project key for a Jira Cloud instance
95
+ * The project key for a JiraCloud instance.
96
96
  * @minLength 2
97
97
  * @maxLength 10
98
98
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-jiracloudproviderconfiguration.html#cfn-securityhub-connectorv2-jiracloudproviderconfiguration-projectkey}
@@ -109,19 +109,19 @@ export type Provider = {
109
109
  ServiceNow: ServiceNowProviderConfiguration;
110
110
  };
111
111
  /**
112
- * The initial configuration settings required to establish an integration between Security Hub and ServiceNow ITSM
112
+ * The initial configuration settings required to establish an integration between Security Hub CSPM and ServiceNow ITSM.
113
113
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-servicenowproviderconfiguration.html}
114
114
  */
115
115
  export type ServiceNowProviderConfiguration = {
116
116
  /**
117
- * The instance name of ServiceNow ITSM
117
+ * The instance name of ServiceNow ITSM.
118
118
  * @minLength 1
119
119
  * @maxLength 128
120
120
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-connectorv2-servicenowproviderconfiguration.html#cfn-securityhub-connectorv2-servicenowproviderconfiguration-instancename}
121
121
  */
122
122
  InstanceName: string;
123
123
  /**
124
- * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the ServiceNow credentials
124
+ * The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that contains the ServiceNow credentials.
125
125
  * @minLength 20
126
126
  * @maxLength 2048
127
127
  * @pattern .*\S.*
@@ -38,7 +38,7 @@ export type SESMultiRegionEndpointProps = {
38
38
  */
39
39
  export type Details = {
40
40
  /**
41
- * A list of route configuration details. Must contain exactly one route configuration
41
+ * A list of route configuration details. Must contain exactly one route configuration.
42
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-multiregionendpoint-details.html#cfn-ses-multiregionendpoint-details-routedetails}
43
43
  */
44
44
  RouteDetails: {
@@ -1,11 +1,15 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
- * Resource Type definition for AWS::SES::Tenant
3
+ * Create a tenant.
4
+ *
5
+ * *Tenants* are logical containers that group related SES resources together. Each tenant can have its own set of resources like email identities, configuration sets, and templates, along with reputation metrics and sending status. This helps isolate and manage email sending for different customers or business units within your Amazon SES API v2 account.
4
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-tenant.html}
5
7
  */
6
8
  export type SESTenant = ResourceDefinitionWithAttributes<"AWS::SES::Tenant", SESTenantProps, SESTenantAttribs>;
7
9
  /**
8
- * Resource Type definition for AWS::SES::Tenant
10
+ * Create a tenant.
11
+ *
12
+ * *Tenants* are logical containers that group related SES resources together. Each tenant can have its own set of resources like email identities, configuration sets, and templates, along with reputation metrics and sending status. This helps isolate and manage email sending for different customers or business units within your Amazon SES API v2 account.
9
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-tenant.html}
10
14
  */
11
15
  export type SESTenantProps = {
@@ -15,12 +19,12 @@ export type SESTenantProps = {
15
19
  */
16
20
  ResourceAssociations?: ResourceAssociation[] | undefined;
17
21
  /**
18
- * The tags (keys and values) associated with the tenant.
22
+ * An array of objects that define the tags (keys and values) associated with the tenant.
19
23
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-tenant.html#cfn-ses-tenant-tags}
20
24
  */
21
25
  Tags?: Tag[] | undefined;
22
26
  /**
23
- * The name of the tenant.
27
+ * The name of a tenant. The name can contain up to 64 alphanumeric characters, including letters, numbers, hyphens (-) and underscores (_) only.
24
28
  * @minLength 1
25
29
  * @maxLength 64
26
30
  * @pattern ^[\w\-_]+$
@@ -33,19 +37,19 @@ export type SESTenantProps = {
33
37
  */
34
38
  export type SESTenantAttribs = {
35
39
  /**
36
- * Amazon Resource Name (ARN) of the tenant.
40
+ * Returns the ARN of the tenant.
37
41
  * @minLength 1
38
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ses-tenant.html#cfn-ses-tenant-arn}
39
43
  */
40
44
  Arn: string;
41
45
  };
42
46
  /**
43
- * The resource to associate with the tenant
47
+ * The resource to associate with the tenant.
44
48
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-tenant-resourceassociation.html}
45
49
  */
46
50
  export type ResourceAssociation = {
47
51
  /**
48
- * The ARN of the resource to associate with the tenant
52
+ * The Amazon Resource Name (ARN) of the resource associated with the tenant.
49
53
  * @minLength 1
50
54
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ses-tenant-resourceassociation.html#cfn-ses-tenant-resourceassociation-resourcearn}
51
55
  */
@@ -110,7 +110,7 @@ export type SSMMaintenanceWindowTaskProps = {
110
110
  */
111
111
  export type SSMMaintenanceWindowTaskAttribs = {
112
112
  /**
113
- * Unique identifier of the maintenance window task.
113
+ * The task ID.
114
114
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-maintenancewindowtask.html#cfn-ssm-maintenancewindowtask-windowtaskid}
115
115
  */
116
116
  WindowTaskId: string;
@@ -89,6 +89,7 @@ export type WorkSpacesWebUserSettingsProps = {
89
89
  */
90
90
  UploadAllowed: EnabledType;
91
91
  /**
92
+ * Specifies whether the user can use WebAuthn redirection for passwordless login to websites within the streaming session.
92
93
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-workspacesweb-usersettings.html#cfn-workspacesweb-usersettings-webauthnallowed}
93
94
  */
94
95
  WebAuthnAllowed?: EnabledType | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propulsionworks/cloudformation",
3
- "version": "0.1.40",
3
+ "version": "0.1.41",
4
4
  "author": {
5
5
  "name": "Gordon Leigh"
6
6
  },