@propulsionworks/cloudformation 0.1.23 → 0.1.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/out/exports/resources.generated/aws-apprunner-service.d.ts +1 -3
  2. package/out/exports/resources.generated/aws-apprunner-vpcconnector.d.ts +1 -1
  3. package/out/exports/resources.generated/aws-b2bi-capability.d.ts +3 -0
  4. package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +60 -1
  5. package/out/exports/resources.generated/aws-b2bi-profile.d.ts +1 -0
  6. package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +38 -0
  7. package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +7 -0
  8. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +1 -1
  9. package/out/exports/resources.generated/aws-batch-schedulingpolicy.d.ts +1 -1
  10. package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicy.d.ts +181 -0
  11. package/out/exports/resources.generated/aws-bedrock-automatedreasoningpolicyversion.d.ts +56 -0
  12. package/out/exports/resources.generated/aws-budgets-budget.d.ts +4 -0
  13. package/out/exports/resources.generated/aws-cloudformation-lambdahook.d.ts +1 -1
  14. package/out/exports/resources.generated/aws-cognito-userpoolclient.d.ts +2 -2
  15. package/out/exports/resources.generated/aws-cognito-userpoolriskconfigurationattachment.d.ts +1 -1
  16. package/out/exports/resources.generated/aws-connect-predefinedattribute.d.ts +19 -0
  17. package/out/exports/resources.generated/aws-datazone-policygrant.d.ts +46 -2
  18. package/out/exports/resources.generated/aws-ec2-clientvpnendpoint.d.ts +1 -1
  19. package/out/exports/resources.generated/aws-ec2-vpcblockpublicaccessoptions.d.ts +5 -0
  20. package/out/exports/resources.generated/aws-ec2-vpnconnection.d.ts +1 -0
  21. package/out/exports/resources.generated/aws-ecs-cluster.d.ts +26 -2
  22. package/out/exports/resources.generated/aws-ecs-clustercapacityproviderassociations.d.ts +26 -2
  23. package/out/exports/resources.generated/aws-ecs-service.d.ts +47 -3
  24. package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-ecs-taskset.d.ts +26 -2
  26. package/out/exports/resources.generated/aws-eks-addon.d.ts +1 -1
  27. package/out/exports/resources.generated/aws-elasticloadbalancingv2-truststore.d.ts +3 -3
  28. package/out/exports/resources.generated/aws-glue-crawler.d.ts +14 -0
  29. package/out/exports/resources.generated/aws-iot-encryptionconfiguration.d.ts +7 -2
  30. package/out/exports/resources.generated/aws-iotsitewise-assetmodel.d.ts +8 -7
  31. package/out/exports/resources.generated/aws-iotsitewise-computationmodel.d.ts +23 -16
  32. package/out/exports/resources.generated/aws-iotsitewise-dataset.d.ts +11 -6
  33. package/out/exports/resources.generated/aws-ivs-stage.d.ts +4 -2
  34. package/out/exports/resources.generated/aws-kinesisanalyticsv2-application.d.ts +6 -6
  35. package/out/exports/resources.generated/aws-lambda-codesigningconfig.d.ts +1 -1
  36. package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +5 -5
  37. package/out/exports/resources.generated/aws-lambda-version.d.ts +3 -3
  38. package/out/exports/resources.generated/aws-omics-workflow.d.ts +82 -0
  39. package/out/exports/resources.generated/aws-qbusiness-datasource.d.ts +1 -1
  40. package/out/exports/resources.generated/aws-sagemaker-endpointconfig.d.ts +17 -0
  41. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +27 -0
  42. package/out/exports/resources.generated/aws-transfer-certificate.d.ts +24 -2
  43. package/out/exports/resources.generated/aws-transfer-server.d.ts +2 -0
  44. package/package.json +1 -1
