@propulsionworks/cloudformation 0.1.21 → 0.1.22

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 (50) hide show
  1. package/out/exports/resources.generated/aws-apigateway-deployment.d.ts +1 -1
  2. package/out/exports/resources.generated/aws-appintegrations-application.d.ts +52 -0
  3. package/out/exports/resources.generated/aws-aps-resourcepolicy.d.ts +22 -0
  4. package/out/exports/resources.generated/aws-batch-jobdefinition.d.ts +2 -2
  5. package/out/exports/resources.generated/aws-billingconductor-customlineitem.d.ts +2 -2
  6. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +4 -0
  7. package/out/exports/resources.generated/aws-codepipeline-webhook.d.ts +1 -0
  8. package/out/exports/resources.generated/aws-connect-user.d.ts +5 -0
  9. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +3 -0
  10. package/out/exports/resources.generated/aws-dynamodb-globaltable.d.ts +4 -0
  11. package/out/exports/resources.generated/aws-dynamodb-table.d.ts +4 -0
  12. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +1 -1
  13. package/out/exports/resources.generated/aws-ec2-ippoolroutetableassociation.d.ts +33 -0
  14. package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +3 -0
  15. package/out/exports/resources.generated/aws-ec2-volume.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +0 -2
  17. package/out/exports/resources.generated/aws-ecs-service.d.ts +1 -1
  18. package/out/exports/resources.generated/aws-eks-addon.d.ts +10 -0
  19. package/out/exports/resources.generated/aws-eks-cluster.d.ts +1 -1
  20. package/out/exports/resources.generated/aws-elasticloadbalancingv2-loadbalancer.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +8 -0
  22. package/out/exports/resources.generated/aws-glue-job.d.ts +19 -8
  23. package/out/exports/resources.generated/aws-glue-tableoptimizer.d.ts +18 -1
  24. package/out/exports/resources.generated/aws-guardduty-threatentityset.d.ts +89 -0
  25. package/out/exports/resources.generated/aws-guardduty-trustedentityset.d.ts +89 -0
  26. package/out/exports/resources.generated/aws-imagebuilder-component.d.ts +1 -1
  27. package/out/exports/resources.generated/aws-imagebuilder-containerrecipe.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-imagebuilder-distributionconfiguration.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +4 -2
  30. package/out/exports/resources.generated/aws-imagebuilder-workflow.d.ts +1 -1
  31. package/out/exports/resources.generated/aws-inspectorv2-codesecurityintegration.d.ts +160 -0
  32. package/out/exports/resources.generated/aws-inspectorv2-codesecurityscanconfiguration.d.ts +121 -0
  33. package/out/exports/resources.generated/aws-iot-mitigationaction.d.ts +2 -2
  34. package/out/exports/resources.generated/aws-ivs-playbackrestrictionpolicy.d.ts +2 -2
  35. package/out/exports/resources.generated/aws-ivs-stage.d.ts +54 -0
  36. package/out/exports/resources.generated/aws-lambda-permission.d.ts +2 -2
  37. package/out/exports/resources.generated/aws-observabilityadmin-organizationtelemetryrule.d.ts +137 -0
  38. package/out/exports/resources.generated/aws-observabilityadmin-telemetryrule.d.ts +132 -0
  39. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
  40. package/out/exports/resources.generated/aws-opensearchservice-domain.d.ts +21 -0
  41. package/out/exports/resources.generated/aws-quicksight-dataset.d.ts +6 -6
  42. package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +1 -1
  43. package/out/exports/resources.generated/aws-s3express-accesspoint.d.ts +1 -0
  44. package/out/exports/resources.generated/aws-s3tables-tablebucketpolicy.d.ts +2 -2
  45. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +2 -2
  46. package/out/exports/resources.generated/aws-sagemaker-cluster.d.ts +90 -0
  47. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +0 -6
  48. package/out/exports/resources.generated/aws-sqs-queue.d.ts +2 -1
  49. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +28 -0
  50. package/package.json +1 -1
