@propulsionworks/cloudformation 0.1.13 → 0.1.15
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/lib/builder.ts +5 -5
- package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +11 -4
- package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +133 -0
- package/out/exports/resources.generated/aws-arczonalshift-zonalautoshiftconfiguration.d.ts +7 -7
- package/out/exports/resources.generated/aws-b2bi-partnership.d.ts +108 -0
- package/out/exports/resources.generated/aws-b2bi-transformer.d.ts +35 -0
- package/out/exports/resources.generated/aws-batch-computeenvironment.d.ts +14 -0
- package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +37 -18
- package/out/exports/resources.generated/aws-cassandra-table.d.ts +29 -0
- package/out/exports/resources.generated/aws-cloudformation-guardhook.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-hookversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-moduleversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-resourceversion.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-stack.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +4 -4
- package/out/exports/resources.generated/aws-cloudformation-waitcondition.d.ts +1 -1
- package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +14 -5
- package/out/exports/resources.generated/aws-cloudfront-vpcorigin.d.ts +1 -1
- package/out/exports/resources.generated/aws-connectcampaignsv2-campaign.d.ts +10 -0
- package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +6 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +0 -1
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +5 -0
- package/out/exports/resources.generated/aws-ec2-networkinterfacepermission.d.ts +2 -2
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilterrule.d.ts +3 -2
- package/out/exports/resources.generated/aws-ecs-service.d.ts +2 -2
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +3 -3
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-listener.d.ts +2 -0
- package/out/exports/resources.generated/aws-emrserverless-application.d.ts +19 -0
- package/out/exports/resources.generated/aws-fsx-s3accesspointattachment.d.ts +140 -0
- package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +8 -0
- package/out/exports/resources.generated/aws-gamelift-fleet.d.ts +1 -1
- package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +1 -0
- package/out/exports/resources.generated/aws-kendra-datasource.d.ts +15 -0
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +22 -0
- package/out/exports/resources.generated/aws-lex-bot.d.ts +34 -0
- package/out/exports/resources.generated/aws-logs-transformer.d.ts +36 -0
- package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +9 -0
- package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +25 -2
- package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +16 -2
- package/out/exports/resources.generated/aws-neptune-dbinstance.d.ts +0 -4
- package/out/exports/resources.generated/aws-networkmanager-vpcattachment.d.ts +12 -0
- package/out/exports/resources.generated/aws-rolesanywhere-trustanchor.d.ts +1 -1
- package/out/exports/resources.generated/aws-route53resolver-resolverendpoint.d.ts +4 -1
- package/out/exports/resources.generated/aws-route53resolver-resolverrule.d.ts +8 -1
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +2 -0
- package/out/exports/resources.generated/aws-s3tables-namespace.d.ts +27 -0
- package/out/exports/resources.generated/aws-securityhub-aggregatorv2.d.ts +7 -7
- package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +123 -70
- package/out/exports/resources.generated/aws-securityhub-hubv2.d.ts +5 -1
- package/out/exports/resources.generated/aws-synthetics-canary.d.ts +1 -1
- package/out/exports/resources.generated/aws-workspacesinstances-volume.d.ts +89 -0
- package/out/exports/resources.generated/aws-workspacesinstances-volumeassociation.d.ts +36 -0
- package/out/exports/resources.generated/aws-workspacesinstances-workspaceinstance.d.ts +311 -0
- package/out/lib/builder.d.ts +3 -3
- package/out/lib/builder.d.ts.map +1 -1
- package/out/lib/builder.js +2 -2
- package/out/lib/builder.js.map +1 -1
- package/package.json +1 -1
|
@@ -9,6 +9,13 @@ export type Route53ResolverResolverRule = ResourceDefinitionWithAttributes<"AWS:
|
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html}
|
|
10
10
|
*/
|
|
11
11
|
export type Route53ResolverResolverRuleProps = {
|
|
12
|
+
/**
|
|
13
|
+
* DNS queries with delegation records that point to this domain name are forwarded to resolvers on your network.
|
|
14
|
+
* @minLength 1
|
|
15
|
+
* @maxLength 256
|
|
16
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html#cfn-route53resolver-resolverrule-delegationrecord}
|
|
17
|
+
*/
|
|
18
|
+
DelegationRecord?: string | undefined;
|
|
12
19
|
/**
|
|
13
20
|
* DNS queries for this domain name are forwarded to the IP addresses that are specified in `TargetIps` . If a query matches multiple Resolver rules (example.com and www.example.com), the query is routed using the Resolver rule that contains the most specific domain name (www.example.com).
|
|
14
21
|
* @minLength 1
|
|
@@ -31,7 +38,7 @@ export type Route53ResolverResolverRuleProps = {
|
|
|
31
38
|
*/
|
|
32
39
|
ResolverEndpointId?: string | undefined;
|
|
33
40
|
/**
|
|
34
|
-
* When you want to forward DNS queries for specified domain name to resolvers on your network, specify `FORWARD` .
|
|
41
|
+
* When you want to forward DNS queries for specified domain name to resolvers on your network, specify `FORWARD` or `DELEGATE` . If a query matches multiple Resolver rules (example.com and www.example.com), outbound DNS queries are routed using the Resolver rule that contains the most specific domain name (www.example.com).
|
|
35
42
|
*
|
|
36
43
|
* When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify `SYSTEM` .
|
|
37
44
|
*
|
|
@@ -985,6 +985,8 @@ export type ReplicationDestination = {
|
|
|
985
985
|
* The storage class to use when replicating objects, such as S3 Standard or reduced redundancy. By default, Amazon S3 uses the storage class of the source object to create the object replica.
|
|
986
986
|
*
|
|
987
987
|
* For valid values, see the `StorageClass` element of the [PUT Bucket replication](https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTreplication.html) action in the *Amazon S3 API Reference* .
|
|
988
|
+
*
|
|
989
|
+
* `FSX_OPENZFS` is not an accepted value when replicating objects.
|
|
988
990
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-replicationdestination.html#cfn-s3-bucket-replicationdestination-storageclass}
|
|
989
991
|
*/
|
|
990
992
|
StorageClass?: "DEEP_ARCHIVE" | "GLACIER" | "GLACIER_IR" | "INTELLIGENT_TIERING" | "ONEZONE_IA" | "REDUCED_REDUNDANCY" | "STANDARD" | "STANDARD_IA" | undefined;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import type { ResourceDefinition } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* Creates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see [Create a namespace](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-create.html) in the *Amazon Simple Storage Service User Guide* .
|
|
4
|
+
*
|
|
5
|
+
* - **Permissions** - You must have the `s3tables:CreateNamespace` permission to use this operation.
|
|
6
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html}
|
|
7
|
+
*/
|
|
8
|
+
export type S3TablesNamespace = ResourceDefinition<"AWS::S3Tables::Namespace", S3TablesNamespaceProps>;
|
|
9
|
+
/**
|
|
10
|
+
* Creates a namespace. A namespace is a logical grouping of tables within your table bucket, which you can use to organize tables. For more information, see [Create a namespace](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-namespace-create.html) in the *Amazon Simple Storage Service User Guide* .
|
|
11
|
+
*
|
|
12
|
+
* - **Permissions** - You must have the `s3tables:CreateNamespace` permission to use this operation.
|
|
13
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html}
|
|
14
|
+
*/
|
|
15
|
+
export type S3TablesNamespaceProps = {
|
|
16
|
+
/**
|
|
17
|
+
* The name of the namespace.
|
|
18
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html#cfn-s3tables-namespace-namespace}
|
|
19
|
+
*/
|
|
20
|
+
Namespace: string;
|
|
21
|
+
/**
|
|
22
|
+
* The Amazon Resource Name (ARN) of the specified table bucket.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html#cfn-s3tables-namespace-tablebucketarn}
|
|
24
|
+
*/
|
|
25
|
+
TableBucketARN: string;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=aws-s3tables-namespace.d.ts.map
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
-
*
|
|
3
|
+
* Enables aggregation across AWS Regions . This API is in private preview and subject to change.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html}
|
|
5
5
|
*/
|
|
6
6
|
export type SecurityHubAggregatorV2 = ResourceDefinitionWithAttributes<"AWS::SecurityHub::AggregatorV2", SecurityHubAggregatorV2Props, SecurityHubAggregatorV2Attribs>;
|
|
7
7
|
/**
|
|
8
|
-
*
|
|
8
|
+
* Enables aggregation across AWS Regions . This API is in private preview and subject to change.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html}
|
|
10
10
|
*/
|
|
11
11
|
export type SecurityHubAggregatorV2Props = {
|
|
12
12
|
/**
|
|
13
|
-
* The list of
|
|
13
|
+
* The list of Regions that are linked to the aggregation Region.
|
|
14
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-linkedregions}
|
|
15
15
|
*/
|
|
16
16
|
LinkedRegions: string[];
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Determines how Regions are linked to an Aggregator V2.
|
|
19
19
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-regionlinkingmode}
|
|
20
20
|
*/
|
|
21
21
|
RegionLinkingMode: "SPECIFIED_REGIONS";
|
|
22
22
|
/**
|
|
23
|
-
* A key-value
|
|
23
|
+
* A list of key-value pairs to be applied to the AggregatorV2.
|
|
24
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-tags}
|
|
25
25
|
*/
|
|
26
26
|
Tags?: Record<string, string> | undefined;
|
|
@@ -30,12 +30,12 @@ export type SecurityHubAggregatorV2Props = {
|
|
|
30
30
|
*/
|
|
31
31
|
export type SecurityHubAggregatorV2Attribs = {
|
|
32
32
|
/**
|
|
33
|
-
* The
|
|
33
|
+
* The AWS Region where data is aggregated.
|
|
34
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-aggregationregion}
|
|
35
35
|
*/
|
|
36
36
|
AggregationRegion: string;
|
|
37
37
|
/**
|
|
38
|
-
* The ARN of the AggregatorV2
|
|
38
|
+
* The ARN of the AggregatorV2.
|
|
39
39
|
* @pattern arn:aws\S*:securityhub:\S*
|
|
40
40
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-aggregatorv2arn}
|
|
41
41
|
*/
|