@@ -88,7 +88,7 @@ export type ApplicationConfiguration = {
88
88
  */
89
89
  ApplicationCodeConfiguration?: ApplicationCodeConfiguration | undefined;
90
90
  /**
91
- * Describes whether customer managed key is enabled and key details for customer data encryption
91
+ * The configuration to manage encryption at rest.
92
92
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationconfiguration.html#cfn-kinesisanalyticsv2-application-applicationconfiguration-applicationencryptionconfiguration}
93
93
  */
94
94
  ApplicationEncryptionConfiguration?: ApplicationEncryptionConfiguration | undefined;
@@ -129,12 +129,12 @@ export type ApplicationConfiguration = {
129
129
  ZeppelinApplicationConfiguration?: ZeppelinApplicationConfiguration | undefined;
130
130
  };
131
131
  /**
132
- * Describes whether customer managed key is enabled and key details for customer data encryption
132
+ * Specifies the configuration to manage encryption at rest.
133
133
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html}
134
134
  */
135
135
  export type ApplicationEncryptionConfiguration = {
136
136
  /**
137
- * KMS KeyId. Can be either key uuid or full key arn or key alias arn or short key alias
137
+ * The key ARN, key ID, alias ARN, or alias name of the KMS key used for encryption at rest.
138
138
  * @minLength 1
139
139
  * @maxLength 2048
140
140
  * @pattern ^(?:arn:.*:kms:.*:.*:(?:key\/.*|alias\/.*)|alias\/.*|(?i)[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$
@@ -142,18 +142,18 @@ export type ApplicationEncryptionConfiguration = {
142
142
  */
143
143
  KeyId?: string | undefined;
144
144
  /**
145
- * Specifies whether application data is encrypted using service key: AWS_OWNED_KEY or customer key: CUSTOMER_MANAGED_KEY
145
+ * Specifies the type of key used for encryption at rest.
146
146
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationencryptionconfiguration.html#cfn-kinesisanalyticsv2-application-applicationencryptionconfiguration-keytype}
147
147
  */
148
148
  KeyType: "AWS_OWNED_KEY" | "CUSTOMER_MANAGED_KEY";
149
149
  };
150
150
  /**
151
- * Describes the maintenance configuration for the application.
151
+ * Specifies the maintenance configuration for a AKAlong .
152
152
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html}
153
153
  */
154
154
  export type ApplicationMaintenanceConfiguration = {
155
155
  /**
156
- * The start time for the maintenance window.
156
+ * The UTC timestamp of a day from which the eight-hour maintenance window will begin every day of the week. Maintenance of the application happens only during this eight-hour window.
157
157
  * @pattern ^([01][0-9]|2[0-3]):[0-5][0-9]$
158
158
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisanalyticsv2-application-applicationmaintenanceconfiguration.html#cfn-kinesisanalyticsv2-application-applicationmaintenanceconfiguration-applicationmaintenancewindowstarttime}
159
159
  */
@@ -68,7 +68,7 @@ export type AllowedPublishers = {
68
68
  */
69
69
  export type CodeSigningPolicies = {
70
70
  /**
71
- * Code signing configuration policy for deployment validation failure. If you set the policy to `Enforce` , Lambda blocks the deployment request if signature validation checks fail. If you set the policy to `Warn` , Lambda allows the deployment and creates a CloudWatch log.
71
+ * Code signing configuration policy for deployment validation failure. If you set the policy to `Enforce` , Lambda blocks the deployment request if signature validation checks fail. If you set the policy to `Warn` , Lambda allows the deployment and issues a new Amazon CloudWatch metric ( `SignatureValidationErrors` ) and also stores the warning in the CloudTrail log.
72
72
  *
73
73
  * Default value: `Warn`
74
74
  * @default "Warn"
@@ -84,7 +84,7 @@ export type LambdaEventSourceMappingProps = {
84
84
  * - *Amazon DocumentDB* – The ARN of the DocumentDB change stream.
85
85
  * @minLength 12
86
86
  * @maxLength 1024
87
- * @pattern arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?(-iso([a-z])?)?-[a-z]+-\d{1})?:(\d{12})?:(.*)
87
+ * @pattern arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)
88
88
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcearn}
89
89
  */
90
90
  EventSourceArn?: string | undefined;
@@ -104,7 +104,7 @@ export type LambdaEventSourceMappingProps = {
104
104
  * The length constraint applies only to the full ARN. If you specify only the function name, it's limited to 64 characters in length.
105
105
  * @minLength 1
106
106
  * @maxLength 140
107
- * @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|[a-zA-Z0-9-_]+))?
107
+ * @pattern (arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?
108
108
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-functionname}
109
109
  */
110
110
  FunctionName: string;
@@ -241,7 +241,7 @@ export type LambdaEventSourceMappingAttribs = {
241
241
  * The Amazon Resource Name (ARN) of the event source mapping.
242
242
  * @minLength 85
243
243
  * @maxLength 120
244
- * @pattern arn:(aws[a-zA-Z-]*)?:lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
244
+ * @pattern arn:(aws[a-zA-Z-]*)?:lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:\d{12}:event-source-mapping:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}
245
245
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-eventsourcemapping.html#cfn-lambda-eventsourcemapping-eventsourcemappingarn}
246
246
  */
247
247
  EventSourceMappingArn: string;
@@ -366,7 +366,7 @@ export type OnFailure = {
366
366
  * To retain records of failed invocations from [Kinesis](https://docs.aws.amazon.com/lambda/latest/dg/with-kinesis.html) , [DynamoDB](https://docs.aws.amazon.com/lambda/latest/dg/with-ddb.html) , [self-managed Kafka](https://docs.aws.amazon.com/lambda/latest/dg/with-kafka.html#services-smaa-onfailure-destination) or [Amazon MSK](https://docs.aws.amazon.com/lambda/latest/dg/with-msk.html#services-msk-onfailure-destination) , you can configure an Amazon SNS topic, Amazon SQS queue, or Amazon S3 bucket as the destination.
367
367
  * @minLength 12
368
368
  * @maxLength 1024
369
- * @pattern arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?(-iso([a-z])?)?-[a-z]+-\d{1})?:(\d{12})?:(.*)
369
+ * @pattern arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)
370
370
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-onfailure.html#cfn-lambda-eventsourcemapping-onfailure-destination}
371
371
  */
372
372
  Destination?: string | undefined;
@@ -420,7 +420,7 @@ export type SchemaRegistryAccessConfig = {
420
420
  * The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.
421
421
  * @minLength 1
422
422
  * @maxLength 10000
423
- * @pattern arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:([a-z]{2}(-gov)?(-iso([a-z])?)?-[a-z]+-\d{1})?:(\d{12})?:(.*)
423
+ * @pattern arn:(aws[a-zA-Z0-9-]*):([a-zA-Z0-9\-])+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:(.*)
424
424
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-eventsourcemapping-schemaregistryaccessconfig.html#cfn-lambda-eventsourcemapping-schemaregistryaccessconfig-uri}
425
425
  */
426
426
  URI?: string | undefined;
@@ -31,7 +31,7 @@ export type LambdaVersionProps = {
31
31
  * The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
32
32
  * @minLength 1
33
33
  * @maxLength 140
34
- * @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|[a-zA-Z0-9-_]+))?$
34
+ * @pattern ^(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[a-zA-Z0-9-_]+))?$
35
35
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-version.html#cfn-lambda-version-functionname}
36
36
  */
37
37
  FunctionName: string;
@@ -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|[a-zA-Z0-9-_]+))?$
55
+ * @pattern ^(arn:(aws[a-zA-Z-]*)?:lambda:)?((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-_]+)(:(\$LATEST|[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;
@@ -84,7 +84,7 @@ export type RuntimePolicy = {
84
84
  * > This is only required if you're using the *Manual* runtime update mode.
85
85
  * @minLength 26
86
86
  * @maxLength 2048
87
- * @pattern ^arn:(aws[a-zA-Z-]*):lambda:[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}::runtime:.+$
87
+ * @pattern ^arn:(aws[a-zA-Z-]*):lambda:(eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1}::runtime:.+$
88
88
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-version-runtimepolicy.html#cfn-lambda-version-runtimepolicy-runtimeversionarn}
89
89
  */
90
90
  RuntimeVersionArn?: string | undefined;
@@ -27,6 +27,11 @@ export type OmicsWorkflowProps = {
27
27
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-accelerators}
28
28
  */
29
29
  Accelerators?: Accelerators | undefined;
30
+ /**
31
+ * Contains information about a source code repository that hosts the workflow definition files.
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-definitionrepository}
33
+ */
34
+ DefinitionRepository?: DefinitionRepository | undefined;
30
35
  /**
31
36
  * The URI of a definition for the workflow.
32
37
  * @minLength 1
@@ -69,6 +74,12 @@ export type OmicsWorkflowProps = {
69
74
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-parametertemplate}
70
75
  */
71
76
  ParameterTemplate?: Record<string, WorkflowParameter> | undefined;
77
+ /**
78
+ * Path to the primary workflow parameter template JSON file inside the repository
79
+ * @pattern ^[\S]+$
80
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-parametertemplatepath}
81
+ */
82
+ ParameterTemplatePath?: string | undefined;
72
83
  /**
73
84
  * The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version. The `storageCapacity` can be overwritten at run time. The storage capacity is not required for runs with a `DYNAMIC` storage type.
74
85
  * @min 0
@@ -85,6 +96,31 @@ export type OmicsWorkflowProps = {
85
96
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-tags}
86
97
  */
87
98
  Tags?: Record<string, string> | undefined;
99
+ /**
100
+ * Optional workflow bucket owner ID to verify the workflow bucket
101
+ * @pattern ^[0-9]{12}$
102
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-workflowbucketownerid}
103
+ */
104
+ WorkflowBucketOwnerId?: string | undefined;
105
+ /**
106
+ * The markdown content for the workflow's README file. This provides documentation and usage information for users of the workflow.
107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-readmemarkdown}
108
+ */
109
+ readmeMarkdown?: string | undefined;
110
+ /**
111
+ * The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
112
+ * @minLength 1
113
+ * @maxLength 128
114
+ * @pattern ^[\p{L}||\p{M}||\p{Z}||\p{S}||\p{N}||\p{P}]+$
115
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-readmepath}
116
+ */
117
+ readmePath?: string | undefined;
118
+ /**
119
+ * The S3 URI of the README file for the workflow. This file provides documentation and usage information for the workflow. The S3 URI must begin with s3://USER-OWNED-BUCKET/. The requester must have access to the S3 bucket and object. The max README content length is 500 KiB.
120
+ * @pattern ^s3://([a-z0-9][a-z0-9-.]{1,61}[a-z0-9])/((.{1,1024}))$
121
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#cfn-omics-workflow-readmeuri}
122
+ */
123
+ readmeUri?: string | undefined;
88
124
  };
89
125
  /**
90
126
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflow.html#aws-resource-omics-workflow-return-values}
@@ -133,6 +169,52 @@ export type OmicsWorkflowAttribs = {
133
169
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-accelerators.html}
134
170
  */
135
171
  export type Accelerators = "GPU";
172
+ /**
173
+ * Contains information about a source code repository that hosts the workflow definition files.
174
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html}
175
+ */
176
+ export type DefinitionRepository = {
177
+ /**
178
+ * The Amazon Resource Name (ARN) of the connection to the source code repository.
179
+ * @minLength 1
180
+ * @maxLength 256
181
+ * @pattern ^arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+$
182
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html#cfn-omics-workflow-definitionrepository-connectionarn}
183
+ */
184
+ connectionArn?: string | undefined;
185
+ /**
186
+ * A list of file patterns to exclude when retrieving the workflow definition from the repository.
187
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html#cfn-omics-workflow-definitionrepository-excludefilepatterns}
188
+ */
189
+ excludeFilePatterns?: string[] | undefined;
190
+ /**
191
+ * The full repository identifier, including the repository owner and name. For example, 'repository-owner/repository-name'.
192
+ * @pattern .+/.+
193
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html#cfn-omics-workflow-definitionrepository-fullrepositoryid}
194
+ */
195
+ fullRepositoryId?: string | undefined;
196
+ /**
197
+ * The source reference for the repository, such as a branch name, tag, or commit ID.
198
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-definitionrepository.html#cfn-omics-workflow-definitionrepository-sourcereference}
199
+ */
200
+ sourceReference?: SourceReference | undefined;
201
+ };
202
+ /**
203
+ * Contains information about the source reference in a code repository, such as a branch, tag, or commit.
204
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-sourcereference.html}
205
+ */
206
+ export type SourceReference = {
207
+ /**
208
+ * The type of source reference, such as branch, tag, or commit.
209
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-sourcereference.html#cfn-omics-workflow-sourcereference-type}
210
+ */
211
+ type?: "BRANCH" | "TAG" | "COMMIT" | undefined;
212
+ /**
213
+ * The value of the source reference, such as the branch name, tag name, or commit ID.
214
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-omics-workflow-sourcereference.html#cfn-omics-workflow-sourcereference-value}
215
+ */
216
+ value?: string | undefined;
217
+ };
136
218
  /**
137
219
  * @minLength 1
138
220
  * @maxLength 64
@@ -73,7 +73,7 @@ export type QBusinessDataSourceProps = {
73
73
  */
74
74
  MediaExtractionConfiguration?: MediaExtractionConfiguration | undefined;
75
75
  /**
76
- * The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources.
76
+ * The Amazon Resource Name (ARN) of an IAM role with permission to access the data source and required resources. This field is required for all connector types except custom connectors, where it is optional.
77
77
  * @minLength 0
78
78
  * @maxLength 1284
79
79
  * @pattern ^arn:[a-z0-9-\.]{1,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[a-z0-9-\.]{0,63}:[^/].{0,1023}$
@@ -167,6 +167,19 @@ export type AsyncInferenceOutputConfig = {
167
167
  */
168
168
  S3OutputPath?: string | undefined;
169
169
  };
170
+ /**
171
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-capacityreservationconfig.html}
172
+ */
173
+ export type CapacityReservationConfig = {
174
+ /**
175
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-capacityreservationconfig.html#cfn-sagemaker-endpointconfig-capacityreservationconfig-capacityreservationpreference}
176
+ */
177
+ CapacityReservationPreference?: string | undefined;
178
+ /**
179
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-capacityreservationconfig.html#cfn-sagemaker-endpointconfig-capacityreservationconfig-mlreservationarn}
180
+ */
181
+ MlReservationArn?: string | undefined;
182
+ };
170
183
  /**
171
184
  * Specifies the JSON and CSV content types of the data that the endpoint captures.
172
185
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-capturecontenttypeheader.html}
@@ -430,6 +443,10 @@ export type ManagedInstanceScaling = {
430
443
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-productionvariant.html}
431
444
  */
432
445
  export type ProductionVariant = {
446
+ /**
447
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-productionvariant.html#cfn-sagemaker-endpointconfig-productionvariant-capacityreservationconfig}
448
+ */
449
+ CapacityReservationConfig?: CapacityReservationConfig | undefined;
433
450
  /**
434
451
  * The timeout value, in seconds, for your inference container to pass health check by SageMaker Hosting. For more information about health check, see [How Your Container Should Respond to Health Check (Ping) Requests](https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-algo-ping-requests) .
435
452
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-endpointconfig-productionvariant.html#cfn-sagemaker-endpointconfig-productionvariant-containerstartuphealthchecktimeoutinseconds}
@@ -32,6 +32,11 @@ export type SyntheticsCanaryProps = {
32
32
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-artifacts3location}
33
33
  */
34
34
  ArtifactS3Location: string;
35
+ /**
36
+ * List of browser configurations for the canary
37
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-browserconfigs}
38
+ */
39
+ BrowserConfigs?: BrowserConfig[] | undefined;
35
40
  /**
36
41
  * Use this structure to input your script code for the canary. This structure contains the Lambda handler with the location where the canary should start running the script. If the script is stored in an S3 bucket, the bucket name, key, and version are also included. If the script is passed into the canary directly, the script code is contained in the value of `Script` .
37
42
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-code}
@@ -135,6 +140,11 @@ export type SyntheticsCanaryProps = {
135
140
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-visualreference}
136
141
  */
137
142
  VisualReference?: VisualReference | undefined;
143
+ /**
144
+ * List of visual references for the canary
145
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#cfn-synthetics-canary-visualreferences}
146
+ */
147
+ VisualReferences?: VisualReference[] | undefined;
138
148
  };
139
149
  /**
140
150
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-synthetics-canary.html#aws-resource-synthetics-canary-return-values}
@@ -183,6 +193,19 @@ export type BaseScreenshot = {
183
193
  */
184
194
  ScreenshotName: string;
185
195
  };
196
+ /**
197
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-browserconfig.html}
198
+ */
199
+ export type BrowserConfig = {
200
+ /**
201
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-browserconfig.html#cfn-synthetics-canary-browserconfig-browsertype}
202
+ */
203
+ BrowserType: BrowserType;
204
+ };
205
+ /**
206
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-browsertype.html}
207
+ */
208
+ export type BrowserType = "CHROME" | "FIREFOX";
186
209
  /**
187
210
  * Use this structure to input your script code for the canary. This structure contains the Lambda handler with the location where the canary should start running the script. If the script is stored in an S3 bucket, the bucket name, key, and version are also included. If the script is passed into the canary directly, the script code is contained in the value of `Script` .
188
211
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-code.html}
@@ -414,5 +437,9 @@ export type VisualReference = {
414
437
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-visualreference.html#cfn-synthetics-canary-visualreference-basescreenshots}
415
438
  */
416
439
  BaseScreenshots?: BaseScreenshot[] | undefined;
440
+ /**
441
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-synthetics-canary-visualreference.html#cfn-synthetics-canary-visualreference-browsertype}
442
+ */
443
+ BrowserType?: BrowserType | undefined;
417
444
  };
