@propulsionworks/cloudformation 0.1.28 → 0.1.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +15 -3
- package/out/exports/resources.generated/aws-applicationsignals-discovery.d.ts +8 -0
- package/out/exports/resources.generated/aws-applicationsignals-groupingconfiguration.d.ts +48 -0
- package/out/exports/resources.generated/aws-arcregionswitch-plan.d.ts +4 -0
- package/out/exports/resources.generated/aws-bedrock-dataautomationproject.d.ts +54 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-browsercustom.d.ts +57 -19
- package/out/exports/resources.generated/aws-bedrockagentcore-codeinterpretercustom.d.ts +50 -15
- package/out/exports/resources.generated/aws-bedrockagentcore-gateway.d.ts +170 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-gatewaytarget.d.ts +260 -0
- package/out/exports/resources.generated/aws-bedrockagentcore-runtime.d.ts +63 -25
- package/out/exports/resources.generated/aws-bedrockagentcore-runtimeendpoint.d.ts +28 -16
- package/out/exports/resources.generated/aws-cognito-userpooluser.d.ts +3 -3
- package/out/exports/resources.generated/aws-connect-routingprofile.d.ts +3 -3
- package/out/exports/resources.generated/aws-connect-user.d.ts +1 -1
- package/out/exports/resources.generated/aws-cur-reportdefinition.d.ts +1 -0
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +16 -8
- package/out/exports/resources.generated/aws-datazone-formtype.d.ts +14 -14
- package/out/exports/resources.generated/aws-datazone-owner.d.ts +2 -0
- package/out/exports/resources.generated/aws-dms-instanceprofile.d.ts +1 -3
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-launchtemplate.d.ts +5 -4
- package/out/exports/resources.generated/aws-ec2-localgatewayvirtualinterface.d.ts +9 -7
- package/out/exports/resources.generated/aws-ec2-localgatewayvirtualinterfacegroup.d.ts +11 -9
- package/out/exports/resources.generated/aws-ec2-spotfleet.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-volume.d.ts +3 -2
- package/out/exports/resources.generated/aws-ec2-vpcendpoint.d.ts +1 -1
- package/out/exports/resources.generated/aws-ecs-capacityprovider.d.ts +375 -6
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +2 -2
- package/out/exports/resources.generated/aws-imagebuilder-image.d.ts +26 -0
- package/out/exports/resources.generated/aws-imagebuilder-imagepipeline.d.ts +40 -2
- package/out/exports/resources.generated/aws-imagebuilder-imagerecipe.d.ts +5 -0
- package/out/exports/resources.generated/aws-lightsail-disksnapshot.d.ts +86 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-alert.d.ts +4 -0
- package/out/exports/resources.generated/aws-lookoutmetrics-anomalydetector.d.ts +4 -0
- package/out/exports/resources.generated/aws-medialive-channel.d.ts +24 -0
- package/out/exports/resources.generated/aws-msk-clusterpolicy.d.ts +1 -1
- package/out/exports/resources.generated/aws-neptune-eventsubscription.d.ts +15 -10
- package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +3 -1
- package/out/exports/resources.generated/aws-observabilityadmin-organizationcentralizationrule.d.ts +146 -0
- package/out/exports/resources.generated/aws-pcs-computenodegroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-pcs-queue.d.ts +26 -0
- package/out/exports/resources.generated/aws-quicksight-custompermissions.d.ts +2 -0
- package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +1 -1
- package/out/exports/resources.generated/aws-rds-dbproxy.d.ts +12 -1
- package/out/exports/resources.generated/aws-rds-dbproxyendpoint.d.ts +6 -0
- package/out/exports/resources.generated/aws-route53-recordset.d.ts +5 -1
- package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts +2 -2
- package/out/exports/resources.generated/aws-servicecatalog-portfolioshare.d.ts +3 -11
- package/package.json +1 -1
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html}
|
|
4
|
+
*/
|
|
5
|
+
export type LightsailDiskSnapshot = ResourceDefinitionWithAttributes<"AWS::Lightsail::DiskSnapshot", LightsailDiskSnapshotProps, LightsailDiskSnapshotAttribs>;
|
|
6
|
+
/**
|
|
7
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html}
|
|
8
|
+
*/
|
|
9
|
+
export type LightsailDiskSnapshotProps = {
|
|
10
|
+
/**
|
|
11
|
+
* The name of the source disk from which the snapshot was created.
|
|
12
|
+
* @minLength 2
|
|
13
|
+
* @maxLength 255
|
|
14
|
+
* @pattern ^\w[\w\-]*\w$
|
|
15
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-diskname}
|
|
16
|
+
*/
|
|
17
|
+
DiskName: string;
|
|
18
|
+
/**
|
|
19
|
+
* The name of the disk snapshot (e.g., my-disk-snapshot).
|
|
20
|
+
* @minLength 2
|
|
21
|
+
* @maxLength 255
|
|
22
|
+
* @pattern ^\w[\w\-]*\w$
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-disksnapshotname}
|
|
24
|
+
*/
|
|
25
|
+
DiskSnapshotName: string;
|
|
26
|
+
/**
|
|
27
|
+
* An array of key-value pairs to apply to this resource.
|
|
28
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-tags}
|
|
29
|
+
*/
|
|
30
|
+
Tags?: Tag[] | undefined;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#aws-resource-lightsail-disksnapshot-return-values}
|
|
34
|
+
*/
|
|
35
|
+
export type LightsailDiskSnapshotAttribs = {
|
|
36
|
+
/**
|
|
37
|
+
* The timestamp when the disk snapshot was created.
|
|
38
|
+
* @format date-time
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-createdat}
|
|
40
|
+
*/
|
|
41
|
+
CreatedAt: string;
|
|
42
|
+
/**
|
|
43
|
+
* The Amazon Resource Name (ARN) of the disk snapshot.
|
|
44
|
+
* @pattern .*\S.*
|
|
45
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-disksnapshotarn}
|
|
46
|
+
*/
|
|
47
|
+
DiskSnapshotArn: string;
|
|
48
|
+
/**
|
|
49
|
+
* The name of the source disk from which the disk snapshot was created.
|
|
50
|
+
* @pattern ^\w[\w\-]*\w$
|
|
51
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-fromdiskname}
|
|
52
|
+
*/
|
|
53
|
+
FromDiskName: string;
|
|
54
|
+
/**
|
|
55
|
+
* A Boolean value indicating whether the snapshot was created from an automatic snapshot.
|
|
56
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-isfromautosnapshot}
|
|
57
|
+
*/
|
|
58
|
+
IsFromAutoSnapshot: boolean;
|
|
59
|
+
/**
|
|
60
|
+
* The progress of the disk snapshot creation operation.
|
|
61
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-progress}
|
|
62
|
+
*/
|
|
63
|
+
Progress: string;
|
|
64
|
+
/**
|
|
65
|
+
* The Lightsail resource type (DiskSnapshot).
|
|
66
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-resourcetype}
|
|
67
|
+
*/
|
|
68
|
+
ResourceType: "DiskSnapshot";
|
|
69
|
+
/**
|
|
70
|
+
* The size of the disk snapshot in GB.
|
|
71
|
+
* @min 1
|
|
72
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-sizeingb}
|
|
73
|
+
*/
|
|
74
|
+
SizeInGb: number;
|
|
75
|
+
/**
|
|
76
|
+
* The status of the disk snapshot operation.
|
|
77
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-state}
|
|
78
|
+
*/
|
|
79
|
+
State: "pending" | "completed" | "error" | "unknown";
|
|
80
|
+
/**
|
|
81
|
+
* The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail.
|
|
82
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lightsail-disksnapshot.html#cfn-lightsail-disksnapshot-supportcode}
|
|
83
|
+
*/
|
|
84
|
+
SupportCode: string;
|
|
85
|
+
};
|
|
86
|
+
//# sourceMappingURL=aws-lightsail-disksnapshot.d.ts.map
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* > End of support notice: On October 31, 2025, AWS will end support for Amazon Lookout for Metrics. After October 31, 2025, you will no longer be able to access the Amazon Lookout for Metrics console or Amazon Lookout for Metrics resources. For more information, see [Amazon Lookout for Metrics end of support](https://docs.aws.amazon.com//blogs/machine-learning/transitioning-off-amazon-lookout-for-metrics/) .
|
|
4
|
+
*
|
|
3
5
|
* The `AWS::LookoutMetrics::Alert` type creates an alert for an anomaly detector.
|
|
4
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-alert.html}
|
|
5
7
|
*/
|
|
6
8
|
export type LookoutMetricsAlert = ResourceDefinitionWithAttributes<"AWS::LookoutMetrics::Alert", LookoutMetricsAlertProps, LookoutMetricsAlertAttribs>;
|
|
7
9
|
/**
|
|
10
|
+
* > End of support notice: On October 31, 2025, AWS will end support for Amazon Lookout for Metrics. After October 31, 2025, you will no longer be able to access the Amazon Lookout for Metrics console or Amazon Lookout for Metrics resources. For more information, see [Amazon Lookout for Metrics end of support](https://docs.aws.amazon.com//blogs/machine-learning/transitioning-off-amazon-lookout-for-metrics/) .
|
|
11
|
+
*
|
|
8
12
|
* The `AWS::LookoutMetrics::Alert` type creates an alert for an anomaly detector.
|
|
9
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-alert.html}
|
|
10
14
|
*/
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
2
2
|
/**
|
|
3
|
+
* > End of support notice: On October 31, 2025, AWS will end support for Amazon Lookout for Metrics. After October 31, 2025, you will no longer be able to access the Amazon Lookout for Metrics console or Amazon Lookout for Metrics resources. For more information, see [Amazon Lookout for Metrics end of support](https://docs.aws.amazon.com//blogs/machine-learning/transitioning-off-amazon-lookout-for-metrics/) .
|
|
4
|
+
*
|
|
3
5
|
* The `AWS::LookoutMetrics::AnomalyDetector` type creates an anomaly detector.
|
|
4
6
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-anomalydetector.html}
|
|
5
7
|
*/
|
|
6
8
|
export type LookoutMetricsAnomalyDetector = ResourceDefinitionWithAttributes<"AWS::LookoutMetrics::AnomalyDetector", LookoutMetricsAnomalyDetectorProps, LookoutMetricsAnomalyDetectorAttribs>;
|
|
7
9
|
/**
|
|
10
|
+
* > End of support notice: On October 31, 2025, AWS will end support for Amazon Lookout for Metrics. After October 31, 2025, you will no longer be able to access the Amazon Lookout for Metrics console or Amazon Lookout for Metrics resources. For more information, see [Amazon Lookout for Metrics end of support](https://docs.aws.amazon.com//blogs/machine-learning/transitioning-off-amazon-lookout-for-metrics/) .
|
|
11
|
+
*
|
|
8
12
|
* The `AWS::LookoutMetrics::AnomalyDetector` type creates an anomaly detector.
|
|
9
13
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-anomalydetector.html}
|
|
10
14
|
*/
|
|
@@ -779,6 +779,10 @@ export type Av1Settings = {
|
|
|
779
779
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-maxbitrate}
|
|
780
780
|
*/
|
|
781
781
|
MaxBitrate?: number | undefined;
|
|
782
|
+
/**
|
|
783
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-minbitrate}
|
|
784
|
+
*/
|
|
785
|
+
MinBitrate?: number | undefined;
|
|
782
786
|
/**
|
|
783
787
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-miniinterval}
|
|
784
788
|
*/
|
|
@@ -2285,6 +2289,10 @@ export type H264Settings = {
|
|
|
2285
2289
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-maxbitrate}
|
|
2286
2290
|
*/
|
|
2287
2291
|
MaxBitrate?: number | undefined;
|
|
2292
|
+
/**
|
|
2293
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-minbitrate}
|
|
2294
|
+
*/
|
|
2295
|
+
MinBitrate?: number | undefined;
|
|
2288
2296
|
/**
|
|
2289
2297
|
* Meaningful only if sceneChangeDetect is set to enabled. This setting enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting the I-interval. The normal cadence resumes for the next GOP. Note that the maximum GOP stretch = GOP size + Min-I-interval - 1.
|
|
2290
2298
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-miniinterval}
|
|
@@ -2506,11 +2514,19 @@ export type H265Settings = {
|
|
|
2506
2514
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-frameratenumerator}
|
|
2507
2515
|
*/
|
|
2508
2516
|
FramerateNumerator?: number | undefined;
|
|
2517
|
+
/**
|
|
2518
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopbreference}
|
|
2519
|
+
*/
|
|
2520
|
+
GopBReference?: string | undefined;
|
|
2509
2521
|
/**
|
|
2510
2522
|
* Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
|
|
2511
2523
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopclosedcadence}
|
|
2512
2524
|
*/
|
|
2513
2525
|
GopClosedCadence?: number | undefined;
|
|
2526
|
+
/**
|
|
2527
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopnumbframes}
|
|
2528
|
+
*/
|
|
2529
|
+
GopNumBFrames?: number | undefined;
|
|
2514
2530
|
/**
|
|
2515
2531
|
* GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
|
|
2516
2532
|
* If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1.
|
|
@@ -2538,6 +2554,10 @@ export type H265Settings = {
|
|
|
2538
2554
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-maxbitrate}
|
|
2539
2555
|
*/
|
|
2540
2556
|
MaxBitrate?: number | undefined;
|
|
2557
|
+
/**
|
|
2558
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-minbitrate}
|
|
2559
|
+
*/
|
|
2560
|
+
MinBitrate?: number | undefined;
|
|
2541
2561
|
/**
|
|
2542
2562
|
* Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
|
|
2543
2563
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-miniinterval}
|
|
@@ -2603,6 +2623,10 @@ export type H265Settings = {
|
|
|
2603
2623
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-slices}
|
|
2604
2624
|
*/
|
|
2605
2625
|
Slices?: number | undefined;
|
|
2626
|
+
/**
|
|
2627
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-subgoplength}
|
|
2628
|
+
*/
|
|
2629
|
+
SubgopLength?: string | undefined;
|
|
2606
2630
|
/**
|
|
2607
2631
|
* H.265 Tier.
|
|
2608
2632
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-tier}
|
|
@@ -16,7 +16,7 @@ export type MSKClusterPolicyProps = {
|
|
|
16
16
|
*/
|
|
17
17
|
ClusterArn: string;
|
|
18
18
|
/**
|
|
19
|
-
* Resource policy for the cluster.
|
|
19
|
+
* Resource policy for the cluster. The maximum size supported for a resource-based policy document is 20 KB.
|
|
20
20
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-clusterpolicy.html#cfn-msk-clusterpolicy-policy}
|
|
21
21
|
*/
|
|
22
22
|
Policy: PolicyDocument;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ResourceDefinition, Tag } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Creates an event notification subscription. This action requires a topic ARN (Amazon Resource Name) created by either the Neptune console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.
|
|
4
4
|
*
|
|
@@ -7,7 +7,7 @@ import type { ResourceDefinitionWithAttributes } from "../main.ts";
|
|
|
7
7
|
* If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIdentifier = myDBInstance1, you are notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify a SourceIdentifier, you receive notice of the events for that source type for all your Neptune sources. If you do not specify either the SourceType nor the SourceIdentifier, you are notified of events generated from all Neptune sources belonging to your customer account.
|
|
8
8
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html}
|
|
9
9
|
*/
|
|
10
|
-
export type NeptuneEventSubscription =
|
|
10
|
+
export type NeptuneEventSubscription = ResourceDefinition<"AWS::Neptune::EventSubscription", NeptuneEventSubscriptionProps>;
|
|
11
11
|
/**
|
|
12
12
|
* Creates an event notification subscription. This action requires a topic ARN (Amazon Resource Name) created by either the Neptune console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.
|
|
13
13
|
*
|
|
@@ -19,10 +19,12 @@ export type NeptuneEventSubscription = ResourceDefinitionWithAttributes<"AWS::Ne
|
|
|
19
19
|
export type NeptuneEventSubscriptionProps = {
|
|
20
20
|
/**
|
|
21
21
|
* A Boolean value indicating if the subscription is enabled. True indicates the subscription is enabled.
|
|
22
|
+
* @default true
|
|
22
23
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html#cfn-neptune-eventsubscription-enabled}
|
|
23
24
|
*/
|
|
24
25
|
Enabled?: boolean | undefined;
|
|
25
26
|
/**
|
|
27
|
+
* A list of event categories for a SourceType that you want to subscribe to. You can see a list of the categories for a given SourceType in the Events topic in the Amazon Neptune User Guide or by using the DescribeEventCategories action.
|
|
26
28
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html#cfn-neptune-eventsubscription-eventcategories}
|
|
27
29
|
*/
|
|
28
30
|
EventCategories?: string[] | undefined;
|
|
@@ -30,8 +32,9 @@ export type NeptuneEventSubscriptionProps = {
|
|
|
30
32
|
* The topic ARN of the event notification subscription.
|
|
31
33
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html#cfn-neptune-eventsubscription-snstopicarn}
|
|
32
34
|
*/
|
|
33
|
-
SnsTopicArn
|
|
35
|
+
SnsTopicArn: string;
|
|
34
36
|
/**
|
|
37
|
+
* The list of identifiers of the event sources for which events will be returned. If not specified, then all sources are included in the response. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it cannot end with a hyphen or contain two consecutive hyphens.
|
|
35
38
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html#cfn-neptune-eventsubscription-sourceids}
|
|
36
39
|
*/
|
|
37
40
|
SourceIds?: string[] | undefined;
|
|
@@ -40,14 +43,16 @@ export type NeptuneEventSubscriptionProps = {
|
|
|
40
43
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html#cfn-neptune-eventsubscription-sourcetype}
|
|
41
44
|
*/
|
|
42
45
|
SourceType?: string | undefined;
|
|
43
|
-
};
|
|
44
|
-
/**
|
|
45
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html#aws-resource-neptune-eventsubscription-return-values}
|
|
46
|
-
*/
|
|
47
|
-
export type NeptuneEventSubscriptionAttribs = {
|
|
48
46
|
/**
|
|
49
|
-
*
|
|
47
|
+
* The name of the subscription.
|
|
48
|
+
* @maxLength 255
|
|
49
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html#cfn-neptune-eventsubscription-subscriptionname}
|
|
50
|
+
*/
|
|
51
|
+
SubscriptionName?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* An array of key-value pairs to apply to this resource.
|
|
54
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-neptune-eventsubscription.html#cfn-neptune-eventsubscription-tags}
|
|
50
55
|
*/
|
|
51
|
-
|
|
56
|
+
Tags?: Tag[] | undefined;
|
|
52
57
|
};
|
|
53
58
|
//# sourceMappingURL=aws-neptune-eventsubscription.d.ts.map
|
|
@@ -474,7 +474,9 @@ export type RulesSource = {
|
|
|
474
474
|
*/
|
|
475
475
|
export type RulesSourceList = {
|
|
476
476
|
/**
|
|
477
|
-
* Whether you want to allow or
|
|
477
|
+
* Whether you want to apply allow, reject, alert, or drop behavior to the domains in your target list.
|
|
478
|
+
*
|
|
479
|
+
* > When logging is enabled and you choose Alert, traffic that matches the domain specifications generates an alert in the firewall's logs. Then, traffic either passes, is rejected, or drops based on other rules in the firewall policy.
|
|
478
480
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-rulessourcelist.html#cfn-networkfirewall-rulegroup-rulessourcelist-generatedrulestype}
|
|
479
481
|
*/
|
|
480
482
|
GeneratedRulesType: GeneratedRulesType;
|
package/out/exports/resources.generated/aws-observabilityadmin-organizationcentralizationrule.d.ts
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
|
|
2
|
+
/**
|
|
3
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html}
|
|
4
|
+
*/
|
|
5
|
+
export type ObservabilityAdminOrganizationCentralizationRule = ResourceDefinitionWithAttributes<"AWS::ObservabilityAdmin::OrganizationCentralizationRule", ObservabilityAdminOrganizationCentralizationRuleProps, ObservabilityAdminOrganizationCentralizationRuleAttribs>;
|
|
6
|
+
/**
|
|
7
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html}
|
|
8
|
+
*/
|
|
9
|
+
export type ObservabilityAdminOrganizationCentralizationRuleProps = {
|
|
10
|
+
/**
|
|
11
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-rule}
|
|
12
|
+
*/
|
|
13
|
+
Rule: CentralizationRule;
|
|
14
|
+
/**
|
|
15
|
+
* @minLength 1
|
|
16
|
+
* @maxLength 100
|
|
17
|
+
* @pattern ^[0-9A-Za-z-]+$
|
|
18
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-rulename}
|
|
19
|
+
*/
|
|
20
|
+
RuleName: string;
|
|
21
|
+
/**
|
|
22
|
+
* An array of key-value pairs to apply to this resource.
|
|
23
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-tags}
|
|
24
|
+
*/
|
|
25
|
+
Tags?: Tag[] | undefined;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#aws-resource-observabilityadmin-organizationcentralizationrule-return-values}
|
|
29
|
+
*/
|
|
30
|
+
export type ObservabilityAdminOrganizationCentralizationRuleAttribs = {
|
|
31
|
+
/**
|
|
32
|
+
* @minLength 1
|
|
33
|
+
* @maxLength 1011
|
|
34
|
+
* @pattern ^arn:aws([a-z0-9\-]+)?:([a-zA-Z0-9\-]+):([a-z0-9\-]+)?:([0-9]{12})?:(.+)$
|
|
35
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-rulearn}
|
|
36
|
+
*/
|
|
37
|
+
RuleArn: string;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html}
|
|
41
|
+
*/
|
|
42
|
+
export type CentralizationRule = {
|
|
43
|
+
/**
|
|
44
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrule-destination}
|
|
45
|
+
*/
|
|
46
|
+
Destination: CentralizationRuleDestination;
|
|
47
|
+
/**
|
|
48
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrule-source}
|
|
49
|
+
*/
|
|
50
|
+
Source: CentralizationRuleSource;
|
|
51
|
+
};
|
|
52
|
+
/**
|
|
53
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html}
|
|
54
|
+
*/
|
|
55
|
+
export type CentralizationRuleDestination = {
|
|
56
|
+
/**
|
|
57
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-account}
|
|
58
|
+
*/
|
|
59
|
+
Account?: string | undefined;
|
|
60
|
+
/**
|
|
61
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-destinationlogsconfiguration}
|
|
62
|
+
*/
|
|
63
|
+
DestinationLogsConfiguration?: DestinationLogsConfiguration | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-region}
|
|
66
|
+
*/
|
|
67
|
+
Region: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html}
|
|
71
|
+
*/
|
|
72
|
+
export type CentralizationRuleSource = {
|
|
73
|
+
/**
|
|
74
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-regions}
|
|
75
|
+
*/
|
|
76
|
+
Regions: string[];
|
|
77
|
+
/**
|
|
78
|
+
* @minLength 1
|
|
79
|
+
* @maxLength 2000
|
|
80
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-scope}
|
|
81
|
+
*/
|
|
82
|
+
Scope?: string | undefined;
|
|
83
|
+
/**
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-sourcelogsconfiguration}
|
|
85
|
+
*/
|
|
86
|
+
SourceLogsConfiguration?: SourceLogsConfiguration | undefined;
|
|
87
|
+
};
|
|
88
|
+
/**
|
|
89
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html}
|
|
90
|
+
*/
|
|
91
|
+
export type DestinationLogsConfiguration = {
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration-backupconfiguration}
|
|
94
|
+
*/
|
|
95
|
+
BackupConfiguration?: LogsBackupConfiguration | undefined;
|
|
96
|
+
/**
|
|
97
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration-logsencryptionconfiguration}
|
|
98
|
+
*/
|
|
99
|
+
LogsEncryptionConfiguration?: LogsEncryptionConfiguration | undefined;
|
|
100
|
+
};
|
|
101
|
+
/**
|
|
102
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html}
|
|
103
|
+
*/
|
|
104
|
+
export type LogsBackupConfiguration = {
|
|
105
|
+
/**
|
|
106
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration-kmskeyarn}
|
|
107
|
+
*/
|
|
108
|
+
KmsKeyArn?: string | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration-region}
|
|
111
|
+
*/
|
|
112
|
+
Region: string;
|
|
113
|
+
};
|
|
114
|
+
/**
|
|
115
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html}
|
|
116
|
+
*/
|
|
117
|
+
export type LogsEncryptionConfiguration = {
|
|
118
|
+
/**
|
|
119
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-encryptionconflictresolutionstrategy}
|
|
120
|
+
*/
|
|
121
|
+
EncryptionConflictResolutionStrategy?: "ALLOW" | "SKIP" | undefined;
|
|
122
|
+
/**
|
|
123
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-encryptionstrategy}
|
|
124
|
+
*/
|
|
125
|
+
EncryptionStrategy: "CUSTOMER_MANAGED" | "AWS_OWNED";
|
|
126
|
+
/**
|
|
127
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-kmskeyarn}
|
|
128
|
+
*/
|
|
129
|
+
KmsKeyArn?: string | undefined;
|
|
130
|
+
};
|
|
131
|
+
/**
|
|
132
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html}
|
|
133
|
+
*/
|
|
134
|
+
export type SourceLogsConfiguration = {
|
|
135
|
+
/**
|
|
136
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-encryptedloggroupstrategy}
|
|
137
|
+
*/
|
|
138
|
+
EncryptedLogGroupStrategy: "ALLOW" | "SKIP";
|
|
139
|
+
/**
|
|
140
|
+
* @minLength 1
|
|
141
|
+
* @maxLength 2000
|
|
142
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-loggroupselectioncriteria}
|
|
143
|
+
*/
|
|
144
|
+
LogGroupSelectionCriteria: string;
|
|
145
|
+
};
|
|
146
|
+
//# sourceMappingURL=aws-observabilityadmin-organizationcentralizationrule.d.ts.map
|
|
@@ -51,7 +51,7 @@ export type PCSComputeNodeGroupProps = {
|
|
|
51
51
|
*/
|
|
52
52
|
Name?: string | undefined;
|
|
53
53
|
/**
|
|
54
|
-
* Specifies how EC2 instances are purchased on your behalf. AWS
|
|
54
|
+
* Specifies how EC2 instances are purchased on your behalf. AWS PCS supports On-Demand Instances, Spot Instances, and Amazon EC2 Capacity Blocks for ML. For more information, see [Amazon EC2 billing and purchasing options](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-purchasing-options.html) in the *Amazon Elastic Compute Cloud User Guide* . For more information about AWS PCS support for Capacity Blocks, see [Using Amazon EC2 Capacity Blocks for ML with AWS PCS](https://docs.aws.amazon.com/pcs/latest/userguide/capacity-blocks.html) in the *AWS PCS User Guide* . If you don't provide this option, it defaults to On-Demand.
|
|
55
55
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-computenodegroup.html#cfn-pcs-computenodegroup-purchaseoption}
|
|
56
56
|
*/
|
|
57
57
|
PurchaseOption?: "ONDEMAND" | "SPOT" | "CAPACITY_BLOCK" | undefined;
|
|
@@ -24,6 +24,16 @@ export type PCSQueueProps = {
|
|
|
24
24
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html#cfn-pcs-queue-name}
|
|
25
25
|
*/
|
|
26
26
|
Name?: string | undefined;
|
|
27
|
+
/**
|
|
28
|
+
* The Slurm configuration for the queue.
|
|
29
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html#cfn-pcs-queue-slurmconfiguration}
|
|
30
|
+
*/
|
|
31
|
+
SlurmConfiguration?: {
|
|
32
|
+
/**
|
|
33
|
+
* Custom Slurm parameters that directly map to Slurm configuration settings.
|
|
34
|
+
*/
|
|
35
|
+
SlurmCustomSettings?: SlurmCustomSetting[] | undefined;
|
|
36
|
+
} | undefined;
|
|
27
37
|
/**
|
|
28
38
|
* 1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
|
|
29
39
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcs-queue.html#cfn-pcs-queue-tags}
|
|
@@ -64,4 +74,20 @@ export type ComputeNodeGroupConfiguration = {
|
|
|
64
74
|
*/
|
|
65
75
|
ComputeNodeGroupId?: string | undefined;
|
|
66
76
|
};
|
|
77
|
+
/**
|
|
78
|
+
* Additional settings that directly map to Slurm settings.
|
|
79
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-slurmcustomsetting.html}
|
|
80
|
+
*/
|
|
81
|
+
export type SlurmCustomSetting = {
|
|
82
|
+
/**
|
|
83
|
+
* AWS PCS supports configuration of the Slurm parameters for queues:.
|
|
84
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-slurmcustomsetting.html#cfn-pcs-queue-slurmcustomsetting-parametername}
|
|
85
|
+
*/
|
|
86
|
+
ParameterName: string;
|
|
87
|
+
/**
|
|
88
|
+
* The value for the configured Slurm setting.
|
|
89
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcs-queue-slurmcustomsetting.html#cfn-pcs-queue-slurmcustomsetting-parametervalue}
|
|
90
|
+
*/
|
|
91
|
+
ParameterValue: string;
|
|
92
|
+
};
|
|
67
93
|
//# sourceMappingURL=aws-pcs-queue.d.ts.map
|
|
@@ -57,6 +57,7 @@ export type Capabilities = {
|
|
|
57
57
|
*/
|
|
58
58
|
AddOrRunAnomalyDetectionForAnalyses?: CapabilityState | undefined;
|
|
59
59
|
/**
|
|
60
|
+
* The ability to perform analysis-related actions.
|
|
60
61
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-analysis}
|
|
61
62
|
*/
|
|
62
63
|
Analysis?: CapabilityState | undefined;
|
|
@@ -96,6 +97,7 @@ export type Capabilities = {
|
|
|
96
97
|
*/
|
|
97
98
|
CreateSharedFolders?: CapabilityState | undefined;
|
|
98
99
|
/**
|
|
100
|
+
* The ability to perform dashboard-related actions.
|
|
99
101
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-dashboard}
|
|
100
102
|
*/
|
|
101
103
|
Dashboard?: CapabilityState | undefined;
|
|
@@ -461,7 +461,7 @@ export type RDSDBClusterProps = {
|
|
|
461
461
|
*
|
|
462
462
|
* Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
463
463
|
*
|
|
464
|
-
* This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.
|
|
464
|
+
* This option is only valid for RDS for MySQL, RDS for MariaDB, RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL engines.
|
|
465
465
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserauthenticationtype}
|
|
466
466
|
*/
|
|
467
467
|
MasterUserAuthenticationType?: string | undefined;
|
|
@@ -774,7 +774,7 @@ export type RDSDBInstanceProps = {
|
|
|
774
774
|
* - `password` - Use standard database authentication with a password.
|
|
775
775
|
* - `iam-db-auth` - Use IAM database authentication for the master user.
|
|
776
776
|
*
|
|
777
|
-
* This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.
|
|
777
|
+
* This option is only valid for RDS for MySQL, RDS for MariaDB, RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL engines.
|
|
778
778
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-masteruserauthenticationtype}
|
|
779
779
|
*/
|
|
780
780
|
MasterUserAuthenticationType?: string | undefined;
|
|
@@ -47,12 +47,18 @@ export type RDSDBProxyProps = {
|
|
|
47
47
|
*/
|
|
48
48
|
DebugLogging?: boolean | undefined;
|
|
49
49
|
/**
|
|
50
|
-
* The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
|
|
50
|
+
* The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database. Valid values are `NONE` and `IAM_AUTH` . When set to `IAM_AUTH` , the proxy uses end-to-end IAM authentication to connect to the database.
|
|
51
51
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-defaultauthscheme}
|
|
52
52
|
*/
|
|
53
53
|
DefaultAuthScheme?: "IAM_AUTH" | "NONE" | undefined;
|
|
54
54
|
/**
|
|
55
55
|
* The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
|
|
56
|
+
*
|
|
57
|
+
* Valid values:
|
|
58
|
+
*
|
|
59
|
+
* - `IPV4` - The proxy endpoint supports IPv4 only.
|
|
60
|
+
* - `IPV6` - The proxy endpoint supports IPv6 only.
|
|
61
|
+
* - `DUAL` - The proxy endpoint supports both IPv4 and IPv6.
|
|
56
62
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-endpointnetworktype}
|
|
57
63
|
*/
|
|
58
64
|
EndpointNetworkType?: "IPV4" | "IPV6" | "DUAL" | undefined;
|
|
@@ -83,6 +89,11 @@ export type RDSDBProxyProps = {
|
|
|
83
89
|
Tags?: TagFormat[] | undefined;
|
|
84
90
|
/**
|
|
85
91
|
* The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.
|
|
92
|
+
*
|
|
93
|
+
* Valid values:
|
|
94
|
+
*
|
|
95
|
+
* - `IPV4` - The proxy connects to the database using IPv4 only.
|
|
96
|
+
* - `IPV6` - The proxy connects to the database using IPv6 only.
|
|
86
97
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-targetconnectionnetworktype}
|
|
87
98
|
*/
|
|
88
99
|
TargetConnectionNetworkType?: "IPV4" | "IPV6" | undefined;
|
|
@@ -29,6 +29,12 @@ export type RDSDBProxyEndpointProps = {
|
|
|
29
29
|
DBProxyName: string;
|
|
30
30
|
/**
|
|
31
31
|
* The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
|
|
32
|
+
*
|
|
33
|
+
* Valid values:
|
|
34
|
+
*
|
|
35
|
+
* - `IPV4` - The proxy endpoint supports IPv4 only.
|
|
36
|
+
* - `IPV6` - The proxy endpoint supports IPv6 only.
|
|
37
|
+
* - `DUAL` - The proxy endpoint supports both IPv4 and IPv6.
|
|
32
38
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxyendpoint.html#cfn-rds-dbproxyendpoint-endpointnetworktype}
|
|
33
39
|
*/
|
|
34
40
|
EndpointNetworkType?: "IPV4" | "IPV6" | "DUAL" | undefined;
|
|
@@ -363,9 +363,13 @@ export type AliasTarget = {
|
|
|
363
363
|
* - A target group that has no registered targets is considered unhealthy.
|
|
364
364
|
*
|
|
365
365
|
* > When you create a load balancer, you configure settings for Elastic Load Balancing health checks; they're not Route 53 health checks, but they perform a similar function. Do not create Route 53 health checks for the EC2 instances that you register with an ELB load balancer.
|
|
366
|
-
* - **
|
|
366
|
+
* - **API Gateway APIs** - There are no special requirements for setting `EvaluateTargetHealth` to `true` when the alias target is an API Gateway API. However, because API Gateway is highly available by design, `EvaluateTargetHealth` provides no operational benefit and [Route 53 health checks](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html) are recommended instead for failover scenarios.
|
|
367
|
+
* - **S3 buckets** - There are no special requirements for setting `EvaluateTargetHealth` to `true` when the alias target is an S3 bucket. However, because S3 buckets are highly available by design, `EvaluateTargetHealth` provides no operational benefit and [Route 53 health checks](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html) are recommended instead for failover scenarios.
|
|
368
|
+
* - **VPC interface endpoints** - There are no special requirements for setting `EvaluateTargetHealth` to `true` when the alias target is a VPC interface endpoint. However, because VPC interface endpoints are highly available by design, `EvaluateTargetHealth` provides no operational benefit and [Route 53 health checks](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html) are recommended instead for failover scenarios.
|
|
367
369
|
* - **Other records in the same hosted zone** - If the AWS resource that you specify in `DNSName` is a record or a group of records (for example, a group of weighted records) but is not another alias record, we recommend that you associate a health check with all of the records in the alias target. For more information, see [What Happens When You Omit Health Checks?](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover-complex-configs.html#dns-failover-complex-configs-hc-omitting) in the *Amazon Route 53 Developer Guide* .
|
|
368
370
|
*
|
|
371
|
+
* > While `EvaluateTargetHealth` can be set to `true` for highly available AWS services (such as S3 buckets, VPC interface endpoints, and API Gateway), these services are designed for high availability and rarely experience outages that would be detected by this feature. For failover scenarios with these services, consider using [Route 53 health checks](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html) that monitor your application's ability to access the service instead.
|
|
372
|
+
*
|
|
369
373
|
* For more information and examples, see [Amazon Route 53 Health Checks and DNS Failover](https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html) in the *Amazon Route 53 Developer Guide* .
|
|
370
374
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-route53-recordset-aliastarget.html#cfn-route53-recordset-aliastarget-evaluatetargethealth}
|
|
371
375
|
*/
|
package/out/exports/resources.generated/aws-servicecatalog-portfolioprincipalassociation.d.ts
CHANGED
|
@@ -21,12 +21,12 @@ export type ServiceCatalogPortfolioPrincipalAssociationProps = {
|
|
|
21
21
|
* The portfolio identifier.
|
|
22
22
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-portfolioid}
|
|
23
23
|
*/
|
|
24
|
-
PortfolioId
|
|
24
|
+
PortfolioId: string;
|
|
25
25
|
/**
|
|
26
26
|
* The ARN of the principal ( IAM user, role, or group).
|
|
27
27
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principalarn}
|
|
28
28
|
*/
|
|
29
|
-
PrincipalARN
|
|
29
|
+
PrincipalARN: string;
|
|
30
30
|
/**
|
|
31
31
|
* The principal type. The supported values are `IAM` and `IAM_PATTERN` .
|
|
32
32
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioprincipalassociation.html#cfn-servicecatalog-portfolioprincipalassociation-principaltype}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import type {
|
|
1
|
+
import type { ResourceDefinition } from "../main.ts";
|
|
2
2
|
/**
|
|
3
3
|
* Shares the specified portfolio with the specified account.
|
|
4
4
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html}
|
|
5
5
|
*/
|
|
6
|
-
export type ServiceCatalogPortfolioShare =
|
|
6
|
+
export type ServiceCatalogPortfolioShare = ResourceDefinition<"AWS::ServiceCatalog::PortfolioShare", ServiceCatalogPortfolioShareProps>;
|
|
7
7
|
/**
|
|
8
8
|
* Shares the specified portfolio with the specified account.
|
|
9
9
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html}
|
|
@@ -19,6 +19,7 @@ export type ServiceCatalogPortfolioShareProps = {
|
|
|
19
19
|
AcceptLanguage?: string | undefined;
|
|
20
20
|
/**
|
|
21
21
|
* The AWS account ID. For example, `123456789012` .
|
|
22
|
+
* @pattern ^[0-9]{12}$
|
|
22
23
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-accountid}
|
|
23
24
|
*/
|
|
24
25
|
AccountId: string;
|
|
@@ -33,13 +34,4 @@ export type ServiceCatalogPortfolioShareProps = {
|
|
|
33
34
|
*/
|
|
34
35
|
ShareTagOptions?: boolean | undefined;
|
|
35
36
|
};
|
|
36
|
-
/**
|
|
37
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#aws-resource-servicecatalog-portfolioshare-return-values}
|
|
38
|
-
*/
|
|
39
|
-
export type ServiceCatalogPortfolioShareAttribs = {
|
|
40
|
-
/**
|
|
41
|
-
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-servicecatalog-portfolioshare.html#cfn-servicecatalog-portfolioshare-id}
|
|
42
|
-
*/
|
|
43
|
-
Id: string;
|
|
44
|
-
};
|
|
45
37
|
//# sourceMappingURL=aws-servicecatalog-portfolioshare.d.ts.map
|