pulumi-aws-native 1.38.0a1761284362__py3-none-any.whl → 1.39.0a1762409198__py3-none-any.whl
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.
Potentially problematic release.
This version of pulumi-aws-native might be problematic. Click here for more details.
- pulumi_aws_native/__init__.py +33 -1
- pulumi_aws_native/_enums.py +4 -0
- pulumi_aws_native/amazonmq/_enums.py +4 -12
- pulumi_aws_native/amazonmq/_inputs.py +21 -91
- pulumi_aws_native/amazonmq/broker.py +56 -67
- pulumi_aws_native/amazonmq/get_broker.py +6 -13
- pulumi_aws_native/amazonmq/outputs.py +14 -54
- pulumi_aws_native/applicationsignals/get_grouping_configuration.py +9 -0
- pulumi_aws_native/applicationsignals/grouping_configuration.py +3 -0
- pulumi_aws_native/appstream/get_image_builder.py +0 -4
- pulumi_aws_native/appstream/image_builder.py +0 -16
- pulumi_aws_native/aps/__init__.py +2 -0
- pulumi_aws_native/aps/_inputs.py +290 -0
- pulumi_aws_native/aps/anomaly_detector.py +318 -0
- pulumi_aws_native/aps/get_anomaly_detector.py +149 -0
- pulumi_aws_native/aps/outputs.py +229 -0
- pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
- pulumi_aws_native/arcregionswitch/plan.py +0 -3
- pulumi_aws_native/batch/_inputs.py +34 -0
- pulumi_aws_native/batch/job_definition.py +29 -0
- pulumi_aws_native/batch/outputs.py +37 -0
- pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
- pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
- pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
- pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
- pulumi_aws_native/ce/_enums.py +3 -0
- pulumi_aws_native/cleanrooms/configured_table.py +4 -4
- pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
- pulumi_aws_native/cloudfront/_inputs.py +14 -1
- pulumi_aws_native/cloudfront/get_vpc_origin.py +12 -1
- pulumi_aws_native/cloudfront/outputs.py +11 -1
- pulumi_aws_native/cloudfront/vpc_origin.py +7 -0
- pulumi_aws_native/cognito/__init__.py +2 -0
- pulumi_aws_native/cognito/_enums.py +12 -0
- pulumi_aws_native/cognito/get_terms.py +117 -0
- pulumi_aws_native/cognito/terms.py +236 -0
- pulumi_aws_native/connect/_enums.py +68 -0
- pulumi_aws_native/connect/_inputs.py +581 -1
- pulumi_aws_native/connect/email_address.py +31 -0
- pulumi_aws_native/connect/get_email_address.py +16 -1
- pulumi_aws_native/connect/outputs.py +473 -3
- pulumi_aws_native/connectcampaignsv2/_enums.py +9 -0
- pulumi_aws_native/connectcampaignsv2/_inputs.py +127 -0
- pulumi_aws_native/connectcampaignsv2/outputs.py +118 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +83 -26
- pulumi_aws_native/datazone/outputs.py +84 -0
- pulumi_aws_native/ec2/__init__.py +2 -0
- pulumi_aws_native/ec2/_enums.py +19 -0
- pulumi_aws_native/ec2/_inputs.py +15 -12
- pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
- pulumi_aws_native/ec2/capacity_reservation.py +6 -6
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/get_capacity_reservation.py +2 -2
- pulumi_aws_native/ec2/get_nat_gateway.py +3 -0
- pulumi_aws_native/ec2/get_volume.py +37 -15
- pulumi_aws_native/ec2/nat_gateway.py +11 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ec2/volume.py +115 -74
- pulumi_aws_native/ecr/_inputs.py +2 -2
- pulumi_aws_native/ecr/get_repository.py +3 -2
- pulumi_aws_native/ecr/outputs.py +2 -2
- pulumi_aws_native/ecr/repository.py +12 -8
- pulumi_aws_native/ecs/_enums.py +24 -0
- pulumi_aws_native/ecs/_inputs.py +230 -23
- pulumi_aws_native/ecs/outputs.py +195 -15
- pulumi_aws_native/ecs/service.py +4 -0
- pulumi_aws_native/eks/_enums.py +11 -0
- pulumi_aws_native/eks/_inputs.py +199 -1
- pulumi_aws_native/eks/get_nodegroup.py +1 -0
- pulumi_aws_native/eks/nodegroup.py +1 -0
- pulumi_aws_native/eks/outputs.py +169 -1
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +213 -34
- pulumi_aws_native/elasticloadbalancingv2/get_listener_rule.py +15 -4
- pulumi_aws_native/elasticloadbalancingv2/listener_rule.py +22 -1
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +187 -24
- pulumi_aws_native/events/__init__.py +2 -0
- pulumi_aws_native/events/_inputs.py +78 -0
- pulumi_aws_native/events/event_bus_policy.py +275 -0
- pulumi_aws_native/events/get_event_bus_policy.py +85 -0
- pulumi_aws_native/events/outputs.py +48 -0
- pulumi_aws_native/gameliftstreams/application.py +4 -4
- pulumi_aws_native/glue/__init__.py +2 -0
- pulumi_aws_native/glue/_inputs.py +134 -0
- pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
- pulumi_aws_native/glue/integration_resource_property.py +229 -0
- pulumi_aws_native/glue/outputs.py +122 -0
- pulumi_aws_native/imagebuilder/_inputs.py +95 -0
- pulumi_aws_native/imagebuilder/get_image_pipeline.py +15 -1
- pulumi_aws_native/imagebuilder/image.py +58 -0
- pulumi_aws_native/imagebuilder/image_pipeline.py +10 -0
- pulumi_aws_native/imagebuilder/outputs.py +95 -0
- pulumi_aws_native/kendra/_inputs.py +21 -21
- pulumi_aws_native/kendra/outputs.py +14 -14
- pulumi_aws_native/lambda_/permission.py +4 -4
- pulumi_aws_native/mediapackagev2/_enums.py +15 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +103 -0
- pulumi_aws_native/mediapackagev2/get_origin_endpoint.py +26 -1
- pulumi_aws_native/mediapackagev2/origin_endpoint.py +36 -0
- pulumi_aws_native/mediapackagev2/outputs.py +88 -0
- pulumi_aws_native/neptune/db_instance.py +29 -0
- pulumi_aws_native/neptune/get_db_instance.py +15 -1
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +20 -0
- pulumi_aws_native/networkfirewall/firewall.py +10 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
- pulumi_aws_native/networkfirewall/outputs.py +14 -0
- pulumi_aws_native/observabilityadmin/_enums.py +9 -0
- pulumi_aws_native/observabilityadmin/_inputs.py +252 -0
- pulumi_aws_native/observabilityadmin/get_organization_centralization_rule.py +9 -0
- pulumi_aws_native/observabilityadmin/get_organization_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/get_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/organization_centralization_rule.py +11 -0
- pulumi_aws_native/observabilityadmin/organization_telemetry_rule.py +8 -0
- pulumi_aws_native/observabilityadmin/outputs.py +150 -0
- pulumi_aws_native/observabilityadmin/telemetry_rule.py +8 -0
- pulumi_aws_native/organizations/_enums.py +13 -0
- pulumi_aws_native/organizations/account.py +10 -0
- pulumi_aws_native/organizations/get_account.py +15 -1
- pulumi_aws_native/osis/_inputs.py +24 -0
- pulumi_aws_native/osis/get_pipeline.py +26 -1
- pulumi_aws_native/osis/outputs.py +13 -0
- pulumi_aws_native/osis/pipeline.py +50 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/qbusiness/_inputs.py +3 -3
- pulumi_aws_native/qbusiness/application.py +4 -4
- pulumi_aws_native/qbusiness/outputs.py +2 -2
- pulumi_aws_native/quicksight/_enums.py +1 -1
- pulumi_aws_native/quicksight/_inputs.py +12 -12
- pulumi_aws_native/quicksight/outputs.py +8 -8
- pulumi_aws_native/rds/db_cluster.py +24 -40
- pulumi_aws_native/route53/_inputs.py +21 -3
- pulumi_aws_native/route53/outputs.py +14 -2
- pulumi_aws_native/rtbfabric/__init__.py +17 -0
- pulumi_aws_native/rtbfabric/_enums.py +89 -0
- pulumi_aws_native/rtbfabric/_inputs.py +390 -0
- pulumi_aws_native/rtbfabric/get_link.py +199 -0
- pulumi_aws_native/rtbfabric/get_requester_gateway.py +217 -0
- pulumi_aws_native/rtbfabric/get_responder_gateway.py +255 -0
- pulumi_aws_native/rtbfabric/link.py +344 -0
- pulumi_aws_native/rtbfabric/outputs.py +363 -0
- pulumi_aws_native/rtbfabric/requester_gateway.py +303 -0
- pulumi_aws_native/rtbfabric/responder_gateway.py +431 -0
- pulumi_aws_native/s3/_enums.py +1 -1
- pulumi_aws_native/s3/_inputs.py +11 -5
- pulumi_aws_native/s3/access_grants_location.py +15 -13
- pulumi_aws_native/s3/outputs.py +10 -4
- pulumi_aws_native/s3vectors/__init__.py +17 -0
- pulumi_aws_native/s3vectors/_enums.py +39 -0
- pulumi_aws_native/s3vectors/_inputs.py +138 -0
- pulumi_aws_native/s3vectors/get_index.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
- pulumi_aws_native/s3vectors/index.py +367 -0
- pulumi_aws_native/s3vectors/outputs.py +129 -0
- pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
- pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
- pulumi_aws_native/sagemaker/_enums.py +12 -171
- pulumi_aws_native/sagemaker/_inputs.py +81 -5
- pulumi_aws_native/sagemaker/cluster.py +21 -0
- pulumi_aws_native/sagemaker/get_cluster.py +15 -4
- pulumi_aws_native/sagemaker/outputs.py +67 -3
- pulumi_aws_native/ssm/_inputs.py +15 -3
- pulumi_aws_native/ssm/outputs.py +10 -2
- pulumi_aws_native/ssmquicksetup/get_lifecycle_automation.py +6 -0
- pulumi_aws_native/ssmquicksetup/lifecycle_automation.py +16 -0
- pulumi_aws_native/sso/_enums.py +1 -1
- pulumi_aws_native/sso/assignment.py +8 -8
- pulumi_aws_native/synthetics/_inputs.py +52 -12
- pulumi_aws_native/synthetics/outputs.py +35 -8
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +95 -3
- pulumi_aws_native/transfer/connector.py +86 -19
- pulumi_aws_native/transfer/get_connector.py +43 -1
- pulumi_aws_native/transfer/outputs.py +92 -2
- pulumi_aws_native/wafv2/_inputs.py +72 -0
- pulumi_aws_native/wafv2/get_web_acl.py +15 -1
- pulumi_aws_native/wafv2/outputs.py +45 -0
- pulumi_aws_native/wafv2/web_acl.py +29 -0
- pulumi_aws_native/wisdom/_enums.py +4 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/top_level.txt +0 -0
|
@@ -172,16 +172,12 @@ class GetImageBuilderResult:
|
|
|
172
172
|
- stream.graphics-design.xlarge
|
|
173
173
|
- stream.graphics-design.2xlarge
|
|
174
174
|
- stream.graphics-design.4xlarge
|
|
175
|
-
- stream.graphics-desktop.2xlarge
|
|
176
175
|
- stream.graphics.g4dn.xlarge
|
|
177
176
|
- stream.graphics.g4dn.2xlarge
|
|
178
177
|
- stream.graphics.g4dn.4xlarge
|
|
179
178
|
- stream.graphics.g4dn.8xlarge
|
|
180
179
|
- stream.graphics.g4dn.12xlarge
|
|
181
180
|
- stream.graphics.g4dn.16xlarge
|
|
182
|
-
- stream.graphics-pro.4xlarge
|
|
183
|
-
- stream.graphics-pro.8xlarge
|
|
184
|
-
- stream.graphics-pro.16xlarge
|
|
185
181
|
- stream.graphics.g5.xlarge
|
|
186
182
|
- stream.graphics.g5.2xlarge
|
|
187
183
|
- stream.graphics.g5.4xlarge
|
|
@@ -63,16 +63,12 @@ class ImageBuilderArgs:
|
|
|
63
63
|
- stream.graphics-design.xlarge
|
|
64
64
|
- stream.graphics-design.2xlarge
|
|
65
65
|
- stream.graphics-design.4xlarge
|
|
66
|
-
- stream.graphics-desktop.2xlarge
|
|
67
66
|
- stream.graphics.g4dn.xlarge
|
|
68
67
|
- stream.graphics.g4dn.2xlarge
|
|
69
68
|
- stream.graphics.g4dn.4xlarge
|
|
70
69
|
- stream.graphics.g4dn.8xlarge
|
|
71
70
|
- stream.graphics.g4dn.12xlarge
|
|
72
71
|
- stream.graphics.g4dn.16xlarge
|
|
73
|
-
- stream.graphics-pro.4xlarge
|
|
74
|
-
- stream.graphics-pro.8xlarge
|
|
75
|
-
- stream.graphics-pro.16xlarge
|
|
76
72
|
- stream.graphics.g5.xlarge
|
|
77
73
|
- stream.graphics.g5.2xlarge
|
|
78
74
|
- stream.graphics.g5.4xlarge
|
|
@@ -164,16 +160,12 @@ class ImageBuilderArgs:
|
|
|
164
160
|
- stream.graphics-design.xlarge
|
|
165
161
|
- stream.graphics-design.2xlarge
|
|
166
162
|
- stream.graphics-design.4xlarge
|
|
167
|
-
- stream.graphics-desktop.2xlarge
|
|
168
163
|
- stream.graphics.g4dn.xlarge
|
|
169
164
|
- stream.graphics.g4dn.2xlarge
|
|
170
165
|
- stream.graphics.g4dn.4xlarge
|
|
171
166
|
- stream.graphics.g4dn.8xlarge
|
|
172
167
|
- stream.graphics.g4dn.12xlarge
|
|
173
168
|
- stream.graphics.g4dn.16xlarge
|
|
174
|
-
- stream.graphics-pro.4xlarge
|
|
175
|
-
- stream.graphics-pro.8xlarge
|
|
176
|
-
- stream.graphics-pro.16xlarge
|
|
177
169
|
- stream.graphics.g5.xlarge
|
|
178
170
|
- stream.graphics.g5.2xlarge
|
|
179
171
|
- stream.graphics.g5.4xlarge
|
|
@@ -410,16 +402,12 @@ class ImageBuilder(pulumi.CustomResource):
|
|
|
410
402
|
- stream.graphics-design.xlarge
|
|
411
403
|
- stream.graphics-design.2xlarge
|
|
412
404
|
- stream.graphics-design.4xlarge
|
|
413
|
-
- stream.graphics-desktop.2xlarge
|
|
414
405
|
- stream.graphics.g4dn.xlarge
|
|
415
406
|
- stream.graphics.g4dn.2xlarge
|
|
416
407
|
- stream.graphics.g4dn.4xlarge
|
|
417
408
|
- stream.graphics.g4dn.8xlarge
|
|
418
409
|
- stream.graphics.g4dn.12xlarge
|
|
419
410
|
- stream.graphics.g4dn.16xlarge
|
|
420
|
-
- stream.graphics-pro.4xlarge
|
|
421
|
-
- stream.graphics-pro.8xlarge
|
|
422
|
-
- stream.graphics-pro.16xlarge
|
|
423
411
|
- stream.graphics.g5.xlarge
|
|
424
412
|
- stream.graphics.g5.2xlarge
|
|
425
413
|
- stream.graphics.g5.4xlarge
|
|
@@ -648,16 +636,12 @@ class ImageBuilder(pulumi.CustomResource):
|
|
|
648
636
|
- stream.graphics-design.xlarge
|
|
649
637
|
- stream.graphics-design.2xlarge
|
|
650
638
|
- stream.graphics-design.4xlarge
|
|
651
|
-
- stream.graphics-desktop.2xlarge
|
|
652
639
|
- stream.graphics.g4dn.xlarge
|
|
653
640
|
- stream.graphics.g4dn.2xlarge
|
|
654
641
|
- stream.graphics.g4dn.4xlarge
|
|
655
642
|
- stream.graphics.g4dn.8xlarge
|
|
656
643
|
- stream.graphics.g4dn.12xlarge
|
|
657
644
|
- stream.graphics.g4dn.16xlarge
|
|
658
|
-
- stream.graphics-pro.4xlarge
|
|
659
|
-
- stream.graphics-pro.8xlarge
|
|
660
|
-
- stream.graphics-pro.16xlarge
|
|
661
645
|
- stream.graphics.g5.xlarge
|
|
662
646
|
- stream.graphics.g5.2xlarge
|
|
663
647
|
- stream.graphics.g5.4xlarge
|
|
@@ -7,6 +7,8 @@ from .. import _utilities
|
|
|
7
7
|
import typing
|
|
8
8
|
# Export this package's modules as members:
|
|
9
9
|
from ._enums import *
|
|
10
|
+
from .anomaly_detector import *
|
|
11
|
+
from .get_anomaly_detector import *
|
|
10
12
|
from .get_resource_policy import *
|
|
11
13
|
from .get_rule_groups_namespace import *
|
|
12
14
|
from .get_scraper import *
|
pulumi_aws_native/aps/_inputs.py
CHANGED
|
@@ -16,6 +16,16 @@ from .. import _utilities
|
|
|
16
16
|
from ._enums import *
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
|
+
'AnomalyDetectorConfigurationArgs',
|
|
20
|
+
'AnomalyDetectorConfigurationArgsDict',
|
|
21
|
+
'AnomalyDetectorIgnoreNearExpectedArgs',
|
|
22
|
+
'AnomalyDetectorIgnoreNearExpectedArgsDict',
|
|
23
|
+
'AnomalyDetectorLabelArgs',
|
|
24
|
+
'AnomalyDetectorLabelArgsDict',
|
|
25
|
+
'AnomalyDetectorMissingDataActionArgs',
|
|
26
|
+
'AnomalyDetectorMissingDataActionArgsDict',
|
|
27
|
+
'AnomalyDetectorRandomCutForestConfigurationArgs',
|
|
28
|
+
'AnomalyDetectorRandomCutForestConfigurationArgsDict',
|
|
19
29
|
'ScraperCloudWatchLogDestinationArgs',
|
|
20
30
|
'ScraperCloudWatchLogDestinationArgsDict',
|
|
21
31
|
'ScraperComponentConfigArgs',
|
|
@@ -60,6 +70,286 @@ __all__ = [
|
|
|
60
70
|
|
|
61
71
|
MYPY = False
|
|
62
72
|
|
|
73
|
+
if not MYPY:
|
|
74
|
+
class AnomalyDetectorConfigurationArgsDict(TypedDict):
|
|
75
|
+
random_cut_forest: pulumi.Input['AnomalyDetectorRandomCutForestConfigurationArgsDict']
|
|
76
|
+
"""
|
|
77
|
+
The Random Cut Forest algorithm configuration for anomaly detection.
|
|
78
|
+
"""
|
|
79
|
+
elif False:
|
|
80
|
+
AnomalyDetectorConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
81
|
+
|
|
82
|
+
@pulumi.input_type
|
|
83
|
+
class AnomalyDetectorConfigurationArgs:
|
|
84
|
+
def __init__(__self__, *,
|
|
85
|
+
random_cut_forest: pulumi.Input['AnomalyDetectorRandomCutForestConfigurationArgs']):
|
|
86
|
+
"""
|
|
87
|
+
:param pulumi.Input['AnomalyDetectorRandomCutForestConfigurationArgs'] random_cut_forest: The Random Cut Forest algorithm configuration for anomaly detection.
|
|
88
|
+
"""
|
|
89
|
+
pulumi.set(__self__, "random_cut_forest", random_cut_forest)
|
|
90
|
+
|
|
91
|
+
@_builtins.property
|
|
92
|
+
@pulumi.getter(name="randomCutForest")
|
|
93
|
+
def random_cut_forest(self) -> pulumi.Input['AnomalyDetectorRandomCutForestConfigurationArgs']:
|
|
94
|
+
"""
|
|
95
|
+
The Random Cut Forest algorithm configuration for anomaly detection.
|
|
96
|
+
"""
|
|
97
|
+
return pulumi.get(self, "random_cut_forest")
|
|
98
|
+
|
|
99
|
+
@random_cut_forest.setter
|
|
100
|
+
def random_cut_forest(self, value: pulumi.Input['AnomalyDetectorRandomCutForestConfigurationArgs']):
|
|
101
|
+
pulumi.set(self, "random_cut_forest", value)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
if not MYPY:
|
|
105
|
+
class AnomalyDetectorIgnoreNearExpectedArgsDict(TypedDict):
|
|
106
|
+
amount: NotRequired[pulumi.Input[_builtins.float]]
|
|
107
|
+
ratio: NotRequired[pulumi.Input[_builtins.float]]
|
|
108
|
+
elif False:
|
|
109
|
+
AnomalyDetectorIgnoreNearExpectedArgsDict: TypeAlias = Mapping[str, Any]
|
|
110
|
+
|
|
111
|
+
@pulumi.input_type
|
|
112
|
+
class AnomalyDetectorIgnoreNearExpectedArgs:
|
|
113
|
+
def __init__(__self__, *,
|
|
114
|
+
amount: Optional[pulumi.Input[_builtins.float]] = None,
|
|
115
|
+
ratio: Optional[pulumi.Input[_builtins.float]] = None):
|
|
116
|
+
if amount is not None:
|
|
117
|
+
pulumi.set(__self__, "amount", amount)
|
|
118
|
+
if ratio is not None:
|
|
119
|
+
pulumi.set(__self__, "ratio", ratio)
|
|
120
|
+
|
|
121
|
+
@_builtins.property
|
|
122
|
+
@pulumi.getter
|
|
123
|
+
def amount(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
124
|
+
return pulumi.get(self, "amount")
|
|
125
|
+
|
|
126
|
+
@amount.setter
|
|
127
|
+
def amount(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
128
|
+
pulumi.set(self, "amount", value)
|
|
129
|
+
|
|
130
|
+
@_builtins.property
|
|
131
|
+
@pulumi.getter
|
|
132
|
+
def ratio(self) -> Optional[pulumi.Input[_builtins.float]]:
|
|
133
|
+
return pulumi.get(self, "ratio")
|
|
134
|
+
|
|
135
|
+
@ratio.setter
|
|
136
|
+
def ratio(self, value: Optional[pulumi.Input[_builtins.float]]):
|
|
137
|
+
pulumi.set(self, "ratio", value)
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
if not MYPY:
|
|
141
|
+
class AnomalyDetectorLabelArgsDict(TypedDict):
|
|
142
|
+
"""
|
|
143
|
+
A key-value pair to provide meta-data and multi-dimensional data analysis for filtering and aggregation.
|
|
144
|
+
"""
|
|
145
|
+
key: pulumi.Input[_builtins.str]
|
|
146
|
+
"""
|
|
147
|
+
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
148
|
+
"""
|
|
149
|
+
value: pulumi.Input[_builtins.str]
|
|
150
|
+
"""
|
|
151
|
+
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
152
|
+
"""
|
|
153
|
+
elif False:
|
|
154
|
+
AnomalyDetectorLabelArgsDict: TypeAlias = Mapping[str, Any]
|
|
155
|
+
|
|
156
|
+
@pulumi.input_type
|
|
157
|
+
class AnomalyDetectorLabelArgs:
|
|
158
|
+
def __init__(__self__, *,
|
|
159
|
+
key: pulumi.Input[_builtins.str],
|
|
160
|
+
value: pulumi.Input[_builtins.str]):
|
|
161
|
+
"""
|
|
162
|
+
A key-value pair to provide meta-data and multi-dimensional data analysis for filtering and aggregation.
|
|
163
|
+
:param pulumi.Input[_builtins.str] key: The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
164
|
+
:param pulumi.Input[_builtins.str] value: The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
165
|
+
"""
|
|
166
|
+
pulumi.set(__self__, "key", key)
|
|
167
|
+
pulumi.set(__self__, "value", value)
|
|
168
|
+
|
|
169
|
+
@_builtins.property
|
|
170
|
+
@pulumi.getter
|
|
171
|
+
def key(self) -> pulumi.Input[_builtins.str]:
|
|
172
|
+
"""
|
|
173
|
+
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "key")
|
|
176
|
+
|
|
177
|
+
@key.setter
|
|
178
|
+
def key(self, value: pulumi.Input[_builtins.str]):
|
|
179
|
+
pulumi.set(self, "key", value)
|
|
180
|
+
|
|
181
|
+
@_builtins.property
|
|
182
|
+
@pulumi.getter
|
|
183
|
+
def value(self) -> pulumi.Input[_builtins.str]:
|
|
184
|
+
"""
|
|
185
|
+
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "value")
|
|
188
|
+
|
|
189
|
+
@value.setter
|
|
190
|
+
def value(self, value: pulumi.Input[_builtins.str]):
|
|
191
|
+
pulumi.set(self, "value", value)
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
if not MYPY:
|
|
195
|
+
class AnomalyDetectorMissingDataActionArgsDict(TypedDict):
|
|
196
|
+
mark_as_anomaly: NotRequired[pulumi.Input[_builtins.bool]]
|
|
197
|
+
skip: NotRequired[pulumi.Input[_builtins.bool]]
|
|
198
|
+
elif False:
|
|
199
|
+
AnomalyDetectorMissingDataActionArgsDict: TypeAlias = Mapping[str, Any]
|
|
200
|
+
|
|
201
|
+
@pulumi.input_type
|
|
202
|
+
class AnomalyDetectorMissingDataActionArgs:
|
|
203
|
+
def __init__(__self__, *,
|
|
204
|
+
mark_as_anomaly: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
205
|
+
skip: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
206
|
+
if mark_as_anomaly is not None:
|
|
207
|
+
pulumi.set(__self__, "mark_as_anomaly", mark_as_anomaly)
|
|
208
|
+
if skip is not None:
|
|
209
|
+
pulumi.set(__self__, "skip", skip)
|
|
210
|
+
|
|
211
|
+
@_builtins.property
|
|
212
|
+
@pulumi.getter(name="markAsAnomaly")
|
|
213
|
+
def mark_as_anomaly(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
214
|
+
return pulumi.get(self, "mark_as_anomaly")
|
|
215
|
+
|
|
216
|
+
@mark_as_anomaly.setter
|
|
217
|
+
def mark_as_anomaly(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
218
|
+
pulumi.set(self, "mark_as_anomaly", value)
|
|
219
|
+
|
|
220
|
+
@_builtins.property
|
|
221
|
+
@pulumi.getter
|
|
222
|
+
def skip(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
223
|
+
return pulumi.get(self, "skip")
|
|
224
|
+
|
|
225
|
+
@skip.setter
|
|
226
|
+
def skip(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
227
|
+
pulumi.set(self, "skip", value)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
if not MYPY:
|
|
231
|
+
class AnomalyDetectorRandomCutForestConfigurationArgsDict(TypedDict):
|
|
232
|
+
query: pulumi.Input[_builtins.str]
|
|
233
|
+
"""
|
|
234
|
+
The Prometheus query used to retrieve the time-series data for anomaly detection.
|
|
235
|
+
|
|
236
|
+
> Random Cut Forest queries must be wrapped by a supported PromQL aggregation operator. For more information, see [Aggregation operators](https://docs.aws.amazon.com/https://prometheus.io/docs/prometheus/latest/querying/operators/#aggregation-operators) on the *Prometheus docs* website.
|
|
237
|
+
>
|
|
238
|
+
> *Supported PromQL aggregation operators* : `avg` , `count` , `group` , `max` , `min` , `quantile` , `stddev` , `stdvar` , and `sum` .
|
|
239
|
+
"""
|
|
240
|
+
ignore_near_expected_from_above: NotRequired[pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgsDict']]
|
|
241
|
+
"""
|
|
242
|
+
Configuration for ignoring values that are near expected values from above during anomaly detection.
|
|
243
|
+
"""
|
|
244
|
+
ignore_near_expected_from_below: NotRequired[pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgsDict']]
|
|
245
|
+
"""
|
|
246
|
+
Configuration for ignoring values that are near expected values from below during anomaly detection.
|
|
247
|
+
"""
|
|
248
|
+
sample_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
249
|
+
"""
|
|
250
|
+
The number of data points sampled from the input stream for the Random Cut Forest algorithm. The default number is 256 consecutive data points.
|
|
251
|
+
"""
|
|
252
|
+
shingle_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
253
|
+
"""
|
|
254
|
+
The number of consecutive data points used to create a shingle for the Random Cut Forest algorithm. The default number is 8 consecutive data points.
|
|
255
|
+
"""
|
|
256
|
+
elif False:
|
|
257
|
+
AnomalyDetectorRandomCutForestConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
258
|
+
|
|
259
|
+
@pulumi.input_type
|
|
260
|
+
class AnomalyDetectorRandomCutForestConfigurationArgs:
|
|
261
|
+
def __init__(__self__, *,
|
|
262
|
+
query: pulumi.Input[_builtins.str],
|
|
263
|
+
ignore_near_expected_from_above: Optional[pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgs']] = None,
|
|
264
|
+
ignore_near_expected_from_below: Optional[pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgs']] = None,
|
|
265
|
+
sample_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
266
|
+
shingle_size: Optional[pulumi.Input[_builtins.int]] = None):
|
|
267
|
+
"""
|
|
268
|
+
:param pulumi.Input[_builtins.str] query: The Prometheus query used to retrieve the time-series data for anomaly detection.
|
|
269
|
+
|
|
270
|
+
> Random Cut Forest queries must be wrapped by a supported PromQL aggregation operator. For more information, see [Aggregation operators](https://docs.aws.amazon.com/https://prometheus.io/docs/prometheus/latest/querying/operators/#aggregation-operators) on the *Prometheus docs* website.
|
|
271
|
+
>
|
|
272
|
+
> *Supported PromQL aggregation operators* : `avg` , `count` , `group` , `max` , `min` , `quantile` , `stddev` , `stdvar` , and `sum` .
|
|
273
|
+
:param pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgs'] ignore_near_expected_from_above: Configuration for ignoring values that are near expected values from above during anomaly detection.
|
|
274
|
+
:param pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgs'] ignore_near_expected_from_below: Configuration for ignoring values that are near expected values from below during anomaly detection.
|
|
275
|
+
:param pulumi.Input[_builtins.int] sample_size: The number of data points sampled from the input stream for the Random Cut Forest algorithm. The default number is 256 consecutive data points.
|
|
276
|
+
:param pulumi.Input[_builtins.int] shingle_size: The number of consecutive data points used to create a shingle for the Random Cut Forest algorithm. The default number is 8 consecutive data points.
|
|
277
|
+
"""
|
|
278
|
+
pulumi.set(__self__, "query", query)
|
|
279
|
+
if ignore_near_expected_from_above is not None:
|
|
280
|
+
pulumi.set(__self__, "ignore_near_expected_from_above", ignore_near_expected_from_above)
|
|
281
|
+
if ignore_near_expected_from_below is not None:
|
|
282
|
+
pulumi.set(__self__, "ignore_near_expected_from_below", ignore_near_expected_from_below)
|
|
283
|
+
if sample_size is not None:
|
|
284
|
+
pulumi.set(__self__, "sample_size", sample_size)
|
|
285
|
+
if shingle_size is not None:
|
|
286
|
+
pulumi.set(__self__, "shingle_size", shingle_size)
|
|
287
|
+
|
|
288
|
+
@_builtins.property
|
|
289
|
+
@pulumi.getter
|
|
290
|
+
def query(self) -> pulumi.Input[_builtins.str]:
|
|
291
|
+
"""
|
|
292
|
+
The Prometheus query used to retrieve the time-series data for anomaly detection.
|
|
293
|
+
|
|
294
|
+
> Random Cut Forest queries must be wrapped by a supported PromQL aggregation operator. For more information, see [Aggregation operators](https://docs.aws.amazon.com/https://prometheus.io/docs/prometheus/latest/querying/operators/#aggregation-operators) on the *Prometheus docs* website.
|
|
295
|
+
>
|
|
296
|
+
> *Supported PromQL aggregation operators* : `avg` , `count` , `group` , `max` , `min` , `quantile` , `stddev` , `stdvar` , and `sum` .
|
|
297
|
+
"""
|
|
298
|
+
return pulumi.get(self, "query")
|
|
299
|
+
|
|
300
|
+
@query.setter
|
|
301
|
+
def query(self, value: pulumi.Input[_builtins.str]):
|
|
302
|
+
pulumi.set(self, "query", value)
|
|
303
|
+
|
|
304
|
+
@_builtins.property
|
|
305
|
+
@pulumi.getter(name="ignoreNearExpectedFromAbove")
|
|
306
|
+
def ignore_near_expected_from_above(self) -> Optional[pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgs']]:
|
|
307
|
+
"""
|
|
308
|
+
Configuration for ignoring values that are near expected values from above during anomaly detection.
|
|
309
|
+
"""
|
|
310
|
+
return pulumi.get(self, "ignore_near_expected_from_above")
|
|
311
|
+
|
|
312
|
+
@ignore_near_expected_from_above.setter
|
|
313
|
+
def ignore_near_expected_from_above(self, value: Optional[pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgs']]):
|
|
314
|
+
pulumi.set(self, "ignore_near_expected_from_above", value)
|
|
315
|
+
|
|
316
|
+
@_builtins.property
|
|
317
|
+
@pulumi.getter(name="ignoreNearExpectedFromBelow")
|
|
318
|
+
def ignore_near_expected_from_below(self) -> Optional[pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgs']]:
|
|
319
|
+
"""
|
|
320
|
+
Configuration for ignoring values that are near expected values from below during anomaly detection.
|
|
321
|
+
"""
|
|
322
|
+
return pulumi.get(self, "ignore_near_expected_from_below")
|
|
323
|
+
|
|
324
|
+
@ignore_near_expected_from_below.setter
|
|
325
|
+
def ignore_near_expected_from_below(self, value: Optional[pulumi.Input['AnomalyDetectorIgnoreNearExpectedArgs']]):
|
|
326
|
+
pulumi.set(self, "ignore_near_expected_from_below", value)
|
|
327
|
+
|
|
328
|
+
@_builtins.property
|
|
329
|
+
@pulumi.getter(name="sampleSize")
|
|
330
|
+
def sample_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
331
|
+
"""
|
|
332
|
+
The number of data points sampled from the input stream for the Random Cut Forest algorithm. The default number is 256 consecutive data points.
|
|
333
|
+
"""
|
|
334
|
+
return pulumi.get(self, "sample_size")
|
|
335
|
+
|
|
336
|
+
@sample_size.setter
|
|
337
|
+
def sample_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
338
|
+
pulumi.set(self, "sample_size", value)
|
|
339
|
+
|
|
340
|
+
@_builtins.property
|
|
341
|
+
@pulumi.getter(name="shingleSize")
|
|
342
|
+
def shingle_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
343
|
+
"""
|
|
344
|
+
The number of consecutive data points used to create a shingle for the Random Cut Forest algorithm. The default number is 8 consecutive data points.
|
|
345
|
+
"""
|
|
346
|
+
return pulumi.get(self, "shingle_size")
|
|
347
|
+
|
|
348
|
+
@shingle_size.setter
|
|
349
|
+
def shingle_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
350
|
+
pulumi.set(self, "shingle_size", value)
|
|
351
|
+
|
|
352
|
+
|
|
63
353
|
if not MYPY:
|
|
64
354
|
class ScraperCloudWatchLogDestinationArgsDict(TypedDict):
|
|
65
355
|
"""
|