418
445
  //# sourceMappingURL=aws-synthetics-canary.d.ts.map
@@ -4,7 +4,18 @@ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
4
4
  *
5
5
  * You can import both the certificate and its chain in the `Certificate` parameter.
6
6
  *
7
- * > If you use the `Certificate` parameter to upload both the certificate and its chain, don't use the `CertificateChain` parameter.
7
+ * After importing a certificate, AWS Transfer Family automatically creates a Amazon CloudWatch metric called `DaysUntilExpiry` that tracks the number of days until the certificate expires. The metric is based on the `InactiveDate` parameter and is published daily in the `AWS/Transfer` namespace.
8
+ *
9
+ * > It can take up to a full day after importing a certificate for Transfer Family to emit the `DaysUntilExpiry` metric to your account. > If you use the `Certificate` parameter to upload both the certificate and its chain, don't use the `CertificateChain` parameter.
10
+ *
11
+ * *CloudWatch monitoring*
12
+ *
13
+ * The `DaysUntilExpiry` metric includes the following specifications:
14
+ *
15
+ * - *Units:* Count (days)
16
+ * - *Dimensions:* `CertificateId` (always present), `Description` (if provided during certificate import)
17
+ * - *Statistics:* Minimum, Maximum, Average
18
+ * - *Frequency:* Published daily
8
19
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html}
9
20
  */