@@ -0,0 +1,137 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * The AWS::ObservabilityAdmin::OrganizationTelemetryRule resource defines a CloudWatch Observability Admin Organization Telemetry Rule.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html}
5
+ */
6
+ export type ObservabilityAdminOrganizationTelemetryRule = ResourceDefinitionWithAttributes<"AWS::ObservabilityAdmin::OrganizationTelemetryRule", ObservabilityAdminOrganizationTelemetryRuleProps, ObservabilityAdminOrganizationTelemetryRuleAttribs>;
7
+ /**
8
+ * The AWS::ObservabilityAdmin::OrganizationTelemetryRule resource defines a CloudWatch Observability Admin Organization Telemetry Rule.
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html}
10
+ */
11
+ export type ObservabilityAdminOrganizationTelemetryRuleProps = {
12
+ /**
13
+ * The telemetry rule
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-rule}
15
+ */
16
+ Rule: TelemetryRule;
17
+ /**
18
+ * The name of the organization telemetry rule
19
+ * @minLength 1
20
+ * @maxLength 100
21
+ * @pattern ^[0-9A-Za-z-]+$
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-rulename}
23
+ */
24
+ RuleName: string;
25
+ /**
26
+ * An array of key-value pairs to apply to this resource
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-tags}
28
+ */
29
+ Tags?: Tag[] | undefined;
30
+ };
31
+ /**
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html#aws-resource-observabilityadmin-organizationtelemetryrule-return-values}
33
+ */
34
+ export type ObservabilityAdminOrganizationTelemetryRuleAttribs = {
35
+ /**
36
+ * The arn of the organization telemetry rule
37
+ * @minLength 1
38
+ * @maxLength 1011
39
+ * @pattern ^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$
40
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-rulearn}
41
+ */
42
+ RuleArn: string;
43
+ };
44
+ /**
45
+ * Type of telemetry destination
46
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-destinationtype.html}
47
+ */
48
+ export type DestinationType = "cloud-watch-logs";
49
+ /**
50
+ * Resource Type associated with the Organization Telemetry Rule
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-resourcetype.html}
52
+ */
53
+ export type ResourceType = "AWS::EC2::VPC";
54
+ /**
55
+ * The destination configuration for telemetry data
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html}
57
+ */
58
+ export type TelemetryDestinationConfiguration = {
59
+ /**
60
+ * Pattern for telemetry data destination
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration-destinationpattern}
62
+ */
63
+ DestinationPattern?: string | undefined;
64
+ /**
65
+ * Type of telemetry destination
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration-destinationtype}
67
+ */
68
+ DestinationType?: DestinationType | undefined;
69
+ /**
70
+ * Number of days to retain the telemetry data in the specified destination
71
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration-retentionindays}
72
+ */
73
+ RetentionInDays?: number | undefined;
74
+ /**
75
+ * Telemetry parameters for VPC Flow logs
76
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration-vpcflowlogparameters}
77
+ */
78
+ VPCFlowLogParameters?: VPCFlowLogParameters | undefined;
79
+ };
80
+ /**
81
+ * The telemetry rule
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html}
83
+ */
84
+ export type TelemetryRule = {
85
+ /**
86
+ * The destination configuration for telemetry data
87
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-destinationconfiguration}
88
+ */
89
+ DestinationConfiguration?: TelemetryDestinationConfiguration | undefined;
90
+ /**
91
+ * Resource Type associated with the Organization Telemetry Rule
92
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-resourcetype}
93
+ */
94
+ ResourceType: ResourceType;
95
+ /**
96
+ * Selection Criteria on scope level for rule application
97
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-scope}
98
+ */
99
+ Scope?: string | undefined;
100
+ /**
101
+ * Selection Criteria on resource level for rule application
102
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-selectioncriteria}
103
+ */
104
+ SelectionCriteria?: string | undefined;
105
+ /**
106
+ * Telemetry Type associated with the Organization Telemetry Rule
107
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-telemetrytype}
108
+ */
109
+ TelemetryType: TelemetryType;
110
+ };
111
+ /**
112
+ * Telemetry Type associated with the Organization Telemetry Rule
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrytype.html}
114
+ */
115
+ export type TelemetryType = "Logs";
116
+ /**
117
+ * Telemetry parameters for VPC Flow logs
118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters.html}
119
+ */
120
+ export type VPCFlowLogParameters = {
121
+ /**
122
+ * The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters-logformat}
124
+ */
125
+ LogFormat?: string | undefined;
126
+ /**
127
+ * The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
128
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters-maxaggregationinterval}
129
+ */
130
+ MaxAggregationInterval?: number | undefined;
131
+ /**
132
+ * The type of traffic captured for the flow log. Default is ALL
133
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters-traffictype}
134
+ */
135
+ TrafficType?: string | undefined;
136
+ };
137
+ //# sourceMappingURL=aws-observabilityadmin-organizationtelemetryrule.d.ts.map
@@ -0,0 +1,132 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * The AWS::ObservabilityAdmin::TelemetryRule resource defines a CloudWatch Observability Admin Telemetry Rule.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html}
5
+ */
6
+ export type ObservabilityAdminTelemetryRule = ResourceDefinitionWithAttributes<"AWS::ObservabilityAdmin::TelemetryRule", ObservabilityAdminTelemetryRuleProps, ObservabilityAdminTelemetryRuleAttribs>;
7
+ /**
8
+ * The AWS::ObservabilityAdmin::TelemetryRule resource defines a CloudWatch Observability Admin Telemetry Rule.
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html}
10
+ */
11
+ export type ObservabilityAdminTelemetryRuleProps = {
12
+ /**
13
+ * The telemetry rule
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html#cfn-observabilityadmin-telemetryrule-rule}
15
+ */
16
+ Rule: TelemetryRule;
17
+ /**
18
+ * The name of the telemetry rule
19
+ * @minLength 1
20
+ * @maxLength 100
21
+ * @pattern ^[0-9A-Za-z-]+$
22
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html#cfn-observabilityadmin-telemetryrule-rulename}
23
+ */
24
+ RuleName: string;
25
+ /**
26
+ * An array of key-value pairs to apply to this resource
27
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html#cfn-observabilityadmin-telemetryrule-tags}
28
+ */
29
+ Tags?: Tag[] | undefined;
30
+ };
31
+ /**
32
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html#aws-resource-observabilityadmin-telemetryrule-return-values}
33
+ */
34
+ export type ObservabilityAdminTelemetryRuleAttribs = {
35
+ /**
36
+ * The arn of the telemetry rule
37
+ * @minLength 1
38
+ * @maxLength 1011
39
+ * @pattern ^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$
40
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html#cfn-observabilityadmin-telemetryrule-rulearn}
41
+ */
42
+ RuleArn: string;
43
+ };
44
+ /**
45
+ * Type of telemetry destination
46
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-destinationtype.html}
47
+ */
48
+ export type DestinationType = "cloud-watch-logs";
49
+ /**
50
+ * Resource Type associated with the Telemetry Rule
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-resourcetype.html}
52
+ */
53
+ export type ResourceType = "AWS::EC2::VPC";
54
+ /**
55
+ * The destination configuration for telemetry data
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html}
57
+ */
58
+ export type TelemetryDestinationConfiguration = {
59
+ /**
60
+ * Pattern for telemetry data destination
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-telemetryrule-telemetrydestinationconfiguration-destinationpattern}
62
+ */
63
+ DestinationPattern?: string | undefined;
64
+ /**
65
+ * Type of telemetry destination
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-telemetryrule-telemetrydestinationconfiguration-destinationtype}
67
+ */
68
+ DestinationType?: DestinationType | undefined;
69
+ /**
70
+ * Number of days to retain the telemetry data in the specified destination
71
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-telemetryrule-telemetrydestinationconfiguration-retentionindays}
72
+ */
73
+ RetentionInDays?: number | undefined;
74
+ /**
75
+ * Telemetry parameters for VPC Flow logs
76
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-telemetryrule-telemetrydestinationconfiguration-vpcflowlogparameters}
77
+ */
78
+ VPCFlowLogParameters?: VPCFlowLogParameters | undefined;
79
+ };
80
+ /**
81
+ * The telemetry rule
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html}
83
+ */
84
+ export type TelemetryRule = {
85
+ /**
86
+ * The destination configuration for telemetry data
87
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html#cfn-observabilityadmin-telemetryrule-telemetryrule-destinationconfiguration}
88
+ */
89
+ DestinationConfiguration?: TelemetryDestinationConfiguration | undefined;
90
+ /**
91
+ * Resource Type associated with the Telemetry Rule
92
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html#cfn-observabilityadmin-telemetryrule-telemetryrule-resourcetype}
93
+ */
94
+ ResourceType: ResourceType;
95
+ /**
96
+ * Selection Criteria on resource level for rule application
97
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html#cfn-observabilityadmin-telemetryrule-telemetryrule-selectioncriteria}
98
+ */
99
+ SelectionCriteria?: string | undefined;
100
+ /**
101
+ * Telemetry Type associated with the Telemetry Rule
102
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html#cfn-observabilityadmin-telemetryrule-telemetryrule-telemetrytype}
103
+ */
104
+ TelemetryType: TelemetryType;
105
+ };
106
+ /**
107
+ * Telemetry Type associated with the Telemetry Rule
108
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrytype.html}
109
+ */
110
+ export type TelemetryType = "Logs";
111
+ /**
112
+ * Telemetry parameters for VPC Flow logs
113
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-vpcflowlogparameters.html}
114
+ */
115
+ export type VPCFlowLogParameters = {
116
+ /**
117
+ * The fields to include in the flow log record. If you omit this parameter, the flow log is created using the default format.
118
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-telemetryrule-vpcflowlogparameters-logformat}
119
+ */
120
+ LogFormat?: string | undefined;
121
+ /**
122
+ * The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record. Default is 600s.
123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-telemetryrule-vpcflowlogparameters-maxaggregationinterval}
124
+ */
125
+ MaxAggregationInterval?: number | undefined;
126
+ /**
127
+ * The type of traffic captured for the flow log. Default is ALL
128
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-telemetryrule-vpcflowlogparameters-traffictype}
129
+ */
130
+ TrafficType?: string | undefined;
131
+ };
132
+ //# sourceMappingURL=aws-observabilityadmin-telemetryrule.d.ts.map
@@ -6,7 +6,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
6
6
  *
