@propulsionworks/cloudformation 0.1.19 → 0.1.20
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-arcregionswitch-plan.d.ts +716 -0
- package/out/exports/resources.generated/aws-batch-jobqueue.d.ts +72 -1
- package/out/exports/resources.generated/aws-batch-serviceenvironment.d.ts +66 -0
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +10 -2
- package/out/exports/resources.generated/aws-cognito-managedloginbranding.d.ts +7 -0
- package/out/exports/resources.generated/aws-datazone-environmentblueprintconfiguration.d.ts +4 -0
- package/out/exports/resources.generated/aws-datazone-project.d.ts +9 -2
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +26 -2
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +0 -4
- package/out/exports/resources.generated/aws-ec2-ipam.d.ts +6 -1
- package/out/exports/resources.generated/aws-ec2-transitgatewayconnectpeer.d.ts +73 -0
- package/out/exports/resources.generated/aws-ecr-repository.d.ts +25 -1
- package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +23 -1
- package/out/exports/resources.generated/aws-entityresolution-idmappingworkflow.d.ts +12 -8
- package/out/exports/resources.generated/aws-entityresolution-idnamespace.d.ts +8 -8
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +45 -15
- package/out/exports/resources.generated/aws-glue-job.d.ts +1 -1
- package/out/exports/resources.generated/aws-iotsitewise-computationmodel.d.ts +158 -0
- package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +1 -1
- package/out/exports/resources.generated/aws-lambda-version.d.ts +1 -1
- package/out/exports/resources.generated/aws-lightsail-domain.d.ts +26 -11
- package/out/exports/resources.generated/aws-logs-destination.d.ts +6 -1
- package/out/exports/resources.generated/aws-logs-loggroup.d.ts +4 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +3 -0
- package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +7 -0
- package/out/exports/resources.generated/aws-mediapackagev2-originendpointpolicy.d.ts +23 -0
- package/out/exports/resources.generated/aws-opensearchserverless-securityconfig.d.ts +1 -1
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +0 -2
- package/out/exports/resources.generated/aws-quicksight-topic.d.ts +15 -0
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +45 -0
- package/out/exports/resources.generated/aws-s3-accesspoint.d.ts +6 -1
- package/out/exports/resources.generated/aws-s3express-accesspoint.d.ts +5 -1
- package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +107 -1
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +5 -1
- package/out/exports/resources.generated/aws-sagemaker-processingjob.d.ts +608 -0
- package/out/exports/resources.generated/aws-sagemaker-space.d.ts +3 -0
- package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +4 -0
- package/out/exports/resources.generated/aws-ses-configurationset.d.ts +1 -1
- package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +1 -1
- package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +1 -1
- package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +5 -1
- package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +2 -2
- package/package.json +1 -1
|
@@ -37,7 +37,11 @@ export type ECRRepositoryCreationTemplateProps = {
|
|
|
37
37
|
* The tag mutability setting for the repository. If this parameter is omitted, the default setting of `MUTABLE` will be used which will allow image tags to be overwritten. If `IMMUTABLE` is specified, all image tags within the repository will be immutable which will prevent them from being overwritten.
|
|
38
38
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repositorycreationtemplate.html#cfn-ecr-repositorycreationtemplate-imagetagmutability}
|
|
39
39
|
*/
|
|
40
|
-
ImageTagMutability?: "MUTABLE" | "IMMUTABLE" | undefined;
|
|
40
|
+
ImageTagMutability?: "MUTABLE" | "IMMUTABLE" | "IMMUTABLE_WITH_EXCLUSION" | "MUTABLE_WITH_EXCLUSION" | undefined;
|
|
41
|
+
/**
|
|
42
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-repositorycreationtemplate.html#cfn-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilters}
|
|
43
|
+
*/
|
|
44
|
+
ImageTagMutabilityExclusionFilters?: ImageTagMutabilityExclusionFilter[] | undefined;
|
|
41
45
|
/**
|
|
42
46
|
* The lifecycle policy to use for repositories created using the template.
|
|
43
47
|
* @minLength 100
|
|
@@ -117,4 +121,22 @@ export type EncryptionConfiguration = {
|
|
|
117
121
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-encryptiontype.html}
|
|
118
122
|
*/
|
|
119
123
|
export type EncryptionType = "AES256" | "KMS" | "KMS_DSSE";
|
|
124
|
+
/**
|
|
125
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter.html}
|
|
126
|
+
*/
|
|
127
|
+
export type ImageTagMutabilityExclusionFilter = {
|
|
128
|
+
/**
|
|
129
|
+
* Specifies the type of filter to use for excluding image tags from the repository's mutability setting.
|
|
130
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter.html#cfn-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter-imagetagmutabilityexclusionfiltertype}
|
|
131
|
+
*/
|
|
132
|
+
ImageTagMutabilityExclusionFilterType: "WILDCARD";
|
|
133
|
+
/**
|
|
134
|
+
* The value to use when filtering image tags.
|
|
135
|
+
* @minLength 1
|
|
136
|
+
* @maxLength 128
|
|
137
|
+
* @pattern ^[0-9a-zA-Z._*-]{1,128}
|
|
138
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter.html#cfn-ecr-repositorycreationtemplate-imagetagmutabilityexclusionfilter-imagetagmutabilityexclusionfiltervalue}
|
|
139
|
+
*/
|
|
140
|
+
ImageTagMutabilityExclusionFilterValue: string;
|
|
141
|
+
};
|
|
120
142
|
//# sourceMappingURL=aws-ecr-repositorycreationtemplate.d.ts.map
|
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* Creates an `IdMappingWorkflow` object which stores the configuration of the data processing job to be run. Each `IdMappingWorkflow` must have a unique workflow name. To modify an existing workflow, use the
|
|
3
|
+
* Creates an `IdMappingWorkflow` object which stores the configuration of the data processing job to be run. Each `IdMappingWorkflow` must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.
|
|
4
|
+
*
|
|
5
|
+
* > Incremental processing is not supported for ID mapping workflows.
|
|
4
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html}
|
|
5
7
|
*/
|
|
6
8
|
export type EntityResolutionIdMappingWorkflow = ResourceDefinitionWithAttributes<"AWS::EntityResolution::IdMappingWorkflow", EntityResolutionIdMappingWorkflowProps, EntityResolutionIdMappingWorkflowAttribs>;
|
|
7
9
|
/**
|
|
8
|
-
* Creates an `IdMappingWorkflow` object which stores the configuration of the data processing job to be run. Each `IdMappingWorkflow` must have a unique workflow name. To modify an existing workflow, use the
|
|
10
|
+
* Creates an `IdMappingWorkflow` object which stores the configuration of the data processing job to be run. Each `IdMappingWorkflow` must have a unique workflow name. To modify an existing workflow, use the UpdateIdMappingWorkflow API.
|
|
11
|
+
*
|
|
12
|
+
* > Incremental processing is not supported for ID mapping workflows.
|
|
9
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html}
|
|
10
14
|
*/
|
|
11
15
|
export type EntityResolutionIdMappingWorkflowProps = {
|
|
@@ -25,7 +29,7 @@ export type EntityResolutionIdMappingWorkflowProps = {
|
|
|
25
29
|
*/
|
|
26
30
|
InputSourceConfig: IdMappingWorkflowInputSource[];
|
|
27
31
|
/**
|
|
28
|
-
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `
|
|
32
|
+
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `outputS3Path` and `KMSArn` .
|
|
29
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idmappingworkflow.html#cfn-entityresolution-idmappingworkflow-outputsourceconfig}
|
|
30
34
|
*/
|
|
31
35
|
OutputSourceConfig?: IdMappingWorkflowOutputSource[] | undefined;
|
|
@@ -74,9 +78,9 @@ export type IdMappingRuleBasedProperties = {
|
|
|
74
78
|
/**
|
|
75
79
|
* The comparison type. You can either choose `ONE_TO_ONE` or `MANY_TO_MANY` as the `attributeMatchingModel` .
|
|
76
80
|
*
|
|
77
|
-
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A matches the value of the `BusinessEmail` field of Profile B, the two profiles are matched on the `Email` attribute type.
|
|
78
|
-
*
|
|
79
81
|
* If you choose `ONE_TO_ONE` , the system can only match attributes if the sub-types are an exact match. For example, for the `Email` attribute type, the system will only consider it a match if the value of the `Email` field of Profile A matches the value of the `Email` field of Profile B.
|
|
82
|
+
*
|
|
83
|
+
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A matches the value of the `BusinessEmail` field of Profile B, the two profiles are matched on the `Email` attribute type.
|
|
80
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingrulebasedproperties.html#cfn-entityresolution-idmappingworkflow-idmappingrulebasedproperties-attributematchingmodel}
|
|
81
85
|
*/
|
|
82
86
|
AttributeMatchingModel: "ONE_TO_ONE" | "MANY_TO_MANY";
|
|
@@ -122,7 +126,7 @@ export type IdMappingTechniques = {
|
|
|
122
126
|
RuleBasedProperties?: IdMappingRuleBasedProperties | undefined;
|
|
123
127
|
};
|
|
124
128
|
/**
|
|
125
|
-
* An object containing `
|
|
129
|
+
* An object containing `inputSourceARN` , `schemaName` , and `type` .
|
|
126
130
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingworkflowinputsource.html}
|
|
127
131
|
*/
|
|
128
132
|
export type IdMappingWorkflowInputSource = {
|
|
@@ -148,7 +152,7 @@ export type IdMappingWorkflowInputSource = {
|
|
|
148
152
|
Type?: "SOURCE" | "TARGET" | undefined;
|
|
149
153
|
};
|
|
150
154
|
/**
|
|
151
|
-
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `
|
|
155
|
+
* A list of `IdMappingWorkflowOutputSource` objects, each of which contains fields `outputS3Path` and `KMSArn` .
|
|
152
156
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingworkflowoutputsource.html}
|
|
153
157
|
*/
|
|
154
158
|
export type IdMappingWorkflowOutputSource = {
|
|
@@ -198,7 +202,7 @@ export type ProviderProperties = {
|
|
|
198
202
|
ProviderServiceArn: string;
|
|
199
203
|
};
|
|
200
204
|
/**
|
|
201
|
-
* An object containing `
|
|
205
|
+
* An object containing the `ruleName` and `matchingKeys` .
|
|
202
206
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-rule.html}
|
|
203
207
|
*/
|
|
204
208
|
export type Rule = {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
* Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the
|
|
3
|
+
* Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html}
|
|
5
5
|
*/
|
|
6
6
|
export type EntityResolutionIdNamespace = ResourceDefinitionWithAttributes<"AWS::EntityResolution::IdNamespace", EntityResolutionIdNamespaceProps, EntityResolutionIdNamespaceAttribs>;
|
|
7
7
|
/**
|
|
8
|
-
* Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the
|
|
8
|
+
* Creates an ID namespace object which will help customers provide metadata explaining their dataset and how to use it. Each ID namespace must have a unique name. To modify an existing ID namespace, use the UpdateIdNamespace API.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-idnamespace.html}
|
|
10
10
|
*/
|
|
11
11
|
export type EntityResolutionIdNamespaceProps = {
|
|
@@ -76,7 +76,7 @@ export type EntityResolutionIdNamespaceAttribs = {
|
|
|
76
76
|
UpdatedAt: string;
|
|
77
77
|
};
|
|
78
78
|
/**
|
|
79
|
-
* An object containing `
|
|
79
|
+
* An object containing `idMappingType` , `providerProperties` , and `ruleBasedProperties` .
|
|
80
80
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceidmappingworkflowproperties.html}
|
|
81
81
|
*/
|
|
82
82
|
export type IdNamespaceIdMappingWorkflowProperties = {
|
|
@@ -97,7 +97,7 @@ export type IdNamespaceIdMappingWorkflowProperties = {
|
|
|
97
97
|
RuleBasedProperties?: NamespaceRuleBasedProperties | undefined;
|
|
98
98
|
};
|
|
99
99
|
/**
|
|
100
|
-
* An object containing `
|
|
100
|
+
* An object containing `inputSourceARN` and `schemaName` .
|
|
101
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-idnamespaceinputsource.html}
|
|
102
102
|
*/
|
|
103
103
|
export type IdNamespaceInputSource = {
|
|
@@ -114,7 +114,7 @@ export type IdNamespaceInputSource = {
|
|
|
114
114
|
SchemaName?: string | undefined;
|
|
115
115
|
};
|
|
116
116
|
/**
|
|
117
|
-
* An object containing `
|
|
117
|
+
* An object containing `providerConfiguration` and `providerServiceArn` .
|
|
118
118
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-namespaceproviderproperties.html}
|
|
119
119
|
*/
|
|
120
120
|
export type NamespaceProviderProperties = {
|
|
@@ -137,9 +137,9 @@ export type NamespaceRuleBasedProperties = {
|
|
|
137
137
|
/**
|
|
138
138
|
* The comparison type. You can either choose `ONE_TO_ONE` or `MANY_TO_MANY` as the `attributeMatchingModel` .
|
|
139
139
|
*
|
|
140
|
-
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A matches the value of `BusinessEmail` field of Profile B, the two profiles are matched on the `Email` attribute type.
|
|
141
|
-
*
|
|
142
140
|
* If you choose `ONE_TO_ONE` , the system can only match attributes if the sub-types are an exact match. For example, for the `Email` attribute type, the system will only consider it a match if the value of the `Email` field of Profile A matches the value of the `Email` field of Profile B.
|
|
141
|
+
*
|
|
142
|
+
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A matches the value of `BusinessEmail` field of Profile B, the two profiles are matched on the `Email` attribute type.
|
|
143
143
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-namespacerulebasedproperties.html#cfn-entityresolution-idnamespace-namespacerulebasedproperties-attributematchingmodel}
|
|
144
144
|
*/
|
|
145
145
|
AttributeMatchingModel?: "ONE_TO_ONE" | "MANY_TO_MANY" | undefined;
|
|
@@ -168,7 +168,7 @@ export type NamespaceRuleBasedProperties = {
|
|
|
168
168
|
*/
|
|
169
169
|
export type RecordMatchingModel = "ONE_SOURCE_TO_ONE_TARGET" | "MANY_SOURCE_TO_ONE_TARGET";
|
|
170
170
|
/**
|
|
171
|
-
* An object containing `
|
|
171
|
+
* An object containing the `ruleName` and `matchingKeys` .
|
|
172
172
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idnamespace-rule.html}
|
|
173
173
|
*/
|
|
174
174
|
export type Rule = {
|
|
@@ -2,14 +2,14 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
|
2
2
|
/**
|
|
3
3
|
* Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use `UpdateMatchingWorkflow` .
|
|
4
4
|
*
|
|
5
|
-
* > For workflows where `resolutionType` is ML_MATCHING, incremental processing is not supported.
|
|
5
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
6
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html}
|
|
7
7
|
*/
|
|
8
8
|
export type EntityResolutionMatchingWorkflow = ResourceDefinitionWithAttributes<"AWS::EntityResolution::MatchingWorkflow", EntityResolutionMatchingWorkflowProps, EntityResolutionMatchingWorkflowAttribs>;
|
|
9
9
|
/**
|
|
10
10
|
* Creates a matching workflow that defines the configuration for a data processing job. The workflow name must be unique. To modify an existing workflow, use `UpdateMatchingWorkflow` .
|
|
11
11
|
*
|
|
12
|
-
* > For workflows where `resolutionType` is ML_MATCHING, incremental processing is not supported.
|
|
12
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
13
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html}
|
|
14
14
|
*/
|
|
15
15
|
export type EntityResolutionMatchingWorkflowProps = {
|
|
@@ -21,7 +21,7 @@ export type EntityResolutionMatchingWorkflowProps = {
|
|
|
21
21
|
/**
|
|
22
22
|
* Optional. An object that defines the incremental run type. This object contains only the `incrementalRunType` field, which appears as "Automatic" in the console.
|
|
23
23
|
*
|
|
24
|
-
* > For workflows where `resolutionType` is `ML_MATCHING` , incremental processing is not supported.
|
|
24
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
25
25
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html#cfn-entityresolution-matchingworkflow-incrementalrunconfig}
|
|
26
26
|
*/
|
|
27
27
|
IncrementalRunConfig?: IncrementalRunConfig | undefined;
|
|
@@ -31,7 +31,7 @@ export type EntityResolutionMatchingWorkflowProps = {
|
|
|
31
31
|
*/
|
|
32
32
|
InputSourceConfig: InputSource[];
|
|
33
33
|
/**
|
|
34
|
-
* A list of `OutputSource` objects, each of which contains fields `
|
|
34
|
+
* A list of `OutputSource` objects, each of which contains fields `outputS3Path` , `applyNormalization` , `KMSArn` , and `output` .
|
|
35
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-entityresolution-matchingworkflow.html#cfn-entityresolution-matchingworkflow-outputsourceconfig}
|
|
36
36
|
*/
|
|
37
37
|
OutputSourceConfig: OutputSource[];
|
|
@@ -80,20 +80,20 @@ export type EntityResolutionMatchingWorkflowAttribs = {
|
|
|
80
80
|
/**
|
|
81
81
|
* Optional. An object that defines the incremental run type. This object contains only the `incrementalRunType` field, which appears as "Automatic" in the console.
|
|
82
82
|
*
|
|
83
|
-
* > For workflows where `resolutionType` is `ML_MATCHING` , incremental processing is not supported.
|
|
83
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
84
84
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-incrementalrunconfig.html}
|
|
85
85
|
*/
|
|
86
86
|
export type IncrementalRunConfig = {
|
|
87
87
|
/**
|
|
88
88
|
* The type of incremental run. The only valid value is `IMMEDIATE` . This appears as "Automatic" in the console.
|
|
89
89
|
*
|
|
90
|
-
* > For workflows where `resolutionType` is `ML_MATCHING` , incremental processing is not supported.
|
|
90
|
+
* > For workflows where `resolutionType` is `ML_MATCHING` or `PROVIDER` , incremental processing is not supported.
|
|
91
91
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-incrementalrunconfig.html#cfn-entityresolution-matchingworkflow-incrementalrunconfig-incrementalruntype}
|
|
92
92
|
*/
|
|
93
93
|
IncrementalRunType: "IMMEDIATE";
|
|
94
94
|
};
|
|
95
95
|
/**
|
|
96
|
-
* An object containing `
|
|
96
|
+
* An object containing `inputSourceARN` , `schemaName` , and `applyNormalization` .
|
|
97
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-inputsource.html}
|
|
98
98
|
*/
|
|
99
99
|
export type InputSource = {
|
|
@@ -103,7 +103,7 @@ export type InputSource = {
|
|
|
103
103
|
*/
|
|
104
104
|
ApplyNormalization?: boolean | undefined;
|
|
105
105
|
/**
|
|
106
|
-
* An object containing `
|
|
106
|
+
* An object containing `inputSourceARN` , `schemaName` , and `applyNormalization` .
|
|
107
107
|
* @pattern arn:(aws|aws-us-gov|aws-cn):.*:.*:[0-9]+:.*$
|
|
108
108
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-inputsource.html#cfn-entityresolution-matchingworkflow-inputsource-inputsourcearn}
|
|
109
109
|
*/
|
|
@@ -200,22 +200,30 @@ export type ResolutionTechniques = {
|
|
|
200
200
|
*/
|
|
201
201
|
ProviderProperties?: ProviderProperties | undefined;
|
|
202
202
|
/**
|
|
203
|
-
* The type of matching
|
|
203
|
+
* The type of matching workflow to create. Specify one of the following types:
|
|
204
|
+
*
|
|
205
|
+
* - `RULE_MATCHING` : Match records using configurable rule-based criteria
|
|
206
|
+
* - `ML_MATCHING` : Match records using machine learning models
|
|
207
|
+
* - `PROVIDER` : Match records using a third-party matching provider
|
|
204
208
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html#cfn-entityresolution-matchingworkflow-resolutiontechniques-resolutiontype}
|
|
205
209
|
*/
|
|
206
210
|
ResolutionType?: ResolutionType | undefined;
|
|
207
211
|
/**
|
|
208
|
-
* An object which defines the list of matching rules to run and has a field `
|
|
212
|
+
* An object which defines the list of matching rules to run and has a field `rules` , which is a list of rule objects.
|
|
209
213
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html#cfn-entityresolution-matchingworkflow-resolutiontechniques-rulebasedproperties}
|
|
210
214
|
*/
|
|
211
215
|
RuleBasedProperties?: RuleBasedProperties | undefined;
|
|
216
|
+
/**
|
|
217
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontechniques.html#cfn-entityresolution-matchingworkflow-resolutiontechniques-ruleconditionproperties}
|
|
218
|
+
*/
|
|
219
|
+
RuleConditionProperties?: RuleConditionProperties | undefined;
|
|
212
220
|
};
|
|
213
221
|
/**
|
|
214
222
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-resolutiontype.html}
|
|
215
223
|
*/
|
|
216
224
|
export type ResolutionType = "RULE_MATCHING" | "ML_MATCHING" | "PROVIDER";
|
|
217
225
|
/**
|
|
218
|
-
* An object containing `
|
|
226
|
+
* An object containing the `ruleName` and `matchingKeys` .
|
|
219
227
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rule.html}
|
|
220
228
|
*/
|
|
221
229
|
export type Rule = {
|
|
@@ -234,16 +242,16 @@ export type Rule = {
|
|
|
234
242
|
RuleName: string;
|
|
235
243
|
};
|
|
236
244
|
/**
|
|
237
|
-
* An object which defines the list of matching rules to run in a matching workflow.
|
|
245
|
+
* An object which defines the list of matching rules to run in a matching workflow.
|
|
238
246
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulebasedproperties.html}
|
|
239
247
|
*/
|
|
240
248
|
export type RuleBasedProperties = {
|
|
241
249
|
/**
|
|
242
|
-
* The comparison type. You can
|
|
243
|
-
*
|
|
244
|
-
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A and the value of `BusinessEmail` field of Profile B matches, the two profiles are matched on the `Email` attribute type.
|
|
250
|
+
* The comparison type. You can choose `ONE_TO_ONE` or `MANY_TO_MANY` as the `attributeMatchingModel` .
|
|
245
251
|
*
|
|
246
252
|
* If you choose `ONE_TO_ONE` , the system can only match attributes if the sub-types are an exact match. For example, for the `Email` attribute type, the system will only consider it a match if the value of the `Email` field of Profile A matches the value of the `Email` field of Profile B.
|
|
253
|
+
*
|
|
254
|
+
* If you choose `MANY_TO_MANY` , the system can match attributes across the sub-types of an attribute type. For example, if the value of the `Email` field of Profile A and the value of `BusinessEmail` field of Profile B matches, the two profiles are matched on the `Email` attribute type.
|
|
247
255
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulebasedproperties.html#cfn-entityresolution-matchingworkflow-rulebasedproperties-attributematchingmodel}
|
|
248
256
|
*/
|
|
249
257
|
AttributeMatchingModel: "ONE_TO_ONE" | "MANY_TO_MANY";
|
|
@@ -262,4 +270,26 @@ export type RuleBasedProperties = {
|
|
|
262
270
|
*/
|
|
263
271
|
Rules: Rule[];
|
|
264
272
|
};
|
|
273
|
+
/**
|
|
274
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html}
|
|
275
|
+
*/
|
|
276
|
+
export type RuleCondition = {
|
|
277
|
+
/**
|
|
278
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html#cfn-entityresolution-matchingworkflow-rulecondition-condition}
|
|
279
|
+
*/
|
|
280
|
+
Condition?: string | undefined;
|
|
281
|
+
/**
|
|
282
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-rulecondition.html#cfn-entityresolution-matchingworkflow-rulecondition-rulename}
|
|
283
|
+
*/
|
|
284
|
+
RuleName?: string | undefined;
|
|
285
|
+
};
|
|
286
|
+
/**
|
|
287
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-ruleconditionproperties.html}
|
|
288
|
+
*/
|
|
289
|
+
export type RuleConditionProperties = {
|
|
290
|
+
/**
|
|
291
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-matchingworkflow-ruleconditionproperties.html#cfn-entityresolution-matchingworkflow-ruleconditionproperties-rules}
|
|
292
|
+
*/
|
|
293
|
+
Rules: RuleCondition[];
|
|
294
|
+
};
|
|
265
295
|
//# sourceMappingURL=aws-entityresolution-matchingworkflow.d.ts.map
|
|
@@ -167,7 +167,7 @@ export type GlueJobProps = {
|
|
|
167
167
|
* - For the `Z.2X` worker type, each worker maps to 2 M-DPU (8vCPUs, 64 GB of memory) with 128 GB disk, and provides up to 8 Ray workers based on the autoscaler.
|
|
168
168
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-glue-job.html#cfn-glue-job-workertype}
|
|
169
169
|
*/
|
|
170
|
-
WorkerType?: "Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X" | undefined;
|
|
170
|
+
WorkerType?: "Standard" | "G.1X" | "G.2X" | "G.025X" | "G.4X" | "G.8X" | "Z.2X" | "G.12X" | "G.16X" | "R.1X" | "R.2X" | "R.4X" | "R.8X" | undefined;
|
|
171
171
|
};
|
|
172
172
|
/**
|
|
173
173
|
* Specifies the connections used by a job.
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Resource schema for AWS::IoTSiteWise::ComputationModel.
|
|
4
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html}
|
|
5
|
+
*/
|
|
6
|
+
export type IoTSiteWiseComputationModel = ResourceDefinitionWithAttributes<"AWS::IoTSiteWise::ComputationModel", IoTSiteWiseComputationModelProps, IoTSiteWiseComputationModelAttribs>;
|
|
7
|
+
/**
|
|
8
|
+
* Resource schema for AWS::IoTSiteWise::ComputationModel.
|
|
9
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html}
|
|
10
|
+
*/
|
|
11
|
+
export type IoTSiteWiseComputationModelProps = {
|
|
12
|
+
/**
|
|
13
|
+
* The configuration for the computation model.
|
|
14
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration}
|
|
15
|
+
*/
|
|
16
|
+
ComputationModelConfiguration: ComputationModelConfiguration;
|
|
17
|
+
/**
|
|
18
|
+
* The data binding for the computation model.
|
|
19
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldatabinding}
|
|
20
|
+
*/
|
|
21
|
+
ComputationModelDataBinding: Record<string, ComputationModelDataBindingValue>;
|
|
22
|
+
/**
|
|
23
|
+
* A description about the computation model.
|
|
24
|
+
* @minLength 1
|
|
25
|
+
* @maxLength 2048
|
|
26
|
+
* @pattern ^[a-zA-Z0-9 _\-#$*!@]+$
|
|
27
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodeldescription}
|
|
28
|
+
*/
|
|
29
|
+
ComputationModelDescription?: string | undefined;
|
|
30
|
+
/**
|
|
31
|
+
* The name of the computation model.
|
|
32
|
+
* @minLength 1
|
|
33
|
+
* @maxLength 256
|
|
34
|
+
* @pattern ^[a-zA-Z0-9 _\-#$*!@]+$
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodelname}
|
|
36
|
+
*/
|
|
37
|
+
ComputationModelName: string;
|
|
38
|
+
/**
|
|
39
|
+
* An array of key-value pairs to apply to this resource.
|
|
40
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-tags}
|
|
41
|
+
*/
|
|
42
|
+
Tags?: Tag[] | undefined;
|
|
43
|
+
};
|
|
44
|
+
/**
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#aws-resource-iotsitewise-computationmodel-return-values}
|
|
46
|
+
*/
|
|
47
|
+
export type IoTSiteWiseComputationModelAttribs = {
|
|
48
|
+
/**
|
|
49
|
+
* The ARN of the computation model.
|
|
50
|
+
* @minLength 1
|
|
51
|
+
* @maxLength 1600
|
|
52
|
+
* @pattern ^arn:aws(-cn|-us-gov)?:[a-zA-Z0-9-:/_\.]+$
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodelarn}
|
|
54
|
+
*/
|
|
55
|
+
ComputationModelArn: string;
|
|
56
|
+
/**
|
|
57
|
+
* The ID of the computation model.
|
|
58
|
+
* @minLength 36
|
|
59
|
+
* @maxLength 36
|
|
60
|
+
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
61
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-computationmodel.html#cfn-iotsitewise-computationmodel-computationmodelid}
|
|
62
|
+
*/
|
|
63
|
+
ComputationModelId: string;
|
|
64
|
+
};
|
|
65
|
+
/**
|
|
66
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html}
|
|
67
|
+
*/
|
|
68
|
+
export type AnomalyDetectionComputationModelConfiguration = {
|
|
69
|
+
/**
|
|
70
|
+
* Input properties for anomaly detection.
|
|
71
|
+
* @minLength 4
|
|
72
|
+
* @maxLength 67
|
|
73
|
+
* @pattern ^\$\{[a-z][a-z0-9_]*\}$
|
|
74
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-inputproperties}
|
|
75
|
+
*/
|
|
76
|
+
InputProperties: string;
|
|
77
|
+
/**
|
|
78
|
+
* Result property for anomaly detection.
|
|
79
|
+
* @minLength 4
|
|
80
|
+
* @maxLength 67
|
|
81
|
+
* @pattern ^\$\{[a-z][a-z0-9_]*\}$
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration.html#cfn-iotsitewise-computationmodel-anomalydetectioncomputationmodelconfiguration-resultproperty}
|
|
83
|
+
*/
|
|
84
|
+
ResultProperty: string;
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html}
|
|
88
|
+
*/
|
|
89
|
+
export type AssetModelPropertyBindingValue = {
|
|
90
|
+
/**
|
|
91
|
+
* The ID of the asset model.
|
|
92
|
+
* @minLength 36
|
|
93
|
+
* @maxLength 36
|
|
94
|
+
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
95
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-assetmodelid}
|
|
96
|
+
*/
|
|
97
|
+
AssetModelId: string;
|
|
98
|
+
/**
|
|
99
|
+
* The ID of the asset model property.
|
|
100
|
+
* @minLength 36
|
|
101
|
+
* @maxLength 36
|
|
102
|
+
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
103
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetmodelpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetmodelpropertybindingvalue-propertyid}
|
|
104
|
+
*/
|
|
105
|
+
PropertyId: string;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html}
|
|
109
|
+
*/
|
|
110
|
+
export type AssetPropertyBindingValue = {
|
|
111
|
+
/**
|
|
112
|
+
* The ID of the asset.
|
|
113
|
+
* @minLength 36
|
|
114
|
+
* @maxLength 36
|
|
115
|
+
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
116
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-assetid}
|
|
117
|
+
*/
|
|
118
|
+
AssetId: string;
|
|
119
|
+
/**
|
|
120
|
+
* The ID of the asset property.
|
|
121
|
+
* @minLength 36
|
|
122
|
+
* @maxLength 36
|
|
123
|
+
* @pattern ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
|
|
124
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-assetpropertybindingvalue.html#cfn-iotsitewise-computationmodel-assetpropertybindingvalue-propertyid}
|
|
125
|
+
*/
|
|
126
|
+
PropertyId: string;
|
|
127
|
+
};
|
|
128
|
+
/**
|
|
129
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html}
|
|
130
|
+
*/
|
|
131
|
+
export type ComputationModelConfiguration = {
|
|
132
|
+
/**
|
|
133
|
+
* Contains configuration for anomaly detection computation model.
|
|
134
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodelconfiguration.html#cfn-iotsitewise-computationmodel-computationmodelconfiguration-anomalydetection}
|
|
135
|
+
*/
|
|
136
|
+
AnomalyDetection?: AnomalyDetectionComputationModelConfiguration | undefined;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html}
|
|
140
|
+
*/
|
|
141
|
+
export type ComputationModelDataBindingValue = {
|
|
142
|
+
/**
|
|
143
|
+
* Defines an asset model property binding.
|
|
144
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetmodelproperty}
|
|
145
|
+
*/
|
|
146
|
+
AssetModelProperty?: AssetModelPropertyBindingValue | undefined;
|
|
147
|
+
/**
|
|
148
|
+
* Defines an asset property binding.
|
|
149
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-assetproperty}
|
|
150
|
+
*/
|
|
151
|
+
AssetProperty?: AssetPropertyBindingValue | undefined;
|
|
152
|
+
/**
|
|
153
|
+
* Defines a list of computation model binding values.
|
|
154
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotsitewise-computationmodel-computationmodeldatabindingvalue.html#cfn-iotsitewise-computationmodel-computationmodeldatabindingvalue-list}
|
|
155
|
+
*/
|
|
156
|
+
List?: ComputationModelDataBindingValue[] | undefined;
|
|
157
|
+
};
|
|
158
|
+
//# sourceMappingURL=aws-iotsitewise-computationmodel.d.ts.map
|
|
@@ -25,7 +25,7 @@ export type IoTSiteWiseGatewayProps = {
|
|
|
25
25
|
*/
|
|
26
26
|
GatewayPlatform: GatewayPlatform;
|
|
27
27
|
/**
|
|
28
|
-
* The version of the gateway
|
|
28
|
+
* The version of the gateway. A value of `3` indicates an MQTT-enabled, V3 gateway, while `2` indicates a Classic streams, V2 gateway.
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-gateway.html#cfn-iotsitewise-gateway-gatewayversion}
|
|
30
30
|
*/
|
|
31
31
|
GatewayVersion?: string | undefined;
|
|
@@ -52,7 +52,7 @@ export type LambdaVersionProps = {
|
|
|
52
52
|
export type LambdaVersionAttribs = {
|
|
53
53
|
/**
|
|
54
54
|
* The ARN of the function.
|
|
55
|
-
* @pattern ^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST
|
|
55
|
+
* @pattern ^(arn:(aws[a-zA-Z-]*)?:lambda:)?([a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST(\.PUBLISHED)?|[a-zA-Z0-9-_]+))?$
|
|
56
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionarn}
|
|
57
57
|
*/
|
|
58
58
|
FunctionArn: string;
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* Describes a domain where you are storing recordsets.
|
|
3
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html}
|
|
4
5
|
*/
|
|
5
6
|
export type LightsailDomain = ResourceDefinitionWithAttributes<"AWS::Lightsail::Domain", LightsailDomainProps, LightsailDomainAttribs>;
|
|
6
7
|
/**
|
|
8
|
+
* Describes a domain where you are storing recordsets.
|
|
7
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html}
|
|
8
10
|
*/
|
|
9
11
|
export type LightsailDomainProps = {
|
|
@@ -13,12 +15,12 @@ export type LightsailDomainProps = {
|
|
|
13
15
|
*/
|
|
14
16
|
DomainEntries?: DomainEntry[] | undefined;
|
|
15
17
|
/**
|
|
16
|
-
* The
|
|
18
|
+
* The fully qualified domain name in the certificate request.
|
|
17
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-domainname}
|
|
18
20
|
*/
|
|
19
21
|
DomainName: string;
|
|
20
22
|
/**
|
|
21
|
-
*
|
|
23
|
+
* The tag keys and optional values for the resource. For more information about tags in Lightsail, see the [Amazon Lightsail Developer Guide](https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-tags) .
|
|
22
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-tags}
|
|
23
25
|
*/
|
|
24
26
|
Tags?: Tag[] | undefined;
|
|
@@ -28,49 +30,62 @@ export type LightsailDomainProps = {
|
|
|
28
30
|
*/
|
|
29
31
|
export type LightsailDomainAttribs = {
|
|
30
32
|
/**
|
|
31
|
-
* The Amazon Resource Name (ARN) of the domain (
|
|
33
|
+
* The Amazon Resource Name (ARN) of the domain recordset ( `arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE` ).
|
|
32
34
|
* @pattern ^arn:.+:lightsail:[a-z0-9-]+:[0-9]{12}:Domain/[a-zA-Z0-9][a-zA-Z0-9-_.]{0,253}[a-zA-Z0-9]$
|
|
33
35
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-arn}
|
|
34
36
|
*/
|
|
35
37
|
Arn: string;
|
|
36
38
|
/**
|
|
37
|
-
* The
|
|
39
|
+
* The date when the domain recordset was created.
|
|
38
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-createdat}
|
|
39
41
|
*/
|
|
40
42
|
CreatedAt: string;
|
|
41
43
|
/**
|
|
42
|
-
* The
|
|
44
|
+
* The resource type.
|
|
43
45
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-resourcetype}
|
|
44
46
|
*/
|
|
45
47
|
ResourceType: "Domain";
|
|
46
48
|
/**
|
|
47
|
-
* The support code. Include this code in your email to support when you have questions
|
|
49
|
+
* The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.
|
|
48
50
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-domain.html#cfn-lightsail-domain-supportcode}
|
|
49
51
|
*/
|
|
50
52
|
SupportCode: string;
|
|
51
53
|
};
|
|
52
54
|
/**
|
|
53
|
-
* Describes
|
|
55
|
+
* Describes a domain recordset entry.
|
|
54
56
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html}
|
|
55
57
|
*/
|
|
56
58
|
export type DomainEntry = {
|
|
57
59
|
/**
|
|
58
|
-
* When true, specifies whether the domain entry is an alias used by the Lightsail load balancer, Lightsail container service, Lightsail content delivery network (CDN) distribution, or another AWS resource. You can include an alias (A type) record in your request, which points to the DNS name of a load balancer, container service, CDN distribution, or other AWS resource and routes traffic to that resource.
|
|
60
|
+
* When `true` , specifies whether the domain entry is an alias used by the Lightsail load balancer, Lightsail container service, Lightsail content delivery network (CDN) distribution, or another AWS resource. You can include an alias (A type) record in your request, which points to the DNS name of a load balancer, container service, CDN distribution, or other AWS resource and routes traffic to that resource.
|
|
59
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html#cfn-lightsail-domain-domainentry-isalias}
|
|
60
62
|
*/
|
|
61
63
|
IsAlias?: boolean | undefined;
|
|
62
64
|
/**
|
|
63
|
-
* The name of the domain
|
|
65
|
+
* The name of the domain.
|
|
64
66
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html#cfn-lightsail-domain-domainentry-name}
|
|
65
67
|
*/
|
|
66
68
|
Name: string;
|
|
67
69
|
/**
|
|
68
|
-
* The target AWS name server (
|
|
70
|
+
* The target IP address ( `192.0.2.0` ), or AWS name server ( `ns-111.awsdns-22.com.` ).
|
|
71
|
+
*
|
|
72
|
+
* For Lightsail load balancers, the value looks like `ab1234c56789c6b86aba6fb203d443bc-123456789.us-east-2.elb.amazonaws.com` . For Lightsail distributions, the value looks like `exampled1182ne.cloudfront.net` . For Lightsail container services, the value looks like `container-service-1.example23scljs.us-west-2.cs.amazonlightsail.com` . Be sure to also set `isAlias` to `true` when setting up an A record for a Lightsail load balancer, distribution, or container service.
|
|
69
73
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html#cfn-lightsail-domain-domainentry-target}
|
|
70
74
|
*/
|
|
71
75
|
Target: string;
|
|
72
76
|
/**
|
|
73
|
-
* The type of domain entry (
|
|
77
|
+
* The type of domain entry, such as address for IPv4 (A), address for IPv6 (AAAA), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).
|
|
78
|
+
*
|
|
79
|
+
* The following domain entry types can be used:
|
|
80
|
+
*
|
|
81
|
+
* - `A`
|
|
82
|
+
* - `AAAA`
|
|
83
|
+
* - `CNAME`
|
|
84
|
+
* - `MX`
|
|
85
|
+
* - `NS`
|
|
86
|
+
* - `SOA`
|
|
87
|
+
* - `SRV`
|
|
88
|
+
* - `TXT`
|
|
74
89
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lightsail-domain-domainentry.html#cfn-lightsail-domain-domainentry-type}
|
|
75
90
|
*/
|
|
76
91
|
Type: "A" | "AAAA" | "CNAME" | "MX" | "NS" | "SOA" | "SRV" | "TXT";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* The AWS::Logs::Destination resource specifies a CloudWatch Logs destination. A destination encapsulates a physical resource (such as an Amazon Kinesis data stream) and enables you to subscribe that resource to a stream of log events.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html}
|
|
@@ -29,6 +29,11 @@ export type LogsDestinationProps = {
|
|
|
29
29
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-rolearn}
|
|
30
30
|
*/
|
|
31
31
|
RoleArn: string;
|
|
32
|
+
/**
|
|
33
|
+
* An array of key-value pairs to apply to this resource.
|
|
34
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-destination.html#cfn-logs-destination-tags}
|
|
35
|
+
*/
|
|
36
|
+
Tags?: Tag[] | undefined;
|
|
32
37
|
/**
|
|
33
38
|
* The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).
|
|
34
39
|
* @minLength 1
|