@propulsionworks/cloudformation 0.1.24 → 0.1.26
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.
- package/out/exports/resources.generated/aws-aps-scraper.d.ts +69 -1
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +3 -1
- package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicy.d.ts +40 -15
- package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicyversion.d.ts +12 -0
- package/out/exports/resources.generated/aws-bedrock-datasource.d.ts +2 -2
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +23 -0
- package/out/exports/resources.generated/aws-bedrock-knowledgebase.d.ts +1 -1
- package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +2 -2
- package/out/exports/resources.generated/aws-cloudformation-typeactivation.d.ts +3 -3
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +1 -0
- package/out/exports/resources.generated/aws-cloudfront-publickey.d.ts +6 -0
- package/out/exports/resources.generated/aws-connect-hoursofoperation.d.ts +1 -1
- package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +6 -4
- package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-ec2-transitgatewayroutetableassociation.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +10 -4
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +5 -0
- package/out/exports/resources.generated/aws-iotcoredeviceadvisor-suitedefinition.d.ts +1 -27
- package/out/exports/resources.generated/aws-iotsitewise-accesspolicy.d.ts +4 -0
- package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +7 -8
- package/out/exports/resources.generated/aws-iotsitewise-computationmodel.d.ts +16 -23
- package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +6 -11
- package/out/exports/resources.generated/aws-ivs-stage.d.ts +53 -35
- package/out/exports/resources.generated/aws-lex-bot.d.ts +6 -0
- package/out/exports/resources.generated/aws-notifications-organizationalunitassociation.d.ts +26 -0
- package/out/exports/resources.generated/aws-omics-workflow.d.ts +12 -8
- package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +76 -0
- package/out/exports/resources.generated/aws-opensearchserverless-index.d.ts +1 -1
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +21 -1
- package/out/exports/resources.generated/aws-pcs-cluster.d.ts +17 -6
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +12 -7
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +5 -3
- package/out/exports/resources.generated/aws-quicksight-dashboard.d.ts +25 -0
- package/out/exports/resources.generated/aws-s3tables-namespace.d.ts +9 -1
- package/out/exports/resources.generated/aws-s3tables-table.d.ts +20 -12
- package/out/exports/resources.generated/aws-s3tables-tablebucket.d.ts +8 -0
- package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +10 -2
- package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +15 -6
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +53 -0
- package/out/exports/resources.generated/aws-secretsmanager-rotationschedule.d.ts +3 -3
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +2 -2
- package/out/exports/resources.generated/aws-ses-mailmanageraddonsubscription.d.ts +1 -1
- package/out/exports/resources.generated/aws-ses-mailmanageraddresslist.d.ts +6 -2
- package/out/exports/resources.generated/aws-ses-mailmanagertrafficpolicy.d.ts +8 -0
- package/out/exports/resources.generated/aws-ses-receiptrule.d.ts +1 -0
- package/out/exports/resources.generated/aws-smsvoice-configurationset.d.ts +211 -0
- package/out/exports/resources.generated/aws-smsvoice-optoutlist.d.ts +36 -0
- package/out/exports/resources.generated/aws-smsvoice-phonenumber.d.ts +136 -0
- package/out/exports/resources.generated/aws-smsvoice-pool.d.ts +126 -0
- package/out/exports/resources.generated/aws-smsvoice-protectconfiguration.d.ts +102 -0
- package/out/exports/resources.generated/aws-smsvoice-resourcepolicy.d.ts +24 -0
- package/out/exports/resources.generated/aws-smsvoice-senderid.d.ts +45 -0
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +11 -3
- package/out/exports/resources.generated/aws-workspacesinstances-workspaceinstance.d.ts +101 -0
- package/package.json +1 -1
|
@@ -365,7 +365,7 @@ export type AssociationParameter = {
|
|
|
365
365
|
*/
|
|
366
366
|
export type BlockDeviceMapping = {
|
|
367
367
|
/**
|
|
368
|
-
* The device name
|
|
368
|
+
* The device name. For available device names, see [Device names for volumes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html) .
|
|
369
369
|
*
|
|
370
370
|
* > After the instance is running, this parameter is used to specify the device name of the block device mapping to update.
|
|
371
371
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-instance-blockdevicemapping.html#cfn-ec2-instance-blockdevicemapping-devicename}
|
|
@@ -118,7 +118,7 @@ export type BaselinePerformanceFactorsRequest = {
|
|
|
118
118
|
*/
|
|
119
119
|
export type BlockDeviceMapping = {
|
|
120
120
|
/**
|
|
121
|
-
* The device name
|
|
121
|
+
* The device name. For available device names, see [Device names for volumes](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/device_naming.html) .
|
|
122
122
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-spotfleet-blockdevicemapping.html#cfn-ec2-spotfleet-blockdevicemapping-devicename}
|
|
123
123
|
*/
|
|
124
124
|
DeviceName: string;
|
|
@@ -2,14 +2,14 @@ import type { ResourceDefinition } from "../main.ts";
|
|
|
2
2
|
/**
|
|
3
3
|
* Associates the specified attachment with the specified transit gateway route table. You can associate one route table with an attachment.
|
|
4
4
|
*
|
|
5
|
-
* Before you can update the route table associated with an attachment, you must disassociate the transit gateway route table that is currently associated with the attachment. First update the stack to remove the associated transit gateway route table, and then update the stack with the ID of the new transit gateway route table to associate.
|
|
5
|
+
* Before you can update the route table associated with an attachment, you must disassociate the transit gateway route table that is currently associated with the attachment. First update the stack to remove the associated transit gateway route table, and then update the stack with the ID of the new transit gateway route table to associate. In addition, the attachment must be in an `available` state; otherwise, the request will return an error.
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html}
|
|
7
7
|
*/
|
|
8
8
|
export type EC2TransitGatewayRouteTableAssociation = ResourceDefinition<"AWS::EC2::TransitGatewayRouteTableAssociation", EC2TransitGatewayRouteTableAssociationProps>;
|
|
9
9
|
/**
|
|
10
10
|
* Associates the specified attachment with the specified transit gateway route table. You can associate one route table with an attachment.
|
|
11
11
|
*
|
|
12
|
-
* Before you can update the route table associated with an attachment, you must disassociate the transit gateway route table that is currently associated with the attachment. First update the stack to remove the associated transit gateway route table, and then update the stack with the ID of the new transit gateway route table to associate.
|
|
12
|
+
* Before you can update the route table associated with an attachment, you must disassociate the transit gateway route table that is currently associated with the attachment. First update the stack to remove the associated transit gateway route table, and then update the stack with the ID of the new transit gateway route table to associate. In addition, the attachment must be in an `available` state; otherwise, the request will return an error.
|
|
13
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-transitgatewayroutetableassociation.html}
|
|
14
14
|
*/
|
|
15
15
|
export type EC2TransitGatewayRouteTableAssociationProps = {
|
|
@@ -75,7 +75,12 @@ export type ECSServiceProps = {
|
|
|
75
75
|
* Indicates whether to use Availability Zone rebalancing for the service.
|
|
76
76
|
*
|
|
77
77
|
* For more information, see [Balancing an Amazon ECS service across Availability Zones](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-rebalancing.html) in the **Amazon Elastic Container Service Developer Guide** .
|
|
78
|
-
*
|
|
78
|
+
*
|
|
79
|
+
* The default behavior of `AvailabilityZoneRebalancing` differs between create and update requests:
|
|
80
|
+
*
|
|
81
|
+
* - For create service requests, when no value is specified for `AvailabilityZoneRebalancing` , Amazon ECS defaults the value to `ENABLED` .
|
|
82
|
+
* - For update service requests, when no value is specified for `AvailabilityZoneRebalancing` , Amazon ECS defaults to the existing service’s `AvailabilityZoneRebalancing` value. If the service never had an `AvailabilityZoneRebalancing` value set, Amazon ECS treats this as `DISABLED` .
|
|
83
|
+
* @default "ENABLED"
|
|
79
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-availabilityzonerebalancing}
|
|
80
85
|
*/
|
|
81
86
|
AvailabilityZoneRebalancing?: "ENABLED" | "DISABLED" | undefined;
|
|
@@ -132,9 +137,7 @@ export type ECSServiceProps = {
|
|
|
132
137
|
*/
|
|
133
138
|
ForceNewDeployment?: ForceNewDeployment | undefined;
|
|
134
139
|
/**
|
|
135
|
-
* The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you
|
|
136
|
-
*
|
|
137
|
-
* If your service's tasks take a while to start and respond to health checks, you can specify a health check grace period of up to 2,147,483,647 seconds (about 69 years). During that time, the Amazon ECS service scheduler ignores health check status. This grace period can prevent the service scheduler from marking tasks as unhealthy and stopping them before they have time to come up.
|
|
140
|
+
* The period of time, in seconds, that the Amazon Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing, VPC Lattice, and container health checks after a task has first started. If you do not specify a health check grace period value, the default value of 0 is used. If you do not use any of the health checks, then `healthCheckGracePeriodSeconds` is unused.
|
|
138
141
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-service.html#cfn-ecs-service-healthcheckgraceperiodseconds}
|
|
139
142
|
*/
|
|
140
143
|
HealthCheckGracePeriodSeconds?: number | undefined;
|
|
@@ -662,14 +665,17 @@ export type EBSTagSpecification = {
|
|
|
662
665
|
Tags?: Tag[] | undefined;
|
|
663
666
|
};
|
|
664
667
|
/**
|
|
668
|
+
* Determines whether to force a new deployment of the service. By default, deployments aren't forced. You can use this option to start a new deployment with no service definition changes. For example, you can update a service's tasks to use a newer Docker image with the same image/tag combination ( `my_image:latest` ) or to roll Fargate tasks onto a newer platform version.
|
|
665
669
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-forcenewdeployment.html}
|
|
666
670
|
*/
|
|
667
671
|
export type ForceNewDeployment = {
|
|
668
672
|
/**
|
|
673
|
+
* Determines whether to force a new deployment of the service. By default, deployments aren't forced. You can use this option to start a new deployment with no service definition changes. For example, you can update a service's tasks to use a newer Docker image with the same image/tag combination ( `my_image:latest` ) or to roll Fargate tasks onto a newer platform version.
|
|
669
674
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-forcenewdeployment.html#cfn-ecs-service-forcenewdeployment-enableforcenewdeployment}
|
|
670
675
|
*/
|
|
671
676
|
EnableForceNewDeployment: boolean;
|
|
672
677
|
/**
|
|
678
|
+
* When you change the `ForceNewDeploymentNonce` value in your template, it signals Amazon ECS to start a new deployment even though no other service parameters have changed. The value must be a unique, time- varying value like a timestamp, random string, or sequence number. Use this property when you want to ensure your tasks pick up the latest version of a Docker image that uses the same tag but has been updated in the registry.
|
|
673
679
|
* @minLength 1
|
|
674
680
|
* @maxLength 255
|
|
675
681
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-forcenewdeployment.html#cfn-ecs-service-forcenewdeployment-forcenewdeploymentnonce}
|
|
@@ -9,6 +9,11 @@ export type ElasticLoadBalancingV2LoadBalancer = ResourceDefinitionWithAttribute
|
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html}
|
|
10
10
|
*/
|
|
11
11
|
export type ElasticLoadBalancingV2LoadBalancerProps = {
|
|
12
|
+
/**
|
|
13
|
+
* @default false
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-enablecapacityreservationprovisionstabilize}
|
|
15
|
+
*/
|
|
16
|
+
EnableCapacityReservationProvisionStabilize?: boolean | undefined;
|
|
12
17
|
/**
|
|
13
18
|
* [Network Load Balancers with UDP listeners] Indicates whether to use an IPv6 prefix from each subnet for source NAT. The IP address type must be `dualstack` . The default value is `off` .
|
|
14
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-loadbalancer.html#cfn-elasticloadbalancingv2-loadbalancer-enableprefixforipv6sourcenat}
|
|
@@ -14,33 +14,7 @@ export type IoTCoreDeviceAdvisorSuiteDefinition = ResourceDefinitionWithAttribut
|
|
|
14
14
|
*/
|
|
15
15
|
export type IoTCoreDeviceAdvisorSuiteDefinitionProps = {
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* - ***devicePermissionRoleArn*** - The device permission arn.
|
|
20
|
-
*
|
|
21
|
-
* This is a required element.
|
|
22
|
-
*
|
|
23
|
-
* *Type:* String
|
|
24
|
-
* - ***devices*** - The list of configured devices under test. For more information on devices under test, see [DeviceUnderTest](https://docs.aws.amazon.com/iot/latest/apireference/API_iotdeviceadvisor_DeviceUnderTest.html)
|
|
25
|
-
*
|
|
26
|
-
* Not a required element.
|
|
27
|
-
*
|
|
28
|
-
* *Type:* List of devices under test
|
|
29
|
-
* - ***intendedForQualification*** - The tests intended for qualification in a suite.
|
|
30
|
-
*
|
|
31
|
-
* Not a required element.
|
|
32
|
-
*
|
|
33
|
-
* *Type:* Boolean
|
|
34
|
-
* - ***rootGroup*** - The test suite root group. For more information on creating and using root groups see the [Device Advisor workflow](https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor-workflow.html) .
|
|
35
|
-
*
|
|
36
|
-
* This is a required element.
|
|
37
|
-
*
|
|
38
|
-
* *Type:* String
|
|
39
|
-
* - ***suiteDefinitionName*** - The Suite Definition Configuration name.
|
|
40
|
-
*
|
|
41
|
-
* This is a required element.
|
|
42
|
-
*
|
|
43
|
-
* *Type:* String
|
|
17
|
+
* Gets the suite definition configuration.
|
|
44
18
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration}
|
|
45
19
|
*/
|
|
46
20
|
SuiteDefinitionConfiguration: {
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource.
|
|
4
|
+
*
|
|
5
|
+
* > Support for access policies that use an SSO Group as the identity is not supported at this time.
|
|
4
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-accesspolicy.html}
|
|
5
7
|
*/
|
|
6
8
|
export type IoTSiteWiseAccessPolicy = ResourceDefinitionWithAttributes<"AWS::IoTSiteWise::AccessPolicy", IoTSiteWiseAccessPolicyProps, IoTSiteWiseAccessPolicyAttribs>;
|
|
7
9
|
/**
|
|
8
10
|
* Creates an access policy that grants the specified identity (IAM Identity Center user, IAM Identity Center group, or IAM user) access to the specified AWS IoT SiteWise Monitor portal or project resource.
|
|
11
|
+
*
|
|
12
|
+
* > Support for access policies that use an SSO Group as the identity is not supported at this time.
|
|
9
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-accesspolicy.html}
|
|
10
14
|
*/
|
|
11
15
|
export type IoTSiteWiseAccessPolicyProps = {
|
|
@@ -65,7 +65,6 @@ export type IoTSiteWiseAssetModelProps = {
|
|
|
65
65
|
*
|
|
66
66
|
* - *ASSET_MODEL* – (default) An asset model that you can use to create assets. Can't be included as a component in another asset model.
|
|
67
67
|
* - *COMPONENT_MODEL* – A reusable component that you can include in the composite models of other asset models. You can't create assets directly from this type of asset model.
|
|
68
|
-
* - *INTERFACE* – An interface is a type of model that defines a standard structure that can be applied to different asset models.
|
|
69
68
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-assetmodel.html#cfn-iotsitewise-assetmodel-assetmodeltype}
|
|
70
69
|
*/
|
|
71
70
|
AssetModelType?: string | undefined;
|
|
@@ -265,38 +264,38 @@ export type DataType = "STRING" | "INTEGER" | "DOUBLE" | "BOOLEAN" | "STRUCT";
|
|
|
265
264
|
*/
|
|
266
265
|
export type DataTypeSpec = "AWS/ALARM_STATE";
|
|
267
266
|
/**
|
|
268
|
-
* Contains information about
|
|
267
|
+
* Contains information about enforced interface property and asset model property
|
|
269
268
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html}
|
|
270
269
|
*/
|
|
271
270
|
export type EnforcedAssetModelInterfacePropertyMapping = {
|
|
272
271
|
/**
|
|
273
|
-
* The external ID of the
|
|
272
|
+
* The external ID of the enforced asset model property
|
|
274
273
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertyexternalid}
|
|
275
274
|
*/
|
|
276
275
|
AssetModelPropertyExternalId?: string | undefined;
|
|
277
276
|
/**
|
|
278
|
-
* The logical ID of the
|
|
277
|
+
* The logical ID of the enforced asset model property
|
|
279
278
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-assetmodelpropertylogicalid}
|
|
280
279
|
*/
|
|
281
280
|
AssetModelPropertyLogicalId?: string | undefined;
|
|
282
281
|
/**
|
|
283
|
-
* The external ID of the
|
|
282
|
+
* The external ID of the enforced interface property
|
|
284
283
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacepropertymapping-interfaceassetmodelpropertyexternalid}
|
|
285
284
|
*/
|
|
286
285
|
InterfaceAssetModelPropertyExternalId: string;
|
|
287
286
|
};
|
|
288
287
|
/**
|
|
289
|
-
* Contains information about
|
|
288
|
+
* Contains information about enforced interface hierarchy and asset model hierarchy
|
|
290
289
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html}
|
|
291
290
|
*/
|
|
292
291
|
export type EnforcedAssetModelInterfaceRelationship = {
|
|
293
292
|
/**
|
|
294
|
-
* The ID of the
|
|
293
|
+
* The ID of the interface that is enforced to the asset model
|
|
295
294
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-interfaceassetmodelid}
|
|
296
295
|
*/
|
|
297
296
|
InterfaceAssetModelId?: string | undefined;
|
|
298
297
|
/**
|
|
299
|
-
*
|
|
298
|
+
* Contains information about enforced interface property and asset model property
|
|
300
299
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship.html#cfn-iotsitewise-assetmodel-enforcedassetmodelinterfacerelationship-propertymappings}
|
|
301
300
|
*/
|
|
302
301
|
PropertyMappings?: EnforcedAssetModelInterfacePropertyMapping[] | undefined;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource schema for AWS::IoTSiteWise::ComputationModel.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html}
|
|
5
5
|
*/
|
|
6
6
|
export type IoTSiteWiseComputationModel = ResourceDefinitionWithAttributes<"AWS::IoTSiteWise::ComputationModel", IoTSiteWiseComputationModelProps, IoTSiteWiseComputationModelAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Resource schema for AWS::IoTSiteWise::ComputationModel.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html}
|
|
10
10
|
*/
|
|
11
11
|
export type IoTSiteWiseComputationModelProps = {
|
|
@@ -15,12 +15,12 @@ export type IoTSiteWiseComputationModelProps = {
|
|
|
15
15
|
*/
|
|
16
16
|
ComputationModelConfiguration: ComputationModelConfiguration;
|
|
17
17
|
/**
|
|
18
|
-
* The data binding for the computation model.
|
|
18
|
+
* The data binding for the computation model.
|
|
19
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldatabinding}
|
|
20
20
|
*/
|
|
21
21
|
ComputationModelDataBinding: Record<string, ComputationModelDataBindingValue>;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* A description about the computation model.
|
|
24
24
|
* @minLength 1
|
|
25
25
|
* @maxLength 2048
|
|
26
26
|
* @pattern ^[a-zA-Z0-9 _\-#$*!@]+$
|
|
@@ -36,7 +36,7 @@ export type IoTSiteWiseComputationModelProps = {
|
|
|
36
36
|
*/
|
|
37
37
|
ComputationModelName: string;
|
|
38
38
|
/**
|
|
39
|
-
*
|
|
39
|
+
* An array of key-value pairs to apply to this resource.
|
|
40
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-tags}
|
|
41
41
|
*/
|
|
42
42
|
Tags?: Tag[] | undefined;
|
|
@@ -46,9 +46,7 @@ export type IoTSiteWiseComputationModelProps = {
|
|
|
46
46
|
*/
|
|
47
47
|
export type IoTSiteWiseComputationModelAttribs = {
|
|
48
48
|
/**
|
|
49
|
-
* The ARN of the computation model
|
|
50
|
-
*
|
|
51
|
-
* `arn:${Partition}:iotsitewise:${Region}:${Account}:computation-model/${ComputationModelId}`
|
|
49
|
+
* The ARN of the computation model.
|
|
52
50
|
* @minLength 1
|
|
53
51
|
* @maxLength 1600
|
|
54
52
|
* @pattern ^arn:aws(-cn|-us-gov)?:[a-zA-Z0-9-:/_\.]+$
|
|
@@ -65,12 +63,11 @@ export type IoTSiteWiseComputationModelAttribs = {
|
|
|
65
63
|
ComputationModelId: string;
|
|
66
64
|
};
|
|
67
65
|
/**
|
|
68
|
-
* Contains the configuration for anomaly detection computation models.
|
|
69
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html}
|
|
70
67
|
*/
|
|
71
68
|
export type AnomalyDetectionComputationModelConfiguration = {
|
|
72
69
|
/**
|
|
73
|
-
*
|
|
70
|
+
* Input properties for anomaly detection.
|
|
74
71
|
* @minLength 4
|
|
75
72
|
* @maxLength 67
|
|
76
73
|
* @pattern ^\$\{[a-z][a-z0-9_]*\}$
|
|
@@ -78,7 +75,7 @@ export type AnomalyDetectionComputationModelConfiguration = {
|
|
|
78
75
|
*/
|
|
79
76
|
InputProperties: string;
|
|
80
77
|
/**
|
|
81
|
-
*
|
|
78
|
+
* Result property for anomaly detection.
|
|
82
79
|
* @minLength 4
|
|
83
80
|
* @maxLength 67
|
|
84
81
|
* @pattern ^\$\{[a-z][a-z0-9_]*\}$
|
|
@@ -87,12 +84,11 @@ export type AnomalyDetectionComputationModelConfiguration = {
|
|
|
87
84
|
ResultProperty: string;
|
|
88
85
|
};
|
|
89
86
|
/**
|
|
90
|
-
* Contains information about an `assetModelProperty` binding value.
|
|
91
87
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html}
|
|
92
88
|
*/
|
|
93
89
|
export type AssetModelPropertyBindingValue = {
|
|
94
90
|
/**
|
|
95
|
-
* The ID of the asset model
|
|
91
|
+
* The ID of the asset model.
|
|
96
92
|
* @minLength 36
|
|
97
93
|
* @maxLength 36
|
|
98
94
|
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
@@ -100,7 +96,7 @@ export type AssetModelPropertyBindingValue = {
|
|
|
100
96
|
*/
|
|
101
97
|
AssetModelId: string;
|
|
102
98
|
/**
|
|
103
|
-
* The ID of the asset model property
|
|
99
|
+
* The ID of the asset model property.
|
|
104
100
|
* @minLength 36
|
|
105
101
|
* @maxLength 36
|
|
106
102
|
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
@@ -109,12 +105,11 @@ export type AssetModelPropertyBindingValue = {
|
|
|
109
105
|
PropertyId: string;
|
|
110
106
|
};
|
|
111
107
|
/**
|
|
112
|
-
* Represents a data binding value referencing a specific asset property. It's used to bind computation model variables to actual asset property values for processing.
|
|
113
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html}
|
|
114
109
|
*/
|
|
115
110
|
export type AssetPropertyBindingValue = {
|
|
116
111
|
/**
|
|
117
|
-
* The ID of the asset
|
|
112
|
+
* The ID of the asset.
|
|
118
113
|
* @minLength 36
|
|
119
114
|
* @maxLength 36
|
|
120
115
|
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
@@ -122,7 +117,7 @@ export type AssetPropertyBindingValue = {
|
|
|
122
117
|
*/
|
|
123
118
|
AssetId: string;
|
|
124
119
|
/**
|
|
125
|
-
* The ID of the
|
|
120
|
+
* The ID of the asset property.
|
|
126
121
|
* @minLength 36
|
|
127
122
|
* @maxLength 36
|
|
128
123
|
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
@@ -131,33 +126,31 @@ export type AssetPropertyBindingValue = {
|
|
|
131
126
|
PropertyId: string;
|
|
132
127
|
};
|
|
133
128
|
/**
|
|
134
|
-
* The configuration for the computation model.
|
|
135
129
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html}
|
|
136
130
|
*/
|
|
137
131
|
export type ComputationModelConfiguration = {
|
|
138
132
|
/**
|
|
139
|
-
*
|
|
133
|
+
* Contains configuration for anomaly detection computation model.
|
|
140
134
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration-anomalydetection}
|
|
141
135
|
*/
|
|
142
136
|
AnomalyDetection?: AnomalyDetectionComputationModelConfiguration | undefined;
|
|
143
137
|
};
|
|
144
138
|
/**
|
|
145
|
-
* Contains computation model data binding value information, which can be one of `assetModelProperty` , `list` .
|
|
146
139
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html}
|
|
147
140
|
*/
|
|
148
141
|
export type ComputationModelDataBindingValue = {
|
|
149
142
|
/**
|
|
150
|
-
*
|
|
143
|
+
* Defines an asset model property binding.
|
|
151
144
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetmodelproperty}
|
|
152
145
|
*/
|
|
153
146
|
AssetModelProperty?: AssetModelPropertyBindingValue | undefined;
|
|
154
147
|
/**
|
|
155
|
-
*
|
|
148
|
+
* Defines an asset property binding.
|
|
156
149
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetproperty}
|
|
157
150
|
*/
|
|
158
151
|
AssetProperty?: AssetPropertyBindingValue | undefined;
|
|
159
152
|
/**
|
|
160
|
-
*
|
|
153
|
+
* Defines a list of computation model binding values.
|
|
161
154
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-list}
|
|
162
155
|
*/
|
|
163
156
|
List?: ComputationModelDataBindingValue[] | undefined;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Resource schema for AWS::IoTSiteWise::Dataset.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html}
|
|
5
5
|
*/
|
|
6
6
|
export type IoTSiteWiseDataset = ResourceDefinitionWithAttributes<"AWS::IoTSiteWise::Dataset", IoTSiteWiseDatasetProps, IoTSiteWiseDatasetAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Resource schema for AWS::IoTSiteWise::Dataset.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html}
|
|
10
10
|
*/
|
|
11
11
|
export type IoTSiteWiseDatasetProps = {
|
|
@@ -25,7 +25,7 @@ export type IoTSiteWiseDatasetProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
DatasetSource: DatasetSource;
|
|
27
27
|
/**
|
|
28
|
-
*
|
|
28
|
+
* An array of key-value pairs to apply to this resource.
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html#cfn-iotsitewise-dataset-tags}
|
|
30
30
|
*/
|
|
31
31
|
Tags?: Tag[] | undefined;
|
|
@@ -35,9 +35,7 @@ export type IoTSiteWiseDatasetProps = {
|
|
|
35
35
|
*/
|
|
36
36
|
export type IoTSiteWiseDatasetAttribs = {
|
|
37
37
|
/**
|
|
38
|
-
* The ARN of the dataset
|
|
39
|
-
*
|
|
40
|
-
* `arn:${Partition}:iotsitewise:${Region}:${Account}:dataset/${DatasetId}`
|
|
38
|
+
* The ARN of the dataset.
|
|
41
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-dataset.html#cfn-iotsitewise-dataset-datasetarn}
|
|
42
40
|
*/
|
|
43
41
|
DatasetArn: string;
|
|
@@ -51,7 +49,6 @@ export type IoTSiteWiseDatasetAttribs = {
|
|
|
51
49
|
DatasetId: string;
|
|
52
50
|
};
|
|
53
51
|
/**
|
|
54
|
-
* The data source for the dataset.
|
|
55
52
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-datasetsource.html}
|
|
56
53
|
*/
|
|
57
54
|
export type DatasetSource = {
|
|
@@ -72,23 +69,21 @@ export type DatasetSource = {
|
|
|
72
69
|
SourceType: "KENDRA";
|
|
73
70
|
};
|
|
74
71
|
/**
|
|
75
|
-
* The source details for the Kendra dataset source.
|
|
76
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html}
|
|
77
73
|
*/
|
|
78
74
|
export type KendraSourceDetail = {
|
|
79
75
|
/**
|
|
80
|
-
* The
|
|
76
|
+
* The knowledgeBaseArn details for the Kendra dataset source.
|
|
81
77
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-knowledgebasearn}
|
|
82
78
|
*/
|
|
83
79
|
KnowledgeBaseArn: string;
|
|
84
80
|
/**
|
|
85
|
-
* The
|
|
81
|
+
* The roleARN details for the Kendra dataset source.
|
|
86
82
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-kendrasourcedetail.html#cfn-iotsitewise-dataset-kendrasourcedetail-rolearn}
|
|
87
83
|
*/
|
|
88
84
|
RoleArn: string;
|
|
89
85
|
};
|
|
90
86
|
/**
|
|
91
|
-
* The details of the dataset source associated with the dataset.
|
|
92
87
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-dataset-sourcedetail.html}
|
|
93
88
|
*/
|
|
94
89
|
export type SourceDetail = {
|
|
@@ -59,20 +59,7 @@ export type AutoParticipantRecordingConfiguration = {
|
|
|
59
59
|
* HLS configuration object for individual participant recording.
|
|
60
60
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-hlsconfiguration}
|
|
61
61
|
*/
|
|
62
|
-
HlsConfiguration?:
|
|
63
|
-
/**
|
|
64
|
-
* An object representing a configuration of participant HLS recordings for individual participant recording.
|
|
65
|
-
*/
|
|
66
|
-
ParticipantRecordingHlsConfiguration?: {
|
|
67
|
-
/**
|
|
68
|
-
* Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
|
|
69
|
-
* @min 2
|
|
70
|
-
* @max 10
|
|
71
|
-
* @default 6
|
|
72
|
-
*/
|
|
73
|
-
TargetSegmentDurationSeconds?: number | undefined;
|
|
74
|
-
} | undefined;
|
|
75
|
-
} | undefined;
|
|
62
|
+
HlsConfiguration?: HlsConfiguration | undefined;
|
|
76
63
|
/**
|
|
77
64
|
* Types of media to be recorded. Default: `AUDIO_VIDEO` .
|
|
78
65
|
* @default ["AUDIO_VIDEO"]
|
|
@@ -101,29 +88,60 @@ export type AutoParticipantRecordingConfiguration = {
|
|
|
101
88
|
* A complex type that allows you to enable/disable the recording of thumbnails for individual participant recording and modify the interval at which thumbnails are generated for the live session.
|
|
102
89
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-autoparticipantrecordingconfiguration.html#cfn-ivs-stage-autoparticipantrecordingconfiguration-thumbnailconfiguration}
|
|
103
90
|
*/
|
|
104
|
-
ThumbnailConfiguration?:
|
|
91
|
+
ThumbnailConfiguration?: ThumbnailConfiguration | undefined;
|
|
92
|
+
};
|
|
93
|
+
/**
|
|
94
|
+
* Object specifying an HLS configuration for individual participant recording.
|
|
95
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-hlsconfiguration.html}
|
|
96
|
+
*/
|
|
97
|
+
export type HlsConfiguration = {
|
|
98
|
+
/**
|
|
99
|
+
* Object specifying a configuration of participant HLS recordings for individual participant recording.
|
|
100
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-hlsconfiguration.html#cfn-ivs-stage-hlsconfiguration-participantrecordinghlsconfiguration}
|
|
101
|
+
*/
|
|
102
|
+
ParticipantRecordingHlsConfiguration?: ParticipantRecordingHlsConfiguration | undefined;
|
|
103
|
+
};
|
|
104
|
+
/**
|
|
105
|
+
* Object specifying a configuration of participant HLS recordings for individual participant recording.
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-participantrecordinghlsconfiguration.html}
|
|
107
|
+
*/
|
|
108
|
+
export type ParticipantRecordingHlsConfiguration = {
|
|
109
|
+
/**
|
|
110
|
+
* Defines the target duration for recorded segments generated when recording a stage participant. Segments may have durations longer than the specified value when needed to ensure each segment begins with a keyframe. Default: 6.
|
|
111
|
+
* @min 2
|
|
112
|
+
* @max 10
|
|
113
|
+
* @default 6
|
|
114
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-participantrecordinghlsconfiguration.html#cfn-ivs-stage-participantrecordinghlsconfiguration-targetsegmentdurationseconds}
|
|
115
|
+
*/
|
|
116
|
+
TargetSegmentDurationSeconds?: number | undefined;
|
|
117
|
+
};
|
|
118
|
+
/**
|
|
119
|
+
* An object representing a configuration of thumbnails for recorded video.
|
|
120
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-thumbnailconfiguration.html}
|
|
121
|
+
*/
|
|
122
|
+
export type ThumbnailConfiguration = {
|
|
123
|
+
/**
|
|
124
|
+
* Object specifying a configuration of thumbnails for recorded video from an individual participant.
|
|
125
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-stage-thumbnailconfiguration.html#cfn-ivs-stage-thumbnailconfiguration-participantthumbnailconfiguration}
|
|
126
|
+
*/
|
|
127
|
+
ParticipantThumbnailConfiguration?: {
|
|
128
|
+
/**
|
|
129
|
+
* Thumbnail recording mode. Default: DISABLED.
|
|
130
|
+
* @default "DISABLED"
|
|
131
|
+
*/
|
|
132
|
+
RecordingMode?: "INTERVAL" | "DISABLED" | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
|
|
135
|
+
* @default ["SEQUENTIAL"]
|
|
136
|
+
*/
|
|
137
|
+
Storage?: ("SEQUENTIAL" | "LATEST")[] | undefined;
|
|
105
138
|
/**
|
|
106
|
-
*
|
|
139
|
+
* The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.
|
|
140
|
+
* @min 1
|
|
141
|
+
* @max 86400
|
|
142
|
+
* @default 60
|
|
107
143
|
*/
|
|
108
|
-
|
|
109
|
-
/**
|
|
110
|
-
* Thumbnail recording mode. Default: DISABLED.
|
|
111
|
-
* @default "INTERVAL"
|
|
112
|
-
*/
|
|
113
|
-
RecordingMode?: "INTERVAL" | "DISABLED" | undefined;
|
|
114
|
-
/**
|
|
115
|
-
* Indicates the format in which thumbnails are recorded. SEQUENTIAL records all generated thumbnails in a serial manner, to the media/thumbnails/high directory. LATEST saves the latest thumbnail in media/latest_thumbnail/high/thumb.jpg and overwrites it at the interval specified by targetIntervalSeconds. You can enable both SEQUENTIAL and LATEST. Default: SEQUENTIAL.
|
|
116
|
-
* @default ["SEQUENTIAL"]
|
|
117
|
-
*/
|
|
118
|
-
Storage?: ("SEQUENTIAL" | "LATEST")[] | undefined;
|
|
119
|
-
/**
|
|
120
|
-
* The targeted thumbnail-generation interval in seconds. This is configurable only if recordingMode is INTERVAL. Default: 60.
|
|
121
|
-
* @min 1
|
|
122
|
-
* @max 86400
|
|
123
|
-
* @default 60
|
|
124
|
-
*/
|
|
125
|
-
TargetIntervalSeconds?: number | undefined;
|
|
126
|
-
} | undefined;
|
|
144
|
+
TargetIntervalSeconds?: number | undefined;
|
|
127
145
|
} | undefined;
|
|
128
146
|
};
|
|
129
147
|
//# sourceMappingURL=aws-ivs-stage.d.ts.map
|
|
@@ -49,6 +49,12 @@ export type LexBotProps = {
|
|
|
49
49
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-description}
|
|
50
50
|
*/
|
|
51
51
|
Description?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lex-bot.html#cfn-lex-bot-errorlogsettings}
|
|
54
|
+
*/
|
|
55
|
+
ErrorLogSettings?: {
|
|
56
|
+
Enabled: boolean;
|
|
57
|
+
} | undefined;
|
|
52
58
|
/**
|
|
53
59
|
* The time, in seconds, that Amazon Lex should keep information about a user's conversation with the bot.
|
|
54
60
|
*
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import type { ResourceDefinition } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource Type definition for AWS::Notifications::OrganizationalUnitAssociation
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-organizationalunitassociation.html}
|
|
5
|
+
*/
|
|
6
|
+
export type NotificationsOrganizationalUnitAssociation = ResourceDefinition<"AWS::Notifications::OrganizationalUnitAssociation", NotificationsOrganizationalUnitAssociationProps>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource Type definition for AWS::Notifications::OrganizationalUnitAssociation
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-organizationalunitassociation.html}
|
|
10
|
+
*/
|
|
11
|
+
export type NotificationsOrganizationalUnitAssociationProps = {
|
|
12
|
+
/**
|
|
13
|
+
* ARN identifier of the NotificationConfiguration.
|
|
14
|
+
* Example: arn:aws:notifications::123456789012:configuration/a01jes88qxwkbj05xv9c967pgm1
|
|
15
|
+
* @pattern ^arn:aws:notifications::[0-9]{12}:configuration\/[a-z0-9]{27}$
|
|
16
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-organizationalunitassociation.html#cfn-notifications-organizationalunitassociation-notificationconfigurationarn}
|
|
17
|
+
*/
|
|
18
|
+
NotificationConfigurationArn: string;
|
|
19
|
+
/**
|
|
20
|
+
* The ID of the organizational unit.
|
|
21
|
+
* @pattern ^(r-[0-9a-z]{4,32})|(ou-[0-9a-z]{4,32}-[a-z0-9]{8,32})$
|
|
22
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-notifications-organizationalunitassociation.html#cfn-notifications-organizationalunitassociation-organizationalunitid}
|
|
23
|
+
*/
|
|
24
|
+
OrganizationalUnitId: string;
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=aws-notifications-organizationalunitassociation.d.ts.map
|
|
@@ -2,10 +2,12 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
2
2
|
/**
|
|
3
3
|
* Creates a private workflow. Before you create a private workflow, you must create and configure these required resources:
|
|
4
4
|
*
|
|
5
|
-
* - *Workflow definition
|
|
6
|
-
*
|
|
7
|
-
* -
|
|
8
|
-
* - (Optional)
|
|
5
|
+
* - *Workflow definition file:* A workflow definition file written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in `.zip` format. For more information, see [Workflow definition files](https://docs.aws.amazon.com/omics/latest/dev/workflow-definition-files.html) in AWS HealthOmics.
|
|
6
|
+
*
|
|
7
|
+
* - You can use Amazon Q CLI to build and validate your workflow definition files in WDL, Nextflow, and CWL. For more information, see [Example prompts for Amazon Q CLI](https://docs.aws.amazon.com/omics/latest/dev/getting-started.html#omics-q-prompts) and the [AWS HealthOmics Agentic generative AI tutorial](https://docs.aws.amazon.com/https://github.com/aws-samples/aws-healthomics-tutorials/tree/main/generative-ai) on GitHub.
|
|
8
|
+
* - *(Optional) Parameter template file:* A parameter template file written in JSON. Create the file to define the run parameters, or AWS HealthOmics generates the parameter template for you. For more information, see [Parameter template files for HealthOmics workflows](https://docs.aws.amazon.com/omics/latest/dev/parameter-templates.html) .
|
|
9
|
+
* - *ECR container images:* Create container images for the workflow in a private ECR repository, or synchronize images from a supported upstream registry with your Amazon ECR private repository.
|
|
10
|
+
* - *(Optional) Sentieon licenses:* Request a Sentieon license to use the Sentieon software in private workflows.
|
|
9
11
|
*
|
|
10
12
|
* For more information, see [Creating or updating a private workflow in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html) in the *AWS HealthOmics User Guide* .
|
|
11
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html}
|
|
@@ -14,10 +16,12 @@ export type OmicsWorkflow = ResourceDefinitionWithAttributes<"AWS::Omics::Workfl
|
|
|
14
16
|
/**
|
|
15
17
|
* Creates a private workflow. Before you create a private workflow, you must create and configure these required resources:
|
|
16
18
|
*
|
|
17
|
-
* - *Workflow definition
|
|
18
|
-
*
|
|
19
|
-
* -
|
|
20
|
-
* - (Optional)
|
|
19
|
+
* - *Workflow definition file:* A workflow definition file written in WDL, Nextflow, or CWL. The workflow definition specifies the inputs and outputs for runs that use the workflow. It also includes specifications for the runs and run tasks for your workflow, including compute and memory requirements. The workflow definition file must be in `.zip` format. For more information, see [Workflow definition files](https://docs.aws.amazon.com/omics/latest/dev/workflow-definition-files.html) in AWS HealthOmics.
|
|
20
|
+
*
|
|
21
|
+
* - You can use Amazon Q CLI to build and validate your workflow definition files in WDL, Nextflow, and CWL. For more information, see [Example prompts for Amazon Q CLI](https://docs.aws.amazon.com/omics/latest/dev/getting-started.html#omics-q-prompts) and the [AWS HealthOmics Agentic generative AI tutorial](https://docs.aws.amazon.com/https://github.com/aws-samples/aws-healthomics-tutorials/tree/main/generative-ai) on GitHub.
|
|
22
|
+
* - *(Optional) Parameter template file:* A parameter template file written in JSON. Create the file to define the run parameters, or AWS HealthOmics generates the parameter template for you. For more information, see [Parameter template files for HealthOmics workflows](https://docs.aws.amazon.com/omics/latest/dev/parameter-templates.html) .
|
|
23
|
+
* - *ECR container images:* Create container images for the workflow in a private ECR repository, or synchronize images from a supported upstream registry with your Amazon ECR private repository.
|
|
24
|
+
* - *(Optional) Sentieon licenses:* Request a Sentieon license to use the Sentieon software in private workflows.
|
|
21
25
|
*
|
|
22
26
|
* For more information, see [Creating or updating a private workflow in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/creating-private-workflows.html) in the *AWS HealthOmics User Guide* .
|
|
23
27
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html}
|