@propulsionworks/cloudformation 0.1.11 → 0.1.13

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 (57) hide show
  1. package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +38 -0
  2. package/out/exports/resources.generated/aws-amplify-app.d.ts +32 -2
  3. package/out/exports/resources.generated/aws-apigateway-method.d.ts +1 -1
  4. package/out/exports/resources.generated/aws-appsync-apicache.d.ts +4 -0
  5. package/out/exports/resources.generated/aws-athena-workgroup.d.ts +37 -0
  6. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +48 -21
  7. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +3 -3
  8. package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +1 -1
  9. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +20 -2
  10. package/out/exports/resources.generated/aws-connect-queue.d.ts +1 -1
  11. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +50 -1
  12. package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +13 -1
  13. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +34 -4
  14. package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +101 -0
  15. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +3 -1
  16. package/out/exports/resources.generated/aws-dsql-cluster.d.ts +17 -9
  17. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +55 -0
  18. package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +6 -1
  19. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +7 -1
  20. package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-ecs-service.d.ts +60 -2
  22. package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +15 -3
  23. package/out/exports/resources.generated/aws-eks-addon.d.ts +3 -3
  24. package/out/exports/resources.generated/aws-eks-cluster.d.ts +14 -12
  25. package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +24 -2
  26. package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +15 -5
  27. package/out/exports/resources.generated/aws-evs-environment.d.ts +62 -7
  28. package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +56 -0
  30. package/out/exports/resources.generated/aws-kendra-datasource.d.ts +113 -1
  31. package/out/exports/resources.generated/aws-kms-key.d.ts +10 -3
  32. package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +4 -2
  33. package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +2 -9
  34. package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +66 -0
  35. package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +2 -0
  36. package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +2 -0
  37. package/out/exports/resources.generated/aws-msk-cluster.d.ts +15 -1
  38. package/out/exports/resources.generated/aws-mwaa-environment.d.ts +10 -0
  39. package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +4 -0
  40. package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +1 -1
  41. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +1 -1
  42. package/out/exports/resources.generated/aws-networkfirewall-vpcendpointassociation.d.ts +38 -6
  43. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +6 -5
  44. package/out/exports/resources.generated/aws-organizations-policy.d.ts +1 -1
  45. package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +1 -1
  46. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +65 -0
  47. package/out/exports/resources.generated/aws-sagemaker-model.d.ts +2 -0
  48. package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +2 -0
  49. package/out/exports/resources.generated/aws-securityhub-aggregatorv2.d.ts +44 -0
  50. package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +1 -1
  51. package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +403 -0
  52. package/out/exports/resources.generated/aws-securityhub-hubv2.d.ts +30 -0
  53. package/out/exports/resources.generated/aws-securityhub-insight.d.ts +1 -1
  54. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +5 -0
  55. package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +31 -1
  56. package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +175 -4
  57. package/package.json +1 -1
@@ -1,32 +1,62 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
- * Resource type definition for AWS::NetworkFirewall::VpcEndpointAssociation
3
+ * A VPC endpoint association defines a single subnet to use for a firewall endpoint for a `Firewall` . You can define VPC endpoint associations only in the Availability Zones that already have a subnet mapping defined in the `Firewall` resource.
4
+ *
5
+ * > You can retrieve the list of Availability Zones that are available for use by calling `DescribeFirewallMetadata` .
6
+ *
7
+ * To manage firewall endpoints, first, in the `Firewall` specification, you specify a single VPC and one subnet for each of the Availability Zones where you want to use the firewall. Then you can define additional endpoints as VPC endpoint associations.
8
+ *
9
+ * You can use VPC endpoint associations to expand the protections of the firewall as follows:
10
+ *
11
+ * - *Protect multiple VPCs with a single firewall* - You can use the firewall to protect other VPCs, either in your account or in accounts where the firewall is shared. You can only specify Availability Zones that already have a firewall endpoint defined in the `Firewall` subnet mappings.
12
+ * - *Define multiple firewall endpoints for a VPC in an Availability Zone* - You can create additional firewall endpoints for the VPC that you have defined in the firewall, in any Availability Zone that already has an endpoint defined in the `Firewall` subnet mappings. You can create multiple VPC endpoint associations for any other VPC where you use the firewall.
13
+ *
14
+ * You can use AWS Resource Access Manager to share a `Firewall` that you own with other accounts, which gives them the ability to use the firewall to create VPC endpoint associations. For information about sharing a firewall, see `PutResourcePolicy` in this guide and see [Sharing Network Firewall resources](https://docs.aws.amazon.com/network-firewall/latest/developerguide/sharing.html) in the *AWS Network Firewall Developer Guide* .
15
+ *
16
+ * The status of the VPC endpoint association, which indicates whether it's ready to filter network traffic, is provided in the corresponding `VpcEndpointAssociationStatus` . You can retrieve both the association and its status by calling `DescribeVpcEndpointAssociation` .
4
17
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html}
5
18
  */