7
7
  * Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version.
8
8
  *
9
- * > Dont include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.
9
+ * > Don't include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.
10
10
  *
11
11
  * For more information, see [Workflow versioning in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html) in the *AWS HealthOmics User Guide* .
12
12
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html}
@@ -19,7 +19,7 @@ export type OmicsWorkflowVersion = ResourceDefinitionWithAttributes<"AWS::Omics:
19
19
  *
20
20
  * Provide a version name that is unique for this workflow. You cannot change the name after HealthOmics creates the version.
21
21
  *
22
- * > Dont include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.
22
+ * > Don't include any personally identifiable information (PII) in the version name. Version names appear in the workflow version ARN.
23
23
  *
24
24
  * For more information, see [Workflow versioning in AWS HealthOmics](https://docs.aws.amazon.com/omics/latest/dev/workflow-versions.html) in the *AWS HealthOmics User Guide* .
25
25
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-omics-workflowversion.html}
@@ -182,6 +182,10 @@ export type AdvancedSecurityOptionsInput = {
182
182
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html#cfn-opensearchservice-domain-advancedsecurityoptionsinput-enabled}
183
183
  */
184
184
  Enabled?: boolean | undefined;
185
+ /**
186
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html#cfn-opensearchservice-domain-advancedsecurityoptionsinput-iamfederationoptions}
187
+ */
188
+ IAMFederationOptions?: IAMFederationOptions | undefined;
185
189
  /**
186
190
  * True to enable the internal user database.
187
191
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html#cfn-opensearchservice-domain-advancedsecurityoptionsinput-internaluserdatabaseenabled}
@@ -405,6 +409,23 @@ export type EncryptionAtRestOptions = {
405
409
  */
406
410
  KmsKeyId?: string | undefined;
407
411
  };