10
21
  export type TransferCertificate = ResourceDefinitionWithAttributes<"AWS::Transfer::Certificate", TransferCertificateProps, TransferCertificateAttribs>;
@@ -13,7 +24,18 @@ export type TransferCertificate = ResourceDefinitionWithAttributes<"AWS::Transfe
13
24
  *
14
25
  * You can import both the certificate and its chain in the `Certificate` parameter.
15
26
  *
16
- * > If you use the `Certificate` parameter to upload both the certificate and its chain, don't use the `CertificateChain` parameter.
27
+ * After importing a certificate, AWS Transfer Family automatically creates a Amazon CloudWatch metric called `DaysUntilExpiry` that tracks the number of days until the certificate expires. The metric is based on the `InactiveDate` parameter and is published daily in the `AWS/Transfer` namespace.
28
+ *
29
+ * > It can take up to a full day after importing a certificate for Transfer Family to emit the `DaysUntilExpiry` metric to your account. > If you use the `Certificate` parameter to upload both the certificate and its chain, don't use the `CertificateChain` parameter.
30
+ *
31
+ * *CloudWatch monitoring*
32
+ *
33
+ * The `DaysUntilExpiry` metric includes the following specifications:
34
+ *
35
+ * - *Units:* Count (days)
36
+ * - *Dimensions:* `CertificateId` (always present), `Description` (if provided during certificate import)
37
+ * - *Statistics:* Minimum, Maximum, Average
38
+ * - *Frequency:* Published daily
17
39
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-transfer-certificate.html}
18
40
  */
19
41
  export type TransferCertificateProps = {
@@ -262,6 +262,8 @@ export type EndpointDetails = {
262
262
  /**
263
263
  * A list of security groups IDs that are available to attach to your server's endpoint.
264
264
  *
265
+ * > While `SecurityGroupIds` appears in the response syntax for consistency with `CreateServer` and `UpdateServer` operations, this field is not populated in `DescribeServer` responses. Security groups are managed at the VPC endpoint level and can be modified outside of the Transfer Family service. To retrieve current security group information, use the EC2 `DescribeVpcEndpoints` API with the `VpcEndpointId` returned in the response.
266
+ * >
265
267
  * > This property can only be set when `EndpointType` is set to `VPC` .
266
268
  * >
267
269
  * > You can edit the `SecurityGroupIds` property in the [UpdateServer](https://docs.aws.amazon.com/transfer/latest/userguide/API_UpdateServer.html) API only if you are changing the `EndpointType` from `PUBLIC` or `VPC_ENDPOINT` to `VPC` . To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 [ModifyVpcEndpoint](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyVpcEndpoint.html) API.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@propulsionworks/cloudformation",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "author": {
5
5
  "name": "Gordon Leigh"
6
6
  },