6
19
  export type NetworkFirewallVpcEndpointAssociation = ResourceDefinitionWithAttributes<"AWS::NetworkFirewall::VpcEndpointAssociation", NetworkFirewallVpcEndpointAssociationProps, NetworkFirewallVpcEndpointAssociationAttribs>;
7
20
  /**
8
- * Resource type definition for AWS::NetworkFirewall::VpcEndpointAssociation
21
+ * A VPC endpoint association defines a single subnet to use for a firewall endpoint for a `Firewall` . You can define VPC endpoint associations only in the Availability Zones that already have a subnet mapping defined in the `Firewall` resource.
22
+ *
23
+ * > You can retrieve the list of Availability Zones that are available for use by calling `DescribeFirewallMetadata` .
24
+ *
25
+ * To manage firewall endpoints, first, in the `Firewall` specification, you specify a single VPC and one subnet for each of the Availability Zones where you want to use the firewall. Then you can define additional endpoints as VPC endpoint associations.
26
+ *
27
+ * You can use VPC endpoint associations to expand the protections of the firewall as follows:
28
+ *
29
+ * - *Protect multiple VPCs with a single firewall* - You can use the firewall to protect other VPCs, either in your account or in accounts where the firewall is shared. You can only specify Availability Zones that already have a firewall endpoint defined in the `Firewall` subnet mappings.
30
+ * - *Define multiple firewall endpoints for a VPC in an Availability Zone* - You can create additional firewall endpoints for the VPC that you have defined in the firewall, in any Availability Zone that already has an endpoint defined in the `Firewall` subnet mappings. You can create multiple VPC endpoint associations for any other VPC where you use the firewall.
31
+ *
32
+ * You can use AWS Resource Access Manager to share a `Firewall` that you own with other accounts, which gives them the ability to use the firewall to create VPC endpoint associations. For information about sharing a firewall, see `PutResourcePolicy` in this guide and see [Sharing Network Firewall resources](https://docs.aws.amazon.com/network-firewall/latest/developerguide/sharing.html) in the *AWS Network Firewall Developer Guide* .
33
+ *
34
+ * The status of the VPC endpoint association, which indicates whether it's ready to filter network traffic, is provided in the corresponding `VpcEndpointAssociationStatus` . You can retrieve both the association and its status by calling `DescribeVpcEndpointAssociation` .
9
35
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html}
10
36
  */