412
+ /**
413
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-iamfederationoptions.html}
414
+ */
415
+ export type IAMFederationOptions = {
416
+ /**
417
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-iamfederationoptions.html#cfn-opensearchservice-domain-iamfederationoptions-enabled}
418
+ */
419
+ Enabled?: boolean | undefined;
420
+ /**
421
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-iamfederationoptions.html#cfn-opensearchservice-domain-iamfederationoptions-roleskey}
422
+ */
423
+ RolesKey?: string | undefined;
424
+ /**
425
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-iamfederationoptions.html#cfn-opensearchservice-domain-iamfederationoptions-subjectkey}
426
+ */
427
+ SubjectKey?: string | undefined;
428
+ };
408
429
  /**
409
430
  * Settings container for integrating IAM Identity Center with OpenSearch UI applications, which enables enabling secure user authentication and access control across multiple data sources. This setup supports single sign-on (SSO) through IAM Identity Center, allowing centralized user management.
410
431
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-identitycenteroptions.html}
@@ -182,7 +182,7 @@ export type CastColumnTypeOperation = {
182
182
  * @maxLength 127
183
183
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-castcolumntypeoperation.html#cfn-quicksight-dataset-castcolumntypeoperation-columnname}
184
184
  */
185
- ColumnName: string;
185
+ ColumnName?: string | undefined;
186
186
  /**
187
187
  * When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.
188
188
  * @minLength 0
@@ -506,7 +506,7 @@ export type FilterOperation = {
506
506
  * @maxLength 4096
507
507
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-filteroperation.html#cfn-quicksight-dataset-filteroperation-conditionexpression}
508
508
  */
