aws-cdk-lib 2.134.0__py3-none-any.whl → 2.136.0__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 aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +5 -0
- aws_cdk/_jsii/__init__.py +4 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.134.0.jsii.tgz → aws-cdk-lib@2.136.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/assertions/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -0
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_authorizers/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -0
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +30 -21
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_appmesh/__init__.py +4 -1
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +805 -1
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscaling_hooktargets/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -0
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +3 -0
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +183 -6
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +3 -0
- aws_cdk/aws_cloudfront/experimental/__init__.py +3 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +3 -0
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_cloudwatch_actions/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +17 -11
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +91 -2
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +21 -0
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -0
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +3 -0
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +30 -9
- aws_cdk/aws_docdb/__init__.py +3 -0
- aws_cdk/aws_docdbelastic/__init__.py +20 -9
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +2908 -284
- aws_cdk/aws_ecr/__init__.py +3 -0
- aws_cdk/aws_ecr_assets/__init__.py +3 -0
- aws_cdk/aws_ecs/__init__.py +30 -36
- aws_cdk/aws_ecs_patterns/__init__.py +3 -0
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +42 -22
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +75 -15
- aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +3 -0
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +3 -0
- aws_cdk/aws_entityresolution/__init__.py +5 -2
- aws_cdk/aws_events/__init__.py +3 -0
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_globalaccelerator/__init__.py +5 -2
- aws_cdk/aws_globalaccelerator_endpoints/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +18 -8
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +44 -13
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +3 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iot1click/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +37 -14
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -0
- aws_cdk/aws_iotwireless/__init__.py +3 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +30 -27
- aws_cdk/aws_kendra/__init__.py +22 -15
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +11 -4
- aws_cdk/aws_kinesisvideo/__init__.py +3 -0
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +9 -0
- aws_cdk/aws_lambda_destinations/__init__.py +3 -0
- aws_cdk/aws_lambda_event_sources/__init__.py +45 -18
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -0
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +3 -0
- aws_cdk/aws_logs_destinations/__init__.py +3 -0
- aws_cdk/aws_lookoutequipment/__init__.py +3 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +5 -3
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +3 -0
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -0
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +3 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +6 -3
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +8 -2
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -0
- aws_cdk/aws_osis/__init__.py +3 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -0
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qldb/__init__.py +3 -0
- aws_cdk/aws_quicksight/__init__.py +3 -0
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +219 -13
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -0
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +52 -0
- aws_cdk/aws_route53_patterns/__init__.py +3 -0
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +3 -0
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +3 -0
- aws_cdk/aws_s3_assets/__init__.py +3 -0
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3_notifications/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +3 -0
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -0
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +59 -14
- aws_cdk/aws_securitylake/__init__.py +859 -0
- aws_cdk/aws_servicecatalog/__init__.py +3 -0
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_ses_actions/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_sns/__init__.py +48 -13
- aws_cdk/aws_sns_subscriptions/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +3 -0
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +3 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +80 -39
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +3 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -0
- aws_cdk/aws_transfer/__init__.py +3 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +3 -0
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -0
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cloudformation_include/__init__.py +3 -0
- aws_cdk/custom_resources/__init__.py +7 -4
- aws_cdk/cx_api/__init__.py +3 -0
- aws_cdk/lambda_layer_awscli/__init__.py +3 -0
- aws_cdk/lambda_layer_kubectl/__init__.py +3 -0
- aws_cdk/lambda_layer_node_proxy_agent/__init__.py +3 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.136.0.dist-info/RECORD +282 -0
- aws_cdk_lib-2.134.0.dist-info/RECORD +0 -281
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.134.0.dist-info → aws_cdk_lib-2.136.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_aps/__init__.py
CHANGED
|
@@ -25,6 +25,9 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
'''
|
|
28
|
+
from pkgutil import extend_path
|
|
29
|
+
__path__ = extend_path(__path__, __name__)
|
|
30
|
+
|
|
28
31
|
import abc
|
|
29
32
|
import builtins
|
|
30
33
|
import datetime
|
|
@@ -46,6 +49,7 @@ from .. import (
|
|
|
46
49
|
IInspectable as _IInspectable_c2943556,
|
|
47
50
|
IResolvable as _IResolvable_da3f097b,
|
|
48
51
|
ITaggable as _ITaggable_36806126,
|
|
52
|
+
ITaggableV2 as _ITaggableV2_4e6798f8,
|
|
49
53
|
TagManager as _TagManager_0a598cb3,
|
|
50
54
|
TreeInspector as _TreeInspector_488e0dd5,
|
|
51
55
|
)
|
|
@@ -59,7 +63,7 @@ class CfnRuleGroupsNamespace(
|
|
|
59
63
|
):
|
|
60
64
|
'''The definition of a rule groups namespace in an Amazon Managed Service for Prometheus workspace.
|
|
61
65
|
|
|
62
|
-
A rule groups namespace is associated with exactly one rules file. A workspace can have multiple rule groups namespaces. For more information about rules files,
|
|
66
|
+
A rule groups namespace is associated with exactly one rules file. A workspace can have multiple rule groups namespaces. For more information about rules files, see `Creating a rules file <https://docs.aws.amazon.com/prometheus/latest/userguide/AMP-ruler-rulesfile.html>`_ , in the *Amazon Managed Service for Prometheus User Guide* .
|
|
63
67
|
|
|
64
68
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-rulegroupsnamespace.html
|
|
65
69
|
:cloudformationResource: AWS::APS::RuleGroupsNamespace
|
|
@@ -331,6 +335,701 @@ class CfnRuleGroupsNamespaceProps:
|
|
|
331
335
|
)
|
|
332
336
|
|
|
333
337
|
|
|
338
|
+
@jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
|
|
339
|
+
class CfnScraper(
|
|
340
|
+
_CfnResource_9df397a6,
|
|
341
|
+
metaclass=jsii.JSIIMeta,
|
|
342
|
+
jsii_type="aws-cdk-lib.aws_aps.CfnScraper",
|
|
343
|
+
):
|
|
344
|
+
'''Resource Type definition for AWS::APS::Scraper.
|
|
345
|
+
|
|
346
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html
|
|
347
|
+
:cloudformationResource: AWS::APS::Scraper
|
|
348
|
+
:exampleMetadata: fixture=_generated
|
|
349
|
+
|
|
350
|
+
Example::
|
|
351
|
+
|
|
352
|
+
# The code below shows an example of how to instantiate this type.
|
|
353
|
+
# The values are placeholders you should change.
|
|
354
|
+
from aws_cdk import aws_aps as aps
|
|
355
|
+
|
|
356
|
+
cfn_scraper = aps.CfnScraper(self, "MyCfnScraper",
|
|
357
|
+
destination=aps.CfnScraper.DestinationProperty(
|
|
358
|
+
amp_configuration=aps.CfnScraper.AmpConfigurationProperty(
|
|
359
|
+
workspace_arn="workspaceArn"
|
|
360
|
+
)
|
|
361
|
+
),
|
|
362
|
+
scrape_configuration=aps.CfnScraper.ScrapeConfigurationProperty(
|
|
363
|
+
configuration_blob="configurationBlob"
|
|
364
|
+
),
|
|
365
|
+
source=aps.CfnScraper.SourceProperty(
|
|
366
|
+
eks_configuration=aps.CfnScraper.EksConfigurationProperty(
|
|
367
|
+
cluster_arn="clusterArn",
|
|
368
|
+
subnet_ids=["subnetIds"],
|
|
369
|
+
|
|
370
|
+
# the properties below are optional
|
|
371
|
+
security_group_ids=["securityGroupIds"]
|
|
372
|
+
)
|
|
373
|
+
),
|
|
374
|
+
|
|
375
|
+
# the properties below are optional
|
|
376
|
+
alias="alias",
|
|
377
|
+
tags=[CfnTag(
|
|
378
|
+
key="key",
|
|
379
|
+
value="value"
|
|
380
|
+
)]
|
|
381
|
+
)
|
|
382
|
+
'''
|
|
383
|
+
|
|
384
|
+
def __init__(
|
|
385
|
+
self,
|
|
386
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
387
|
+
id: builtins.str,
|
|
388
|
+
*,
|
|
389
|
+
destination: typing.Union[_IResolvable_da3f097b, typing.Union["CfnScraper.DestinationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
390
|
+
scrape_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnScraper.ScrapeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
391
|
+
source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnScraper.SourceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
392
|
+
alias: typing.Optional[builtins.str] = None,
|
|
393
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
394
|
+
) -> None:
|
|
395
|
+
'''
|
|
396
|
+
:param scope: Scope in which this resource is defined.
|
|
397
|
+
:param id: Construct identifier for this resource (unique in its scope).
|
|
398
|
+
:param destination: Scraper metrics destination.
|
|
399
|
+
:param scrape_configuration: Scraper configuration.
|
|
400
|
+
:param source: Scraper metrics source.
|
|
401
|
+
:param alias: Scraper alias.
|
|
402
|
+
:param tags: An array of key-value pairs to apply to this resource.
|
|
403
|
+
'''
|
|
404
|
+
if __debug__:
|
|
405
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4d4cb1653b22b80f73c5fa4972418519c1d58f8ac033d22184f1b74ee25bf2b0)
|
|
406
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
407
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
408
|
+
props = CfnScraperProps(
|
|
409
|
+
destination=destination,
|
|
410
|
+
scrape_configuration=scrape_configuration,
|
|
411
|
+
source=source,
|
|
412
|
+
alias=alias,
|
|
413
|
+
tags=tags,
|
|
414
|
+
)
|
|
415
|
+
|
|
416
|
+
jsii.create(self.__class__, self, [scope, id, props])
|
|
417
|
+
|
|
418
|
+
@jsii.member(jsii_name="inspect")
|
|
419
|
+
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
420
|
+
'''Examines the CloudFormation resource and discloses attributes.
|
|
421
|
+
|
|
422
|
+
:param inspector: tree inspector to collect and process attributes.
|
|
423
|
+
'''
|
|
424
|
+
if __debug__:
|
|
425
|
+
type_hints = typing.get_type_hints(_typecheckingstub__58ef0eaaf8983b897d546f9e872b3a951993e032cd8b5f5f1725e32854f8d096)
|
|
426
|
+
check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
|
|
427
|
+
return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
|
|
428
|
+
|
|
429
|
+
@jsii.member(jsii_name="renderProperties")
|
|
430
|
+
def _render_properties(
|
|
431
|
+
self,
|
|
432
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
433
|
+
) -> typing.Mapping[builtins.str, typing.Any]:
|
|
434
|
+
'''
|
|
435
|
+
:param props: -
|
|
436
|
+
'''
|
|
437
|
+
if __debug__:
|
|
438
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d151b530ba64dde831142e12510e32c75c01b169477c6e43bf92c26ab330e2ae)
|
|
439
|
+
check_type(argname="argument props", value=props, expected_type=type_hints["props"])
|
|
440
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
|
|
441
|
+
|
|
442
|
+
@jsii.python.classproperty
|
|
443
|
+
@jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
|
|
444
|
+
def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
|
|
445
|
+
'''The CloudFormation resource type name for this resource class.'''
|
|
446
|
+
return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
|
|
447
|
+
|
|
448
|
+
@builtins.property
|
|
449
|
+
@jsii.member(jsii_name="attrArn")
|
|
450
|
+
def attr_arn(self) -> builtins.str:
|
|
451
|
+
'''Scraper ARN.
|
|
452
|
+
|
|
453
|
+
:cloudformationAttribute: Arn
|
|
454
|
+
'''
|
|
455
|
+
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
456
|
+
|
|
457
|
+
@builtins.property
|
|
458
|
+
@jsii.member(jsii_name="attrRoleArn")
|
|
459
|
+
def attr_role_arn(self) -> builtins.str:
|
|
460
|
+
'''IAM role ARN for the scraper.
|
|
461
|
+
|
|
462
|
+
:cloudformationAttribute: RoleArn
|
|
463
|
+
'''
|
|
464
|
+
return typing.cast(builtins.str, jsii.get(self, "attrRoleArn"))
|
|
465
|
+
|
|
466
|
+
@builtins.property
|
|
467
|
+
@jsii.member(jsii_name="attrScraperId")
|
|
468
|
+
def attr_scraper_id(self) -> builtins.str:
|
|
469
|
+
'''Required to identify a specific scraper.
|
|
470
|
+
|
|
471
|
+
:cloudformationAttribute: ScraperId
|
|
472
|
+
'''
|
|
473
|
+
return typing.cast(builtins.str, jsii.get(self, "attrScraperId"))
|
|
474
|
+
|
|
475
|
+
@builtins.property
|
|
476
|
+
@jsii.member(jsii_name="cdkTagManager")
|
|
477
|
+
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
478
|
+
'''Tag Manager which manages the tags for this resource.'''
|
|
479
|
+
return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
|
|
480
|
+
|
|
481
|
+
@builtins.property
|
|
482
|
+
@jsii.member(jsii_name="cfnProperties")
|
|
483
|
+
def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
|
|
484
|
+
return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
|
|
485
|
+
|
|
486
|
+
@builtins.property
|
|
487
|
+
@jsii.member(jsii_name="destination")
|
|
488
|
+
def destination(
|
|
489
|
+
self,
|
|
490
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnScraper.DestinationProperty"]:
|
|
491
|
+
'''Scraper metrics destination.'''
|
|
492
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnScraper.DestinationProperty"], jsii.get(self, "destination"))
|
|
493
|
+
|
|
494
|
+
@destination.setter
|
|
495
|
+
def destination(
|
|
496
|
+
self,
|
|
497
|
+
value: typing.Union[_IResolvable_da3f097b, "CfnScraper.DestinationProperty"],
|
|
498
|
+
) -> None:
|
|
499
|
+
if __debug__:
|
|
500
|
+
type_hints = typing.get_type_hints(_typecheckingstub__29d835d9e17a3614f6837476fe3d3de37c4e38685abfd4cc8e4e49236802dfc0)
|
|
501
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
502
|
+
jsii.set(self, "destination", value)
|
|
503
|
+
|
|
504
|
+
@builtins.property
|
|
505
|
+
@jsii.member(jsii_name="scrapeConfiguration")
|
|
506
|
+
def scrape_configuration(
|
|
507
|
+
self,
|
|
508
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnScraper.ScrapeConfigurationProperty"]:
|
|
509
|
+
'''Scraper configuration.'''
|
|
510
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnScraper.ScrapeConfigurationProperty"], jsii.get(self, "scrapeConfiguration"))
|
|
511
|
+
|
|
512
|
+
@scrape_configuration.setter
|
|
513
|
+
def scrape_configuration(
|
|
514
|
+
self,
|
|
515
|
+
value: typing.Union[_IResolvable_da3f097b, "CfnScraper.ScrapeConfigurationProperty"],
|
|
516
|
+
) -> None:
|
|
517
|
+
if __debug__:
|
|
518
|
+
type_hints = typing.get_type_hints(_typecheckingstub__09a91c6d3e6031af4c2e1ba10ae98234919eb5f1efa54c12c929f7141e223af9)
|
|
519
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
520
|
+
jsii.set(self, "scrapeConfiguration", value)
|
|
521
|
+
|
|
522
|
+
@builtins.property
|
|
523
|
+
@jsii.member(jsii_name="source")
|
|
524
|
+
def source(
|
|
525
|
+
self,
|
|
526
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnScraper.SourceProperty"]:
|
|
527
|
+
'''Scraper metrics source.'''
|
|
528
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnScraper.SourceProperty"], jsii.get(self, "source"))
|
|
529
|
+
|
|
530
|
+
@source.setter
|
|
531
|
+
def source(
|
|
532
|
+
self,
|
|
533
|
+
value: typing.Union[_IResolvable_da3f097b, "CfnScraper.SourceProperty"],
|
|
534
|
+
) -> None:
|
|
535
|
+
if __debug__:
|
|
536
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4baaa2665d7ddf1c8e51575f5139441f25d102954ee91a2fcbf97644019a8c48)
|
|
537
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
538
|
+
jsii.set(self, "source", value)
|
|
539
|
+
|
|
540
|
+
@builtins.property
|
|
541
|
+
@jsii.member(jsii_name="alias")
|
|
542
|
+
def alias(self) -> typing.Optional[builtins.str]:
|
|
543
|
+
'''Scraper alias.'''
|
|
544
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "alias"))
|
|
545
|
+
|
|
546
|
+
@alias.setter
|
|
547
|
+
def alias(self, value: typing.Optional[builtins.str]) -> None:
|
|
548
|
+
if __debug__:
|
|
549
|
+
type_hints = typing.get_type_hints(_typecheckingstub__36b98e11e4ea8701c0469eb24a036fb1452c2573d264405f3d5237c104fd77a0)
|
|
550
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
551
|
+
jsii.set(self, "alias", value)
|
|
552
|
+
|
|
553
|
+
@builtins.property
|
|
554
|
+
@jsii.member(jsii_name="tags")
|
|
555
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
556
|
+
'''An array of key-value pairs to apply to this resource.'''
|
|
557
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
558
|
+
|
|
559
|
+
@tags.setter
|
|
560
|
+
def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
|
|
561
|
+
if __debug__:
|
|
562
|
+
type_hints = typing.get_type_hints(_typecheckingstub__265ada3fe1d3014c11a5af4d87c8e4b691d29a917e8643b804a82b7c3223573f)
|
|
563
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
564
|
+
jsii.set(self, "tags", value)
|
|
565
|
+
|
|
566
|
+
@jsii.data_type(
|
|
567
|
+
jsii_type="aws-cdk-lib.aws_aps.CfnScraper.AmpConfigurationProperty",
|
|
568
|
+
jsii_struct_bases=[],
|
|
569
|
+
name_mapping={"workspace_arn": "workspaceArn"},
|
|
570
|
+
)
|
|
571
|
+
class AmpConfigurationProperty:
|
|
572
|
+
def __init__(self, *, workspace_arn: builtins.str) -> None:
|
|
573
|
+
'''Configuration for Amazon Managed Prometheus metrics destination.
|
|
574
|
+
|
|
575
|
+
:param workspace_arn: ARN of an Amazon Managed Prometheus workspace.
|
|
576
|
+
|
|
577
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-ampconfiguration.html
|
|
578
|
+
:exampleMetadata: fixture=_generated
|
|
579
|
+
|
|
580
|
+
Example::
|
|
581
|
+
|
|
582
|
+
# The code below shows an example of how to instantiate this type.
|
|
583
|
+
# The values are placeholders you should change.
|
|
584
|
+
from aws_cdk import aws_aps as aps
|
|
585
|
+
|
|
586
|
+
amp_configuration_property = aps.CfnScraper.AmpConfigurationProperty(
|
|
587
|
+
workspace_arn="workspaceArn"
|
|
588
|
+
)
|
|
589
|
+
'''
|
|
590
|
+
if __debug__:
|
|
591
|
+
type_hints = typing.get_type_hints(_typecheckingstub__02c8f0a43ed30375a3d1b283c2450f310915b0f0fcff6103d168cb18a16bfc4f)
|
|
592
|
+
check_type(argname="argument workspace_arn", value=workspace_arn, expected_type=type_hints["workspace_arn"])
|
|
593
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
594
|
+
"workspace_arn": workspace_arn,
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
@builtins.property
|
|
598
|
+
def workspace_arn(self) -> builtins.str:
|
|
599
|
+
'''ARN of an Amazon Managed Prometheus workspace.
|
|
600
|
+
|
|
601
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-ampconfiguration.html#cfn-aps-scraper-ampconfiguration-workspacearn
|
|
602
|
+
'''
|
|
603
|
+
result = self._values.get("workspace_arn")
|
|
604
|
+
assert result is not None, "Required property 'workspace_arn' is missing"
|
|
605
|
+
return typing.cast(builtins.str, result)
|
|
606
|
+
|
|
607
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
608
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
609
|
+
|
|
610
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
611
|
+
return not (rhs == self)
|
|
612
|
+
|
|
613
|
+
def __repr__(self) -> str:
|
|
614
|
+
return "AmpConfigurationProperty(%s)" % ", ".join(
|
|
615
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
616
|
+
)
|
|
617
|
+
|
|
618
|
+
@jsii.data_type(
|
|
619
|
+
jsii_type="aws-cdk-lib.aws_aps.CfnScraper.DestinationProperty",
|
|
620
|
+
jsii_struct_bases=[],
|
|
621
|
+
name_mapping={"amp_configuration": "ampConfiguration"},
|
|
622
|
+
)
|
|
623
|
+
class DestinationProperty:
|
|
624
|
+
def __init__(
|
|
625
|
+
self,
|
|
626
|
+
*,
|
|
627
|
+
amp_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnScraper.AmpConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
628
|
+
) -> None:
|
|
629
|
+
'''Scraper metrics destination.
|
|
630
|
+
|
|
631
|
+
:param amp_configuration: Configuration for Amazon Managed Prometheus metrics destination.
|
|
632
|
+
|
|
633
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-destination.html
|
|
634
|
+
:exampleMetadata: fixture=_generated
|
|
635
|
+
|
|
636
|
+
Example::
|
|
637
|
+
|
|
638
|
+
# The code below shows an example of how to instantiate this type.
|
|
639
|
+
# The values are placeholders you should change.
|
|
640
|
+
from aws_cdk import aws_aps as aps
|
|
641
|
+
|
|
642
|
+
destination_property = aps.CfnScraper.DestinationProperty(
|
|
643
|
+
amp_configuration=aps.CfnScraper.AmpConfigurationProperty(
|
|
644
|
+
workspace_arn="workspaceArn"
|
|
645
|
+
)
|
|
646
|
+
)
|
|
647
|
+
'''
|
|
648
|
+
if __debug__:
|
|
649
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e9dfeb013903b3b566e12e34ac903da7aaad96412ee8622e798d0f4931b78c31)
|
|
650
|
+
check_type(argname="argument amp_configuration", value=amp_configuration, expected_type=type_hints["amp_configuration"])
|
|
651
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
652
|
+
"amp_configuration": amp_configuration,
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
@builtins.property
|
|
656
|
+
def amp_configuration(
|
|
657
|
+
self,
|
|
658
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnScraper.AmpConfigurationProperty"]:
|
|
659
|
+
'''Configuration for Amazon Managed Prometheus metrics destination.
|
|
660
|
+
|
|
661
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-destination.html#cfn-aps-scraper-destination-ampconfiguration
|
|
662
|
+
'''
|
|
663
|
+
result = self._values.get("amp_configuration")
|
|
664
|
+
assert result is not None, "Required property 'amp_configuration' is missing"
|
|
665
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnScraper.AmpConfigurationProperty"], result)
|
|
666
|
+
|
|
667
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
668
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
669
|
+
|
|
670
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
671
|
+
return not (rhs == self)
|
|
672
|
+
|
|
673
|
+
def __repr__(self) -> str:
|
|
674
|
+
return "DestinationProperty(%s)" % ", ".join(
|
|
675
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
676
|
+
)
|
|
677
|
+
|
|
678
|
+
@jsii.data_type(
|
|
679
|
+
jsii_type="aws-cdk-lib.aws_aps.CfnScraper.EksConfigurationProperty",
|
|
680
|
+
jsii_struct_bases=[],
|
|
681
|
+
name_mapping={
|
|
682
|
+
"cluster_arn": "clusterArn",
|
|
683
|
+
"subnet_ids": "subnetIds",
|
|
684
|
+
"security_group_ids": "securityGroupIds",
|
|
685
|
+
},
|
|
686
|
+
)
|
|
687
|
+
class EksConfigurationProperty:
|
|
688
|
+
def __init__(
|
|
689
|
+
self,
|
|
690
|
+
*,
|
|
691
|
+
cluster_arn: builtins.str,
|
|
692
|
+
subnet_ids: typing.Sequence[builtins.str],
|
|
693
|
+
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
694
|
+
) -> None:
|
|
695
|
+
'''Configuration for EKS metrics source.
|
|
696
|
+
|
|
697
|
+
:param cluster_arn: ARN of an EKS cluster.
|
|
698
|
+
:param subnet_ids: List of subnet IDs.
|
|
699
|
+
:param security_group_ids: List of security group IDs.
|
|
700
|
+
|
|
701
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-eksconfiguration.html
|
|
702
|
+
:exampleMetadata: fixture=_generated
|
|
703
|
+
|
|
704
|
+
Example::
|
|
705
|
+
|
|
706
|
+
# The code below shows an example of how to instantiate this type.
|
|
707
|
+
# The values are placeholders you should change.
|
|
708
|
+
from aws_cdk import aws_aps as aps
|
|
709
|
+
|
|
710
|
+
eks_configuration_property = aps.CfnScraper.EksConfigurationProperty(
|
|
711
|
+
cluster_arn="clusterArn",
|
|
712
|
+
subnet_ids=["subnetIds"],
|
|
713
|
+
|
|
714
|
+
# the properties below are optional
|
|
715
|
+
security_group_ids=["securityGroupIds"]
|
|
716
|
+
)
|
|
717
|
+
'''
|
|
718
|
+
if __debug__:
|
|
719
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d84c728405d664f762d3c86aae8f989f77a50273eb74e76dce90e3e0305f06a9)
|
|
720
|
+
check_type(argname="argument cluster_arn", value=cluster_arn, expected_type=type_hints["cluster_arn"])
|
|
721
|
+
check_type(argname="argument subnet_ids", value=subnet_ids, expected_type=type_hints["subnet_ids"])
|
|
722
|
+
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
723
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
724
|
+
"cluster_arn": cluster_arn,
|
|
725
|
+
"subnet_ids": subnet_ids,
|
|
726
|
+
}
|
|
727
|
+
if security_group_ids is not None:
|
|
728
|
+
self._values["security_group_ids"] = security_group_ids
|
|
729
|
+
|
|
730
|
+
@builtins.property
|
|
731
|
+
def cluster_arn(self) -> builtins.str:
|
|
732
|
+
'''ARN of an EKS cluster.
|
|
733
|
+
|
|
734
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-eksconfiguration.html#cfn-aps-scraper-eksconfiguration-clusterarn
|
|
735
|
+
'''
|
|
736
|
+
result = self._values.get("cluster_arn")
|
|
737
|
+
assert result is not None, "Required property 'cluster_arn' is missing"
|
|
738
|
+
return typing.cast(builtins.str, result)
|
|
739
|
+
|
|
740
|
+
@builtins.property
|
|
741
|
+
def subnet_ids(self) -> typing.List[builtins.str]:
|
|
742
|
+
'''List of subnet IDs.
|
|
743
|
+
|
|
744
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-eksconfiguration.html#cfn-aps-scraper-eksconfiguration-subnetids
|
|
745
|
+
'''
|
|
746
|
+
result = self._values.get("subnet_ids")
|
|
747
|
+
assert result is not None, "Required property 'subnet_ids' is missing"
|
|
748
|
+
return typing.cast(typing.List[builtins.str], result)
|
|
749
|
+
|
|
750
|
+
@builtins.property
|
|
751
|
+
def security_group_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
752
|
+
'''List of security group IDs.
|
|
753
|
+
|
|
754
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-eksconfiguration.html#cfn-aps-scraper-eksconfiguration-securitygroupids
|
|
755
|
+
'''
|
|
756
|
+
result = self._values.get("security_group_ids")
|
|
757
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
758
|
+
|
|
759
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
760
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
761
|
+
|
|
762
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
763
|
+
return not (rhs == self)
|
|
764
|
+
|
|
765
|
+
def __repr__(self) -> str:
|
|
766
|
+
return "EksConfigurationProperty(%s)" % ", ".join(
|
|
767
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
768
|
+
)
|
|
769
|
+
|
|
770
|
+
@jsii.data_type(
|
|
771
|
+
jsii_type="aws-cdk-lib.aws_aps.CfnScraper.ScrapeConfigurationProperty",
|
|
772
|
+
jsii_struct_bases=[],
|
|
773
|
+
name_mapping={"configuration_blob": "configurationBlob"},
|
|
774
|
+
)
|
|
775
|
+
class ScrapeConfigurationProperty:
|
|
776
|
+
def __init__(self, *, configuration_blob: builtins.str) -> None:
|
|
777
|
+
'''Scraper configuration.
|
|
778
|
+
|
|
779
|
+
:param configuration_blob: Prometheus compatible scrape configuration in base64 encoded blob format.
|
|
780
|
+
|
|
781
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-scrapeconfiguration.html
|
|
782
|
+
:exampleMetadata: fixture=_generated
|
|
783
|
+
|
|
784
|
+
Example::
|
|
785
|
+
|
|
786
|
+
# The code below shows an example of how to instantiate this type.
|
|
787
|
+
# The values are placeholders you should change.
|
|
788
|
+
from aws_cdk import aws_aps as aps
|
|
789
|
+
|
|
790
|
+
scrape_configuration_property = aps.CfnScraper.ScrapeConfigurationProperty(
|
|
791
|
+
configuration_blob="configurationBlob"
|
|
792
|
+
)
|
|
793
|
+
'''
|
|
794
|
+
if __debug__:
|
|
795
|
+
type_hints = typing.get_type_hints(_typecheckingstub__61507a1463486662c27c8fec99a5cb181f22e5f346b7bb6d10823ad9b7102b72)
|
|
796
|
+
check_type(argname="argument configuration_blob", value=configuration_blob, expected_type=type_hints["configuration_blob"])
|
|
797
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
798
|
+
"configuration_blob": configuration_blob,
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
@builtins.property
|
|
802
|
+
def configuration_blob(self) -> builtins.str:
|
|
803
|
+
'''Prometheus compatible scrape configuration in base64 encoded blob format.
|
|
804
|
+
|
|
805
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-scrapeconfiguration.html#cfn-aps-scraper-scrapeconfiguration-configurationblob
|
|
806
|
+
'''
|
|
807
|
+
result = self._values.get("configuration_blob")
|
|
808
|
+
assert result is not None, "Required property 'configuration_blob' is missing"
|
|
809
|
+
return typing.cast(builtins.str, result)
|
|
810
|
+
|
|
811
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
812
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
813
|
+
|
|
814
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
815
|
+
return not (rhs == self)
|
|
816
|
+
|
|
817
|
+
def __repr__(self) -> str:
|
|
818
|
+
return "ScrapeConfigurationProperty(%s)" % ", ".join(
|
|
819
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
820
|
+
)
|
|
821
|
+
|
|
822
|
+
@jsii.data_type(
|
|
823
|
+
jsii_type="aws-cdk-lib.aws_aps.CfnScraper.SourceProperty",
|
|
824
|
+
jsii_struct_bases=[],
|
|
825
|
+
name_mapping={"eks_configuration": "eksConfiguration"},
|
|
826
|
+
)
|
|
827
|
+
class SourceProperty:
|
|
828
|
+
def __init__(
|
|
829
|
+
self,
|
|
830
|
+
*,
|
|
831
|
+
eks_configuration: typing.Union[_IResolvable_da3f097b, typing.Union["CfnScraper.EksConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
832
|
+
) -> None:
|
|
833
|
+
'''Scraper metrics source.
|
|
834
|
+
|
|
835
|
+
:param eks_configuration: Configuration for EKS metrics source.
|
|
836
|
+
|
|
837
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-source.html
|
|
838
|
+
:exampleMetadata: fixture=_generated
|
|
839
|
+
|
|
840
|
+
Example::
|
|
841
|
+
|
|
842
|
+
# The code below shows an example of how to instantiate this type.
|
|
843
|
+
# The values are placeholders you should change.
|
|
844
|
+
from aws_cdk import aws_aps as aps
|
|
845
|
+
|
|
846
|
+
source_property = aps.CfnScraper.SourceProperty(
|
|
847
|
+
eks_configuration=aps.CfnScraper.EksConfigurationProperty(
|
|
848
|
+
cluster_arn="clusterArn",
|
|
849
|
+
subnet_ids=["subnetIds"],
|
|
850
|
+
|
|
851
|
+
# the properties below are optional
|
|
852
|
+
security_group_ids=["securityGroupIds"]
|
|
853
|
+
)
|
|
854
|
+
)
|
|
855
|
+
'''
|
|
856
|
+
if __debug__:
|
|
857
|
+
type_hints = typing.get_type_hints(_typecheckingstub__655e83ac40d7d6fcc3362aa2c25fcfadc0beb5744ef393de105d7d152821a330)
|
|
858
|
+
check_type(argname="argument eks_configuration", value=eks_configuration, expected_type=type_hints["eks_configuration"])
|
|
859
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
860
|
+
"eks_configuration": eks_configuration,
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
@builtins.property
|
|
864
|
+
def eks_configuration(
|
|
865
|
+
self,
|
|
866
|
+
) -> typing.Union[_IResolvable_da3f097b, "CfnScraper.EksConfigurationProperty"]:
|
|
867
|
+
'''Configuration for EKS metrics source.
|
|
868
|
+
|
|
869
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-source.html#cfn-aps-scraper-source-eksconfiguration
|
|
870
|
+
'''
|
|
871
|
+
result = self._values.get("eks_configuration")
|
|
872
|
+
assert result is not None, "Required property 'eks_configuration' is missing"
|
|
873
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnScraper.EksConfigurationProperty"], result)
|
|
874
|
+
|
|
875
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
876
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
877
|
+
|
|
878
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
879
|
+
return not (rhs == self)
|
|
880
|
+
|
|
881
|
+
def __repr__(self) -> str:
|
|
882
|
+
return "SourceProperty(%s)" % ", ".join(
|
|
883
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
884
|
+
)
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
@jsii.data_type(
|
|
888
|
+
jsii_type="aws-cdk-lib.aws_aps.CfnScraperProps",
|
|
889
|
+
jsii_struct_bases=[],
|
|
890
|
+
name_mapping={
|
|
891
|
+
"destination": "destination",
|
|
892
|
+
"scrape_configuration": "scrapeConfiguration",
|
|
893
|
+
"source": "source",
|
|
894
|
+
"alias": "alias",
|
|
895
|
+
"tags": "tags",
|
|
896
|
+
},
|
|
897
|
+
)
|
|
898
|
+
class CfnScraperProps:
|
|
899
|
+
def __init__(
|
|
900
|
+
self,
|
|
901
|
+
*,
|
|
902
|
+
destination: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.DestinationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
903
|
+
scrape_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.ScrapeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
904
|
+
source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.SourceProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
905
|
+
alias: typing.Optional[builtins.str] = None,
|
|
906
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
907
|
+
) -> None:
|
|
908
|
+
'''Properties for defining a ``CfnScraper``.
|
|
909
|
+
|
|
910
|
+
:param destination: Scraper metrics destination.
|
|
911
|
+
:param scrape_configuration: Scraper configuration.
|
|
912
|
+
:param source: Scraper metrics source.
|
|
913
|
+
:param alias: Scraper alias.
|
|
914
|
+
:param tags: An array of key-value pairs to apply to this resource.
|
|
915
|
+
|
|
916
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html
|
|
917
|
+
:exampleMetadata: fixture=_generated
|
|
918
|
+
|
|
919
|
+
Example::
|
|
920
|
+
|
|
921
|
+
# The code below shows an example of how to instantiate this type.
|
|
922
|
+
# The values are placeholders you should change.
|
|
923
|
+
from aws_cdk import aws_aps as aps
|
|
924
|
+
|
|
925
|
+
cfn_scraper_props = aps.CfnScraperProps(
|
|
926
|
+
destination=aps.CfnScraper.DestinationProperty(
|
|
927
|
+
amp_configuration=aps.CfnScraper.AmpConfigurationProperty(
|
|
928
|
+
workspace_arn="workspaceArn"
|
|
929
|
+
)
|
|
930
|
+
),
|
|
931
|
+
scrape_configuration=aps.CfnScraper.ScrapeConfigurationProperty(
|
|
932
|
+
configuration_blob="configurationBlob"
|
|
933
|
+
),
|
|
934
|
+
source=aps.CfnScraper.SourceProperty(
|
|
935
|
+
eks_configuration=aps.CfnScraper.EksConfigurationProperty(
|
|
936
|
+
cluster_arn="clusterArn",
|
|
937
|
+
subnet_ids=["subnetIds"],
|
|
938
|
+
|
|
939
|
+
# the properties below are optional
|
|
940
|
+
security_group_ids=["securityGroupIds"]
|
|
941
|
+
)
|
|
942
|
+
),
|
|
943
|
+
|
|
944
|
+
# the properties below are optional
|
|
945
|
+
alias="alias",
|
|
946
|
+
tags=[CfnTag(
|
|
947
|
+
key="key",
|
|
948
|
+
value="value"
|
|
949
|
+
)]
|
|
950
|
+
)
|
|
951
|
+
'''
|
|
952
|
+
if __debug__:
|
|
953
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f302dfc2aa92636b313e32f5d91a0ccfd79ebde0259b977f6291d4c8329455d7)
|
|
954
|
+
check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
|
|
955
|
+
check_type(argname="argument scrape_configuration", value=scrape_configuration, expected_type=type_hints["scrape_configuration"])
|
|
956
|
+
check_type(argname="argument source", value=source, expected_type=type_hints["source"])
|
|
957
|
+
check_type(argname="argument alias", value=alias, expected_type=type_hints["alias"])
|
|
958
|
+
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
959
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
960
|
+
"destination": destination,
|
|
961
|
+
"scrape_configuration": scrape_configuration,
|
|
962
|
+
"source": source,
|
|
963
|
+
}
|
|
964
|
+
if alias is not None:
|
|
965
|
+
self._values["alias"] = alias
|
|
966
|
+
if tags is not None:
|
|
967
|
+
self._values["tags"] = tags
|
|
968
|
+
|
|
969
|
+
@builtins.property
|
|
970
|
+
def destination(
|
|
971
|
+
self,
|
|
972
|
+
) -> typing.Union[_IResolvable_da3f097b, CfnScraper.DestinationProperty]:
|
|
973
|
+
'''Scraper metrics destination.
|
|
974
|
+
|
|
975
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-destination
|
|
976
|
+
'''
|
|
977
|
+
result = self._values.get("destination")
|
|
978
|
+
assert result is not None, "Required property 'destination' is missing"
|
|
979
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, CfnScraper.DestinationProperty], result)
|
|
980
|
+
|
|
981
|
+
@builtins.property
|
|
982
|
+
def scrape_configuration(
|
|
983
|
+
self,
|
|
984
|
+
) -> typing.Union[_IResolvable_da3f097b, CfnScraper.ScrapeConfigurationProperty]:
|
|
985
|
+
'''Scraper configuration.
|
|
986
|
+
|
|
987
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-scrapeconfiguration
|
|
988
|
+
'''
|
|
989
|
+
result = self._values.get("scrape_configuration")
|
|
990
|
+
assert result is not None, "Required property 'scrape_configuration' is missing"
|
|
991
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, CfnScraper.ScrapeConfigurationProperty], result)
|
|
992
|
+
|
|
993
|
+
@builtins.property
|
|
994
|
+
def source(self) -> typing.Union[_IResolvable_da3f097b, CfnScraper.SourceProperty]:
|
|
995
|
+
'''Scraper metrics source.
|
|
996
|
+
|
|
997
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-source
|
|
998
|
+
'''
|
|
999
|
+
result = self._values.get("source")
|
|
1000
|
+
assert result is not None, "Required property 'source' is missing"
|
|
1001
|
+
return typing.cast(typing.Union[_IResolvable_da3f097b, CfnScraper.SourceProperty], result)
|
|
1002
|
+
|
|
1003
|
+
@builtins.property
|
|
1004
|
+
def alias(self) -> typing.Optional[builtins.str]:
|
|
1005
|
+
'''Scraper alias.
|
|
1006
|
+
|
|
1007
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-alias
|
|
1008
|
+
'''
|
|
1009
|
+
result = self._values.get("alias")
|
|
1010
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1011
|
+
|
|
1012
|
+
@builtins.property
|
|
1013
|
+
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1014
|
+
'''An array of key-value pairs to apply to this resource.
|
|
1015
|
+
|
|
1016
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-aps-scraper.html#cfn-aps-scraper-tags
|
|
1017
|
+
'''
|
|
1018
|
+
result = self._values.get("tags")
|
|
1019
|
+
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
1020
|
+
|
|
1021
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1022
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1023
|
+
|
|
1024
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1025
|
+
return not (rhs == self)
|
|
1026
|
+
|
|
1027
|
+
def __repr__(self) -> str:
|
|
1028
|
+
return "CfnScraperProps(%s)" % ", ".join(
|
|
1029
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1030
|
+
)
|
|
1031
|
+
|
|
1032
|
+
|
|
334
1033
|
@jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
|
|
335
1034
|
class CfnWorkspace(
|
|
336
1035
|
_CfnResource_9df397a6,
|
|
@@ -741,6 +1440,8 @@ class CfnWorkspaceProps:
|
|
|
741
1440
|
__all__ = [
|
|
742
1441
|
"CfnRuleGroupsNamespace",
|
|
743
1442
|
"CfnRuleGroupsNamespaceProps",
|
|
1443
|
+
"CfnScraper",
|
|
1444
|
+
"CfnScraperProps",
|
|
744
1445
|
"CfnWorkspace",
|
|
745
1446
|
"CfnWorkspaceProps",
|
|
746
1447
|
]
|
|
@@ -805,6 +1506,109 @@ def _typecheckingstub__3ba9f13df78597d09b62adc5501ac56c5fedca3215c115e02cb7e3be9
|
|
|
805
1506
|
"""Type checking stubs"""
|
|
806
1507
|
pass
|
|
807
1508
|
|
|
1509
|
+
def _typecheckingstub__4d4cb1653b22b80f73c5fa4972418519c1d58f8ac033d22184f1b74ee25bf2b0(
|
|
1510
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1511
|
+
id: builtins.str,
|
|
1512
|
+
*,
|
|
1513
|
+
destination: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.DestinationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1514
|
+
scrape_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.ScrapeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1515
|
+
source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.SourceProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1516
|
+
alias: typing.Optional[builtins.str] = None,
|
|
1517
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1518
|
+
) -> None:
|
|
1519
|
+
"""Type checking stubs"""
|
|
1520
|
+
pass
|
|
1521
|
+
|
|
1522
|
+
def _typecheckingstub__58ef0eaaf8983b897d546f9e872b3a951993e032cd8b5f5f1725e32854f8d096(
|
|
1523
|
+
inspector: _TreeInspector_488e0dd5,
|
|
1524
|
+
) -> None:
|
|
1525
|
+
"""Type checking stubs"""
|
|
1526
|
+
pass
|
|
1527
|
+
|
|
1528
|
+
def _typecheckingstub__d151b530ba64dde831142e12510e32c75c01b169477c6e43bf92c26ab330e2ae(
|
|
1529
|
+
props: typing.Mapping[builtins.str, typing.Any],
|
|
1530
|
+
) -> None:
|
|
1531
|
+
"""Type checking stubs"""
|
|
1532
|
+
pass
|
|
1533
|
+
|
|
1534
|
+
def _typecheckingstub__29d835d9e17a3614f6837476fe3d3de37c4e38685abfd4cc8e4e49236802dfc0(
|
|
1535
|
+
value: typing.Union[_IResolvable_da3f097b, CfnScraper.DestinationProperty],
|
|
1536
|
+
) -> None:
|
|
1537
|
+
"""Type checking stubs"""
|
|
1538
|
+
pass
|
|
1539
|
+
|
|
1540
|
+
def _typecheckingstub__09a91c6d3e6031af4c2e1ba10ae98234919eb5f1efa54c12c929f7141e223af9(
|
|
1541
|
+
value: typing.Union[_IResolvable_da3f097b, CfnScraper.ScrapeConfigurationProperty],
|
|
1542
|
+
) -> None:
|
|
1543
|
+
"""Type checking stubs"""
|
|
1544
|
+
pass
|
|
1545
|
+
|
|
1546
|
+
def _typecheckingstub__4baaa2665d7ddf1c8e51575f5139441f25d102954ee91a2fcbf97644019a8c48(
|
|
1547
|
+
value: typing.Union[_IResolvable_da3f097b, CfnScraper.SourceProperty],
|
|
1548
|
+
) -> None:
|
|
1549
|
+
"""Type checking stubs"""
|
|
1550
|
+
pass
|
|
1551
|
+
|
|
1552
|
+
def _typecheckingstub__36b98e11e4ea8701c0469eb24a036fb1452c2573d264405f3d5237c104fd77a0(
|
|
1553
|
+
value: typing.Optional[builtins.str],
|
|
1554
|
+
) -> None:
|
|
1555
|
+
"""Type checking stubs"""
|
|
1556
|
+
pass
|
|
1557
|
+
|
|
1558
|
+
def _typecheckingstub__265ada3fe1d3014c11a5af4d87c8e4b691d29a917e8643b804a82b7c3223573f(
|
|
1559
|
+
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
1560
|
+
) -> None:
|
|
1561
|
+
"""Type checking stubs"""
|
|
1562
|
+
pass
|
|
1563
|
+
|
|
1564
|
+
def _typecheckingstub__02c8f0a43ed30375a3d1b283c2450f310915b0f0fcff6103d168cb18a16bfc4f(
|
|
1565
|
+
*,
|
|
1566
|
+
workspace_arn: builtins.str,
|
|
1567
|
+
) -> None:
|
|
1568
|
+
"""Type checking stubs"""
|
|
1569
|
+
pass
|
|
1570
|
+
|
|
1571
|
+
def _typecheckingstub__e9dfeb013903b3b566e12e34ac903da7aaad96412ee8622e798d0f4931b78c31(
|
|
1572
|
+
*,
|
|
1573
|
+
amp_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.AmpConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1574
|
+
) -> None:
|
|
1575
|
+
"""Type checking stubs"""
|
|
1576
|
+
pass
|
|
1577
|
+
|
|
1578
|
+
def _typecheckingstub__d84c728405d664f762d3c86aae8f989f77a50273eb74e76dce90e3e0305f06a9(
|
|
1579
|
+
*,
|
|
1580
|
+
cluster_arn: builtins.str,
|
|
1581
|
+
subnet_ids: typing.Sequence[builtins.str],
|
|
1582
|
+
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
1583
|
+
) -> None:
|
|
1584
|
+
"""Type checking stubs"""
|
|
1585
|
+
pass
|
|
1586
|
+
|
|
1587
|
+
def _typecheckingstub__61507a1463486662c27c8fec99a5cb181f22e5f346b7bb6d10823ad9b7102b72(
|
|
1588
|
+
*,
|
|
1589
|
+
configuration_blob: builtins.str,
|
|
1590
|
+
) -> None:
|
|
1591
|
+
"""Type checking stubs"""
|
|
1592
|
+
pass
|
|
1593
|
+
|
|
1594
|
+
def _typecheckingstub__655e83ac40d7d6fcc3362aa2c25fcfadc0beb5744ef393de105d7d152821a330(
|
|
1595
|
+
*,
|
|
1596
|
+
eks_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.EksConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1597
|
+
) -> None:
|
|
1598
|
+
"""Type checking stubs"""
|
|
1599
|
+
pass
|
|
1600
|
+
|
|
1601
|
+
def _typecheckingstub__f302dfc2aa92636b313e32f5d91a0ccfd79ebde0259b977f6291d4c8329455d7(
|
|
1602
|
+
*,
|
|
1603
|
+
destination: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.DestinationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1604
|
+
scrape_configuration: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.ScrapeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1605
|
+
source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnScraper.SourceProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
1606
|
+
alias: typing.Optional[builtins.str] = None,
|
|
1607
|
+
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1608
|
+
) -> None:
|
|
1609
|
+
"""Type checking stubs"""
|
|
1610
|
+
pass
|
|
1611
|
+
|
|
808
1612
|
def _typecheckingstub__0d7d4de6c2c3c0a6cc1f746f35f29f98344da5c5d59e48a9d1e788ab80e3ef9b(
|
|
809
1613
|
scope: _constructs_77d1e7e8.Construct,
|
|
810
1614
|
id: builtins.str,
|