11
37
  export type NetworkFirewallVpcEndpointAssociationProps = {
12
38
  /**
39
+ * A description of the VPC endpoint association.
13
40
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-description}
14
41
  */
15
42
  Description?: string | undefined;
16
43
  /**
17
- * A resource ARN.
44
+ * The Amazon Resource Name (ARN) of the firewall.
18
45
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-firewallarn}
19
46
  */
20
47
  FirewallArn: string;
21
48
  /**
49
+ * The ID for a subnet that's used in an association with a firewall. This is used in `CreateFirewall` , `AssociateSubnets` , and `CreateVpcEndpointAssociation` . AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
22
50
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-subnetmapping}
23
51
  */
24
52
  SubnetMapping: SubnetMapping;
25
53
  /**
54
+ * The key:value pairs to associate with the resource.
26
55
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-tags}
27
56
  */
28
57
  Tags?: Tag[] | undefined;
29
58
  /**
59
+ * The unique identifier of the VPC for the endpoint association.
30
60
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-vpcid}
31
61
  */
32
62
  VpcId: string;
@@ -41,26 +71,28 @@ export type NetworkFirewallVpcEndpointAssociationAttribs = {
41
71
  */
42
72
  EndpointId: string;
43
73
  /**
44
- * A resource ARN.
74
+ * The Amazon Resource Name (ARN) of a VPC endpoint association.
45
75
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-vpcendpointassociationarn}
46
76
  */
47
77
  VpcEndpointAssociationArn: string;
48
78
  /**
79
+ * The unique identifier of the VPC endpoint association.
49
80
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-networkfirewall-vpcendpointassociation.html#cfn-networkfirewall-vpcendpointassociation-vpcendpointassociationid}
50
81
  */
51
82
  VpcEndpointAssociationId: string;
52
83
  };
53
84
  /**
85
+ * The ID for a subnet that's used in an association with a firewall. This is used in `CreateFirewall` , `AssociateSubnets` , and `CreateVpcEndpointAssociation` . AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
54
86
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-vpcendpointassociation-subnetmapping.html}
55
87
  */
56
88
  export type SubnetMapping = {
57
89
  /**
58
- * A IPAddressType
90
+ * The subnet's IP address type. You can't change the IP address type after you create the subnet.
59
91
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-vpcendpointassociation-subnetmapping.html#cfn-networkfirewall-vpcendpointassociation-subnetmapping-ipaddresstype}
60
92
  */
61
93
  IPAddressType?: string | undefined;
62
94
  /**
63
- * A SubnetId.
95
+ * The unique identifier for the subnet.
64
96
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-vpcendpointassociation-subnetmapping.html#cfn-networkfirewall-vpcendpointassociation-subnetmapping-subnetid}
65
97
  */
66
98
  SubnetId: string;
@@ -120,6 +120,11 @@ export type OpsWorksCMServerProps = {
120
120
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-securitygroupids}
121
121
  */
122
122
  SecurityGroupIds?: string[] | undefined;
123
+ /**
124
+ * The name of the server. The server name must be unique within your AWS account, within each region. Server names must start with a letter; then letters, numbers, or hyphens (-) are allowed, up to a maximum of 40 characters.
125
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername}
126
+ */
127
+ ServerName?: string | undefined;
123
128
  /**
124
129
  * The service role that the AWS OpsWorks CM service backend uses to work with your account. Although the AWS OpsWorks management console typically creates the service role for you, if you are using the AWS CLI or API commands, run the service-role-creation.yaml AWS CloudFormation template, located at https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml. This template creates a CloudFormation stack that includes the service role and instance profile that you need.
125
130
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servicerolearn}
@@ -163,14 +168,10 @@ export type OpsWorksCMServerAttribs = {
163
168
  */
164
169
  Endpoint: string;
165
170
  /**
171
+ * The ID of the server.
166
172
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-id}
167
173
  */
168
174
  Id: string;
169
- /**
170
- * The name of the server.
171
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opsworkscm-server.html#cfn-opsworkscm-server-servername}
172
- */
173
- ServerName: string;
174
175
  };
175
176
  /**
176
177
  * The `EngineAttribute` property type specifies administrator credentials for an AWS OpsWorks for Chef Automate or OpsWorks for Puppet Enterprise server. `EngineAttribute` is a property of the `AWS::OpsWorksCM::Server` resource type.
@@ -86,7 +86,7 @@ export type OrganizationsPolicyProps = {
86
86
  * The type of policy to create.
87
87
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#cfn-organizations-policy-type}
88
88
  */
89
- Type: "SERVICE_CONTROL_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "BACKUP_POLICY" | "TAG_POLICY" | "CHATBOT_POLICY" | "RESOURCE_CONTROL_POLICY" | "DECLARATIVE_POLICY_EC2";
89
+ Type: "SERVICE_CONTROL_POLICY" | "AISERVICES_OPT_OUT_POLICY" | "BACKUP_POLICY" | "TAG_POLICY" | "CHATBOT_POLICY" | "RESOURCE_CONTROL_POLICY" | "DECLARATIVE_POLICY_EC2" | "SECURITYHUB_POLICY";
90
90
  };
91
91
  /**
92
92
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-organizations-policy.html#aws-resource-organizations-policy-return-values}
@@ -260,7 +260,7 @@ export type DeobfuscationConfiguration = {
260
260
  JavaScriptSourceMaps?: {
261
261
  /**
262
262
  * The S3Uri of the bucket or folder that stores the source map files. It is required if status is ENABLED.
263
- * @pattern ^s3://[a-z0-9][-.a-z0-9]{1,61}(?:/[-!_*'().a-z0-9A-Z]+(?:/[-!_*'().a-z0-9A-Z]+)*)?/?$
263
+ * @pattern ^s3://[a-z0-9][-.a-z0-9]{1,62}(?:/[-!_*'().a-z0-9A-Z]+(?:/[-!_*'().a-z0-9A-Z]+)*)?/?$
264
264
  */