509
- ConditionExpression: string;
509
+ ConditionExpression?: string | undefined;
510
510
  };
511
511
  /**
512
512
  * Geospatial column group that denotes a hierarchy.
@@ -865,7 +865,7 @@ export type ProjectOperation = {
865
865
  * Projected columns.
866
866
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-projectoperation.html#cfn-quicksight-dataset-projectoperation-projectedcolumns}
867
867
  */
868
- ProjectedColumns: string[];
868
+ ProjectedColumns?: string[] | undefined;
869
869
  };
870
870
  /**
871
871
  * The refresh configuration of a dataset.
@@ -952,7 +952,7 @@ export type RenameColumnOperation = {
952
952
  * @maxLength 127
953
953
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-renamecolumnoperation.html#cfn-quicksight-dataset-renamecolumnoperation-columnname}
954
954
  */
955
- ColumnName: string;
955
+ ColumnName?: string | undefined;
956
956
  /**
957
957
  * The new name for the column.
958
958
  * @minLength 1
@@ -1059,7 +1059,7 @@ export type RowLevelPermissionTagRule = {
1059
1059
  * The column name that a tag key is assigned to.
1060
1060
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-rowlevelpermissiontagrule.html#cfn-quicksight-dataset-rowlevelpermissiontagrule-columnname}
1061
1061
  */
1062
- ColumnName: string;
1062
+ ColumnName?: string | undefined;
1063
1063
  /**
1064
1064
  * A string that you want to use to filter by all the values in a column in the dataset and don’t want to list the values one by one. For example, you can use an asterisk as your match all value.
1065
1065
  * @minLength 1
@@ -1233,7 +1233,7 @@ export type UniqueKey = {
1233
1233
  /**
1234
1234
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-uniquekey.html#cfn-quicksight-dataset-uniquekey-columnnames}
1235
1235
  */
1236
- ColumnNames: string[];
1236
+ ColumnNames?: string[] | undefined;
1237
1237
  };
1238
1238
  /**
1239
1239
  * A transform operation that removes tags associated with a column.
@@ -42,7 +42,7 @@ export type RDSDBProxyProps = {
42
42
  */
43
43
  DBProxyName: string;
44
44
  /**
45
- * Specifies whether the proxy includes detailed information about SQL statements in its logs. This information helps you to debug issues involving SQL behavior or the performance and scalability of the proxy connections. The debug information includes the text of SQL statements that you submit through the proxy. Thus, only enable this setting when needed for debugging, and only when you have security measures in place to safeguard any sensitive information that appears in the logs.
45
+ * Specifies whether the proxy logs detailed connection and query information. When you enable `DebugLogging` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
46
46
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-debuglogging}
47
47
  */
