@awboost/cfn-resource-types 0.1.405 → 0.1.406
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.
|
@@ -12,6 +12,7 @@ export type EntityResolutionIdMappingWorkflowProperties = {
|
|
|
12
12
|
* @maxLength `255`
|
|
13
13
|
*/
|
|
14
14
|
Description?: string;
|
|
15
|
+
IdMappingIncrementalRunConfig?: IdMappingIncrementalRunConfig;
|
|
15
16
|
IdMappingTechniques: IdMappingTechniques;
|
|
16
17
|
/**
|
|
17
18
|
* @minLength `1`
|
|
@@ -59,6 +60,13 @@ export type EntityResolutionIdMappingWorkflowAttributes = {
|
|
|
59
60
|
*/
|
|
60
61
|
WorkflowArn: string;
|
|
61
62
|
};
|
|
63
|
+
/**
|
|
64
|
+
* Type definition for `AWS::EntityResolution::IdMappingWorkflow.IdMappingIncrementalRunConfig`.
|
|
65
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingincrementalrunconfig.html}
|
|
66
|
+
*/
|
|
67
|
+
export type IdMappingIncrementalRunConfig = {
|
|
68
|
+
IncrementalRunType: "ON_DEMAND";
|
|
69
|
+
};
|
|
62
70
|
/**
|
|
63
71
|
* Type definition for `AWS::EntityResolution::IdMappingWorkflow.IdMappingRuleBasedProperties`.
|
|
64
72
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingrulebasedproperties.html}
|
package/lib/AWS-IVS-Stage.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
|
|
3
3
|
/**
|
|
4
|
-
* Resource
|
|
4
|
+
* Resource Type definition for AWS::IVS::Stage.
|
|
5
5
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html}
|
|
6
6
|
*/
|
|
7
7
|
export type IVSStageProperties = {
|
|
@@ -128,7 +128,7 @@ export type Tag = {
|
|
|
128
128
|
Value: string;
|
|
129
129
|
};
|
|
130
130
|
/**
|
|
131
|
-
* Resource
|
|
131
|
+
* Resource Type definition for AWS::IVS::Stage.
|
|
132
132
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html}
|
|
133
133
|
*/
|
|
134
134
|
export declare class IVSStage extends $Resource<"AWS::IVS::Stage", IVSStageProperties, IVSStageAttributes> {
|
package/lib/AWS-IVS-Stage.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
|
|
2
2
|
/**
|
|
3
|
-
* Resource
|
|
3
|
+
* Resource Type definition for AWS::IVS::Stage.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html}
|
|
5
5
|
*/
|
|
6
6
|
export class IVSStage extends $Resource {
|
|
@@ -11,7 +11,7 @@ export type LambdaEventInvokeConfigProperties = {
|
|
|
11
11
|
DestinationConfig?: DestinationConfig;
|
|
12
12
|
/**
|
|
13
13
|
* The name of the Lambda function.
|
|
14
|
-
* @pattern `^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]
|
|
14
|
+
* @pattern `^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]+(-[a-z]+)+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$`
|
|
15
15
|
*/
|
|
16
16
|
FunctionName: string;
|
|
17
17
|
/**
|
|
@@ -57,7 +57,7 @@ export type OnFailure = {
|
|
|
57
57
|
* The Amazon Resource Name (ARN) of the destination resource.
|
|
58
58
|
* @minLength `0`
|
|
59
59
|
* @maxLength `350`
|
|
60
|
-
* @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]
|
|
60
|
+
* @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]+(-[a-z]+)+-\d{1})?:(\d{12})?:(.*)`
|
|
61
61
|
*/
|
|
62
62
|
Destination: string;
|
|
63
63
|
};
|
|
@@ -71,7 +71,7 @@ export type OnSuccess = {
|
|
|
71
71
|
* The Amazon Resource Name (ARN) of the destination resource.
|
|
72
72
|
* @minLength `0`
|
|
73
73
|
* @maxLength `350`
|
|
74
|
-
* @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]
|
|
74
|
+
* @pattern `^$|arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]+(-[a-z]+)+-\d{1})?:(\d{12})?:(.*)`
|
|
75
75
|
*/
|
|
76
76
|
Destination: string;
|
|
77
77
|
};
|