265
265
  S3Uri?: string | undefined;
266
266
  /**
@@ -442,6 +442,11 @@ export type DomainSettings = {
442
442
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-domainsettings.html#cfn-sagemaker-domain-domainsettings-securitygroupids}
443
443
  */
444
444
  SecurityGroupIds?: string[] | undefined;
445
+ /**
446
+ * The settings that apply to an SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
447
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-domainsettings.html#cfn-sagemaker-domain-domainsettings-unifiedstudiosettings}
448
+ */
449
+ UnifiedStudioSettings?: UnifiedStudioSettings | undefined;
445
450
  };
446
451
  /**
447
452
  * The settings for assigning a custom Amazon EFS file system to a user profile or space for an Amazon SageMaker AI Domain.
@@ -777,6 +782,66 @@ export type StudioWebPortalSettings = {
777
782
  */
778
783
  HiddenSageMakerImageVersionAliases?: HiddenSageMakerImage[] | undefined;
779
784
  };
785
+ /**
786
+ * The settings that apply to an Amazon SageMaker AI domain when you use it in Amazon SageMaker Unified Studio.
787
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html}
788
+ */
789
+ export type UnifiedStudioSettings = {
790
+ /**
791
+ * The ID of the AWS account that has the Amazon SageMaker Unified Studio domain. The default value, if you don't specify an ID, is the ID of the account that has the Amazon SageMaker AI domain.
792
+ * @minLength 12
793
+ * @maxLength 12
794
+ * @pattern ^\d+$
795
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-domainaccountid}
796
+ */
797
+ DomainAccountId?: string | undefined;
798
+ /**
799
+ * The ID of the Amazon SageMaker Unified Studio domain associated with this domain.
800
+ * @minLength 1
801
+ * @maxLength 36
802
+ * @pattern ^dzd[-_][a-zA-Z0-9_-]{1,36}$
803
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-domainid}
804
+ */
805
+ DomainId?: string | undefined;
806
+ /**
807
+ * The AWS Region where the domain is located in Amazon SageMaker Unified Studio. The default value, if you don't specify a Region, is the Region where the Amazon SageMaker AI domain is located.
808
+ * @pattern [a-zA-Z]{2}-[a-zA-Z\-]+-\d+
809
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-domainregion}
810
+ */
811
+ DomainRegion?: string | undefined;
812
+ /**
813
+ * The ID of the environment that Amazon SageMaker Unified Studio associates with the domain.
814
+ * @minLength 1
815
+ * @maxLength 36
816
+ * @pattern ^[a-zA-Z0-9_-]{1,36}$
817
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-environmentid}
818
+ */
819
+ EnvironmentId?: string | undefined;
820
+ /**
821
+ * The ID of the Amazon SageMaker Unified Studio project that corresponds to the domain.
822
+ * @pattern ^[a-zA-Z0-9_-]{1,36}$
823
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-projectid}
824
+ */
825
+ ProjectId?: string | undefined;
826
+ /**
827
+ * The location where Amazon S3 stores temporary execution data and other artifacts for the project that corresponds to the domain.
828
+ * @minLength 1
829
+ * @maxLength 100
830
+ * @pattern [\w\.-]+$
831
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-projects3path}
832
+ */
833
+ ProjectS3Path?: string | undefined;
834
+ /**
835
+ * Sets whether you can access the domain in Amazon SageMaker Studio:
836
+ *
837
+ * - **ENABLED** - You can access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it in both studio interfaces.
838
+ * - **DISABLED** - You can't access the domain in Amazon SageMaker Studio. If you migrate the domain to Amazon SageMaker Unified Studio, you can access it only in that studio interface.
839
+ *
840
+ * To migrate a domain to Amazon SageMaker Unified Studio, you specify the UnifiedStudioSettings data type when you use the UpdateDomain action.
841
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-studiowebportalaccess}
842
+ */
843
+ StudioWebPortalAccess?: "ENABLED" | "DISABLED" | undefined;
844
+ };
780
845
  /**
781
846
  * A collection of settings that apply to users of Amazon SageMaker Studio. These settings are specified when the [CreateUserProfile](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateUserProfile.html) API is called, and as `DefaultUserSettings` when the [CreateDomain](https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateDomain.html) API is called.
782
847
  *
@@ -259,6 +259,8 @@ export type S3DataSource = {
259
259
  * If you choose `ManifestFile` , `S3Uri` identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training.
260
260
  *
261
261
  * If you choose `AugmentedManifestFile` , `S3Uri` identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. `AugmentedManifestFile` can only be used if the Channel's input mode is `Pipe` .
262
+ *
263
+ * If you choose `Converse` , `S3Uri` identifies an Amazon S3 location that contains data formatted according to Converse format. This format structures conversational messages with specific roles and content types used for training and fine-tuning foundational models.
262
264
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-s3datasource.html#cfn-sagemaker-model-s3datasource-s3datatype}
263
265
  */