48
48
  DebugLogging?: boolean | undefined;
@@ -49,6 +49,7 @@ export type S3ExpressAccessPointProps = {
49
49
  */
50
50
  Scope?: Scope | undefined;
51
51
  /**
52
+ * An array of tags that you can apply to access points. Tags are key-value pairs of metadata used to categorize your access points and control access. For more information, see [Using tags for attribute-based access control (ABAC)](https://docs.aws.amazon.com/AmazonS3/latest/userguide/tagging.html#using-tags-for-abac) .
52
53
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html#cfn-s3express-accesspoint-tags}
53
54
  */
54
55
  Tags?: Tag[] | undefined;
@@ -1,13 +1,13 @@
1
1
  import type { ResourceDefinition, PolicyDocument } from "../main.ts";
2
2
  /**
3
- * Creates a new maintenance configuration or replaces an existing table bucket policy for a table bucket. For more information, see [Adding a table bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-add) in the *Amazon Simple Storage Service User Guide* .
3
+ * Creates a new table bucket policy or replaces an existing table bucket policy for a table bucket. For more information, see [Adding a table bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-add) in the *Amazon Simple Storage Service User Guide* .
4
4
  *
5
5
  * - **Permissions** - You must have the `s3tables:PutTableBucketPolicy` permission to use this operation.
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucketpolicy.html}
7
7
  */
8
8
  export type S3TablesTableBucketPolicy = ResourceDefinition<"AWS::S3Tables::TableBucketPolicy", S3TablesTableBucketPolicyProps>;
9
9
  /**
10
- * Creates a new maintenance configuration or replaces an existing table bucket policy for a table bucket. For more information, see [Adding a table bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-add) in the *Amazon Simple Storage Service User Guide* .
10
+ * Creates a new table bucket policy or replaces an existing table bucket policy for a table bucket. For more information, see [Adding a table bucket policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-bucket-policy.html#table-bucket-policy-add) in the *Amazon Simple Storage Service User Guide* .
11
11
  *
12
12
  * - **Permissions** - You must have the `s3tables:PutTableBucketPolicy` permission to use this operation.
13
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablebucketpolicy.html}
@@ -1,13 +1,13 @@
1
1
  import type { ResourceDefinitionWithAttributes } from "../main.ts";
2
2
  /**
3
- * Creates a new maintenance configuration or replaces an existing table policy for a table. For more information, see [Adding a table policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add) in the *Amazon Simple Storage Service User Guide* .
3
+ * Creates a new table policy or replaces an existing table policy for a table. For more information, see [Adding a table policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add) in the *Amazon Simple Storage Service User Guide* .
4
4
  *
5
5
  * - **Permissions** - You must have the `s3tables:PutTablePolicy` permission to use this operation.
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html}
7
7
  */
8
8
  export type S3TablesTablePolicy = ResourceDefinitionWithAttributes<"AWS::S3Tables::TablePolicy", S3TablesTablePolicyProps, S3TablesTablePolicyAttribs>;
9
9
  /**
10
- * Creates a new maintenance configuration or replaces an existing table policy for a table. For more information, see [Adding a table policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add) in the *Amazon Simple Storage Service User Guide* .
10
+ * Creates a new table policy or replaces an existing table policy for a table. For more information, see [Adding a table policy](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-table-policy.html#table-policy-add) in the *Amazon Simple Storage Service User Guide* .
11
11
  *
12
12
  * - **Permissions** - You must have the `s3tables:PutTablePolicy` permission to use this operation.
13
13
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-tablepolicy.html}
@@ -84,6 +84,38 @@ export type SageMakerClusterAttribs = {
84
84
  */
85
85
  FailureMessage: string;
86
86
  };