264
266
  S3DataType: string;
@@ -740,6 +740,8 @@ export type S3DataSource = {
740
740
  * If you choose `ManifestFile` , `S3Uri` identifies an object that is a manifest file containing a list of object keys that you want SageMaker to use for model training.
741
741
  *
742
742
  * If you choose `AugmentedManifestFile` , `S3Uri` identifies an object that is an augmented manifest file in JSON lines format. This file contains the data you want to use for model training. `AugmentedManifestFile` can only be used if the Channel's input mode is `Pipe` .
743
+ *
744
+ * If you choose `Converse` , `S3Uri` identifies an Amazon S3 location that contains data formatted according to Converse format. This format structures conversational messages with specific roles and content types used for training and fine-tuning foundational models.
743
745
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-modelpackage-s3datasource.html#cfn-sagemaker-modelpackage-s3datasource-s3datatype}
744
746
  */
745
747
  S3DataType: "ManifestFile" | "S3Prefix" | "AugmentedManifestFile";
@@ -0,0 +1,44 @@
1
+ import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
+ /**
3
+ * The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html}
5
+ */
6
+ export type SecurityHubAggregatorV2 = ResourceDefinitionWithAttributes<"AWS::SecurityHub::AggregatorV2", SecurityHubAggregatorV2Props, SecurityHubAggregatorV2Attribs>;
7
+ /**
8
+ * The AWS::SecurityHub::AggregatorV2 resource represents the AWS Security Hub AggregatorV2 in your account. One aggregatorv2 resource is created for each account in non opt-in region in which you configure region linking mode.
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html}
10
+ */
11
+ export type SecurityHubAggregatorV2Props = {
12
+ /**
13
+ * The list of included Regions
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-linkedregions}
15
+ */
16
+ LinkedRegions: string[];
17
+ /**
18
+ * Indicates to link a list of included Regions
19
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-regionlinkingmode}
20
+ */
21
+ RegionLinkingMode: "SPECIFIED_REGIONS";
22
+ /**
23
+ * A key-value pair to associate with the Security Hub V2 resource.
24
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-tags}
25
+ */
26
+ Tags?: Record<string, string> | undefined;
27
+ };
28
+ /**
29
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#aws-resource-securityhub-aggregatorv2-return-values}
30
+ */
31
+ export type SecurityHubAggregatorV2Attribs = {
32
+ /**
33
+ * The aggregation Region of the AggregatorV2
34
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-aggregationregion}
35
+ */
36
+ AggregationRegion: string;
37
+ /**
38
+ * The ARN of the AggregatorV2 being created and assigned as the unique identifier
39
+ * @pattern arn:aws\S*:securityhub:\S*
40
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-aggregatorv2.html#cfn-securityhub-aggregatorv2-aggregatorv2arn}
41
+ */
42
+ AggregatorV2Arn: string;
43
+ };
44
+ //# sourceMappingURL=aws-securityhub-aggregatorv2.d.ts.map
@@ -677,7 +677,7 @@ export type StringFilter = {
677
677
  * - `ResourceType NOT_EQUALS AwsIamPolicy`
678
678
  * - `ResourceType NOT_EQUALS AwsEc2NetworkInterface`
679
679
  *
680
- * `CONTAINS` and `NOT_CONTAINS` operators can be used only with automation rules. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *AWS Security Hub User Guide* .
680
+ * `CONTAINS` and `NOT_CONTAINS` operators can be used only with automation rules V1. `CONTAINS_WORD` operator is only supported in `GetFindingsV2` , `GetFindingStatisticsV2` , `GetResourcesV2` , and `GetResourceStatisticsV2` APIs. For more information, see [Automation rules](https://docs.aws.amazon.com/securityhub/latest/userguide/automation-rules.html) in the *AWS Security Hub User Guide* .
681
681
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-stringfilter.html#cfn-securityhub-automationrule-stringfilter-comparison}
682
682
  */
683
683
  Comparison: StringFilterComparison;