87
+ /**
88
+ * The details of the alarm to monitor during the AMI update.
89
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-alarmdetails.html}
90
+ */
91
+ export type AlarmDetails = {
92
+ /**
93
+ * The name of the alarm.
94
+ * @minLength 1
95
+ * @maxLength 256
96
+ * @pattern (?!\s*$).+
97
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-alarmdetails.html#cfn-sagemaker-cluster-alarmdetails-alarmname}
98
+ */
99
+ AlarmName: string;
100
+ };
101
+ /**
102
+ * The configuration of the size measurements of the AMI update. Using this configuration, you can specify whether SageMaker should update your instance group by an amount or percentage of instances.
103
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-capacitysizeconfig.html}
104
+ */
105
+ export type CapacitySizeConfig = {
106
+ /**
107
+ * Specifies whether SageMaker should process the update by amount or percentage of instances.
108
+ * @pattern INSTANCE_COUNT|CAPACITY_PERCENTAGE
109
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-capacitysizeconfig.html#cfn-sagemaker-cluster-capacitysizeconfig-type}
110
+ */
111
+ Type: string;
112
+ /**
113
+ * Specifies the amount or percentage of instances SageMaker updates at a time.
114
+ * @min 1
115
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-capacitysizeconfig.html#cfn-sagemaker-cluster-capacitysizeconfig-value}
116
+ */
117
+ Value: number;
118
+ };
87
119
  /**
88
120
  * Defines the configuration for attaching an additional Amazon Elastic Block Store (EBS) volume to each instance of the SageMaker HyperPod cluster instance group. To learn more, see [SageMaker HyperPod release notes: June 20, 2024](https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-hyperpod-release-notes.html#sagemaker-hyperpod-release-notes-20240620) .
89
121
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterebsvolumeconfig.html}
@@ -108,6 +140,7 @@ export type ClusterInstanceGroup = {
108
140
  */
109
141
  ExecutionRole: string;
110
142
  /**
143
+ * AMI Id to be used for launching EC2 instances - HyperPodPublicAmiId or CustomAmiId
111
144
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html#cfn-sagemaker-cluster-clusterinstancegroup-imageid}
112
145
  */
113
146
  ImageId?: string | undefined;
@@ -147,6 +180,10 @@ export type ClusterInstanceGroup = {
147
180
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html#cfn-sagemaker-cluster-clusterinstancegroup-overridevpcconfig}
148
181
  */
149
182
  OverrideVpcConfig?: VpcConfig | undefined;
183
+ /**
184
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-clusterinstancegroup.html#cfn-sagemaker-cluster-clusterinstancegroup-scheduledupdateconfig}
185
+ */
186
+ ScheduledUpdateConfig?: ScheduledUpdateConfig | undefined;
150
187
  /**
151
188
  * The number of threads per CPU core you specified under `CreateCluster` .
152
189
  * @min 1
@@ -271,6 +308,27 @@ export type ClusterRestrictedInstanceGroup = {
271
308
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deephealthchecktype.html}
272
309
  */
273
310
  export type DeepHealthCheckType = "InstanceStress" | "InstanceConnectivity";
311
+ /**
312
+ * The configuration to use when updating the AMI versions.
313
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deploymentconfig.html}
314
+ */
315
+ export type DeploymentConfig = {
316
+ /**
317
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deploymentconfig.html#cfn-sagemaker-cluster-deploymentconfig-autorollbackconfiguration}
318
+ */
319
+ AutoRollbackConfiguration?: AlarmDetails[] | undefined;
320
+ /**
321
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deploymentconfig.html#cfn-sagemaker-cluster-deploymentconfig-rollingupdatepolicy}
322
+ */
323
+ RollingUpdatePolicy?: RollingUpdatePolicy | undefined;
324
+ /**
325
+ * The duration in seconds that SageMaker waits before updating more instances in the cluster.
326
+ * @min 0
327
+ * @max 3600
328
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-deploymentconfig.html#cfn-sagemaker-cluster-deploymentconfig-waitintervalinseconds}
329
+ */
330
+ WaitIntervalInSeconds?: number | undefined;
331
+ };
274
332
  /**
275
333
  * The configuration for the restricted instance groups (RIG) environment.
276
334
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-environmentconfig.html}
@@ -313,6 +371,38 @@ export type Orchestrator = {
313
371
  */
314
372
  Eks: ClusterOrchestratorEksConfig;
315
373
  };
374
+ /**
375
+ * The policy that SageMaker uses when updating the AMI versions of the cluster.
376
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-rollingupdatepolicy.html}
377
+ */
378
+ export type RollingUpdatePolicy = {
379
+ /**
380
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-rollingupdatepolicy.html#cfn-sagemaker-cluster-rollingupdatepolicy-maximumbatchsize}
381
+ */
382
+ MaximumBatchSize: CapacitySizeConfig;
383
+ /**
384
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-rollingupdatepolicy.html#cfn-sagemaker-cluster-rollingupdatepolicy-rollbackmaximumbatchsize}
385
+ */
386
+ RollbackMaximumBatchSize?: CapacitySizeConfig | undefined;
387
+ };
388
+ /**
389
+ * The configuration object of the schedule that SageMaker follows when updating the AMI.
390
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-scheduledupdateconfig.html}
391
+ */
392
+ export type ScheduledUpdateConfig = {
393
+ /**
394
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-scheduledupdateconfig.html#cfn-sagemaker-cluster-scheduledupdateconfig-deploymentconfig}
395
+ */
396
+ DeploymentConfig?: DeploymentConfig | undefined;
397
+ /**
398
+ * A cron expression that specifies the schedule that SageMaker follows when updating the AMI.
399
+ * @minLength 1
400
+ * @maxLength 256
401
+ * @pattern cron\((?:[0-5][0-9]|[0-9]|) (?:[01][0-9]|2[0-3]|[0-9]) (?:[1-9]|0[1-9]|[12][0-9]|3[01]|\?) (?:[1-9]|0[1-9]|1[0-2]|\*|\*‍/(?:[1-9]|1[0-2])|) (?:MON|TUE|WED|THU|FRI|SAT|SUN|[1-7]|\?|L|(?:[1-7]#[1-5])|(?:[1-7]L)) (?:20[2-9][0-9]|\*|)\)
402
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-scheduledupdateconfig.html#cfn-sagemaker-cluster-scheduledupdateconfig-scheduleexpression}
403
+ */
404
+ ScheduleExpression: string;
405
+ };
316
406
  /**
317
407
  * Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see [Give SageMaker Access to Resources in your Amazon VPC](https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html) .
318
408
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-cluster-vpcconfig.html}
@@ -857,12 +857,6 @@ export type UnifiedStudioSettings = {
857
857
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-projects3path}
858
858
  */
859
859
  ProjectS3Path?: string | undefined;
860
- /**
861
- * The ARN of the Amazon DataZone application managed by Amazon SageMaker Unified Studio in the AWS IAM Identity Center.
862
- * @pattern ^arn:(aws|aws-us-gov|aws-cn|aws-iso|aws-iso-b):sso::[0-9]+:application/[a-zA-Z0-9-_.]+/apl-[a-zA-Z0-9]+$
863
- * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-unifiedstudiosettings.html#cfn-sagemaker-domain-unifiedstudiosettings-singlesignonapplicationarn}
864
- */
865
- SingleSignOnApplicationArn?: string | undefined;
866
860
  /**
867
861
  * Sets whether you can access the domain in Amazon SageMaker Studio:
868
862
  *
@@ -78,7 +78,8 @@ export type SQSQueueProps = {
78
78
  */
79
79
  KmsMasterKeyId?: string | undefined;
80
80
  /**
81
- * The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer value from `1,024` bytes (1 KiB) to `262,144` bytes (256 KiB). The default value is `262,144` (256 KiB).
81
+ * The limit of how many bytes that a message can contain before Amazon SQS rejects it. You can specify an integer from 1,024 bytes (1 KiB) to 1,048,576 bytes (1 MiB).
82
+ * Default: 1,048,576 bytes (1 MiB).
82
83
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sqs-queue.html#cfn-sqs-queue-maximummessagesize}
83
84
  */
84
85
  MaximumMessageSize?: number | undefined;