aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.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 +21 -18
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +4 -1
- aws_cdk/aws_aiops/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -29
- 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_appconfig/__init__.py +3 -29
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +3 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_applicationsignals/__init__.py +4 -1
- aws_cdk/aws_appmesh/__init__.py +3 -0
- 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_apptest/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +1168 -83
- aws_cdk/aws_arcregionswitch/__init__.py +3 -0
- 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_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +9 -29
- aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
- 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 +3 -0
- aws_cdk/aws_cleanroomsml/__init__.py +3 -0
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +69 -3
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codeconnections/__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 +3 -0
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_cognito_identitypool/__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 +1232 -2
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_connectcampaignsv2/__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 -29
- 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 +17 -15
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_deadline/__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 +3 -0
- aws_cdk/aws_docdb/__init__.py +14 -3
- aws_cdk/aws_docdbelastic/__init__.py +3 -0
- aws_cdk/aws_dsql/__init__.py +3 -0
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +106 -40
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +87 -48
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +3 -58
- 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 +445 -36
- 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 +12 -11
- aws_cdk/aws_entityresolution/__init__.py +3 -0
- aws_cdk/aws_events/__init__.py +73 -29
- 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_evs/__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_gameliftstreams/__init__.py +8 -5
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +11 -80
- 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 +30 -32
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +499 -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_invoicing/__init__.py +3 -0
- aws_cdk/aws_iot/__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 +3 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -87
- aws_cdk/aws_iotwireless/__init__.py +61 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +3 -0
- aws_cdk/aws_kendra/__init__.py +3 -58
- 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 +1709 -10
- aws_cdk/aws_kinesisvideo/__init__.py +3 -29
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +14 -7
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_launchwizard/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -29
- 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 +226 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- 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 +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +171 -33
- 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 -58
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_mpa/__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 +55 -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_notifications/__init__.py +3 -0
- aws_cdk/aws_notificationscontacts/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +3 -0
- aws_cdk/aws_observabilityadmin/__init__.py +171 -137
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +3 -0
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -116
- aws_cdk/aws_osis/__init__.py +157 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_paymentcryptography/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
- aws_cdk/aws_pcs/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -58
- 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_qbusiness/__init__.py +3 -174
- aws_cdk/aws_qldb/__init__.py +3 -29
- aws_cdk/aws_quicksight/__init__.py +418 -411
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +42 -19
- 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 -29
- 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 +18 -18
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__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 +11 -4
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +51 -41
- aws_cdk/aws_s3_deployment/__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_s3tables/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +166 -87
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -29
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +136 -124
- 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_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_smsvoice/__init__.py +3 -29
- aws_cdk/aws_sns/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +10 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +23 -19
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +59 -26
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -29
- aws_cdk/aws_transfer/__init__.py +20 -34
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +7 -4
- 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 -116
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesinstances/__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/cx_api/__init__.py +34 -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.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
- aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
|
@@ -95,8 +95,8 @@ class CfnOrganizationCentralizationRuleProps:
|
|
|
95
95
|
'''Properties for defining a ``CfnOrganizationCentralizationRule``.
|
|
96
96
|
|
|
97
97
|
:param rule:
|
|
98
|
-
:param rule_name:
|
|
99
|
-
:param tags:
|
|
98
|
+
:param rule_name: The name of the organization centralization rule.
|
|
99
|
+
:param tags: A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see `What are tags? <https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html>`_
|
|
100
100
|
|
|
101
101
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html
|
|
102
102
|
:exampleMetadata: fixture=_generated
|
|
@@ -175,7 +175,8 @@ class CfnOrganizationCentralizationRuleProps:
|
|
|
175
175
|
|
|
176
176
|
@builtins.property
|
|
177
177
|
def rule_name(self) -> builtins.str:
|
|
178
|
-
'''
|
|
178
|
+
'''The name of the organization centralization rule.
|
|
179
|
+
|
|
179
180
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-rulename
|
|
180
181
|
'''
|
|
181
182
|
result = self._values.get("rule_name")
|
|
@@ -184,7 +185,9 @@ class CfnOrganizationCentralizationRuleProps:
|
|
|
184
185
|
|
|
185
186
|
@builtins.property
|
|
186
187
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
187
|
-
'''
|
|
188
|
+
'''A key-value pair to filter resources based on tags associated with the resource.
|
|
189
|
+
|
|
190
|
+
For more information about tags, see `What are tags? <https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html>`_
|
|
188
191
|
|
|
189
192
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-tags
|
|
190
193
|
'''
|
|
@@ -218,9 +221,9 @@ class CfnOrganizationTelemetryRuleProps:
|
|
|
218
221
|
) -> None:
|
|
219
222
|
'''Properties for defining a ``CfnOrganizationTelemetryRule``.
|
|
220
223
|
|
|
221
|
-
:param rule: The telemetry rule.
|
|
222
|
-
:param rule_name: The name of the organization
|
|
223
|
-
:param tags:
|
|
224
|
+
:param rule: The name of the organization telemetry rule.
|
|
225
|
+
:param rule_name: The name of the organization centralization rule.
|
|
226
|
+
:param tags: Lists all tags attached to the specified telemetry rule resource.
|
|
224
227
|
|
|
225
228
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html
|
|
226
229
|
:exampleMetadata: fixture=_generated
|
|
@@ -275,7 +278,7 @@ class CfnOrganizationTelemetryRuleProps:
|
|
|
275
278
|
def rule(
|
|
276
279
|
self,
|
|
277
280
|
) -> typing.Union[_IResolvable_da3f097b, "CfnOrganizationTelemetryRule.TelemetryRuleProperty"]:
|
|
278
|
-
'''The telemetry rule.
|
|
281
|
+
'''The name of the organization telemetry rule.
|
|
279
282
|
|
|
280
283
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-rule
|
|
281
284
|
'''
|
|
@@ -285,7 +288,7 @@ class CfnOrganizationTelemetryRuleProps:
|
|
|
285
288
|
|
|
286
289
|
@builtins.property
|
|
287
290
|
def rule_name(self) -> builtins.str:
|
|
288
|
-
'''The name of the organization
|
|
291
|
+
'''The name of the organization centralization rule.
|
|
289
292
|
|
|
290
293
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-rulename
|
|
291
294
|
'''
|
|
@@ -295,7 +298,7 @@ class CfnOrganizationTelemetryRuleProps:
|
|
|
295
298
|
|
|
296
299
|
@builtins.property
|
|
297
300
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
298
|
-
'''
|
|
301
|
+
'''Lists all tags attached to the specified telemetry rule resource.
|
|
299
302
|
|
|
300
303
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-tags
|
|
301
304
|
'''
|
|
@@ -329,9 +332,9 @@ class CfnTelemetryRuleProps:
|
|
|
329
332
|
) -> None:
|
|
330
333
|
'''Properties for defining a ``CfnTelemetryRule``.
|
|
331
334
|
|
|
332
|
-
:param rule:
|
|
335
|
+
:param rule: Retrieves the details of a specific telemetry rule in your account.
|
|
333
336
|
:param rule_name: The name of the telemetry rule.
|
|
334
|
-
:param tags:
|
|
337
|
+
:param tags: Lists all tags attached to the specified telemetry rule resource.
|
|
335
338
|
|
|
336
339
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html
|
|
337
340
|
:exampleMetadata: fixture=_generated
|
|
@@ -385,7 +388,7 @@ class CfnTelemetryRuleProps:
|
|
|
385
388
|
def rule(
|
|
386
389
|
self,
|
|
387
390
|
) -> typing.Union[_IResolvable_da3f097b, "CfnTelemetryRule.TelemetryRuleProperty"]:
|
|
388
|
-
'''
|
|
391
|
+
'''Retrieves the details of a specific telemetry rule in your account.
|
|
389
392
|
|
|
390
393
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html#cfn-observabilityadmin-telemetryrule-rule
|
|
391
394
|
'''
|
|
@@ -405,7 +408,7 @@ class CfnTelemetryRuleProps:
|
|
|
405
408
|
|
|
406
409
|
@builtins.property
|
|
407
410
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
408
|
-
'''
|
|
411
|
+
'''Lists all tags attached to the specified telemetry rule resource.
|
|
409
412
|
|
|
410
413
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html#cfn-observabilityadmin-telemetryrule-tags
|
|
411
414
|
'''
|
|
@@ -711,7 +714,7 @@ class CfnOrganizationCentralizationRule(
|
|
|
711
714
|
metaclass=jsii.JSIIMeta,
|
|
712
715
|
jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule",
|
|
713
716
|
):
|
|
714
|
-
'''
|
|
717
|
+
'''Defines how telemetry data should be centralized across an AWS Organization, including source and destination configurations.
|
|
715
718
|
|
|
716
719
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html
|
|
717
720
|
:cloudformationResource: AWS::ObservabilityAdmin::OrganizationCentralizationRule
|
|
@@ -780,8 +783,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
780
783
|
:param scope: Scope in which this resource is defined.
|
|
781
784
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
782
785
|
:param rule:
|
|
783
|
-
:param rule_name:
|
|
784
|
-
:param tags:
|
|
786
|
+
:param rule_name: The name of the organization centralization rule.
|
|
787
|
+
:param tags: A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see `What are tags? <https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html>`_
|
|
785
788
|
'''
|
|
786
789
|
if __debug__:
|
|
787
790
|
type_hints = typing.get_type_hints(_typecheckingstub__18acbc8917f3c4cbc8bb06f5fae76010e41ab5f0e9b157f4c324c214a180ef2e)
|
|
@@ -826,7 +829,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
826
829
|
@builtins.property
|
|
827
830
|
@jsii.member(jsii_name="attrRuleArn")
|
|
828
831
|
def attr_rule_arn(self) -> builtins.str:
|
|
829
|
-
'''
|
|
832
|
+
'''The Amazon Resource Name (ARN) of the organization centralization rule.
|
|
833
|
+
|
|
830
834
|
:cloudformationAttribute: RuleArn
|
|
831
835
|
'''
|
|
832
836
|
return typing.cast(builtins.str, jsii.get(self, "attrRuleArn"))
|
|
@@ -870,6 +874,7 @@ class CfnOrganizationCentralizationRule(
|
|
|
870
874
|
@builtins.property
|
|
871
875
|
@jsii.member(jsii_name="ruleName")
|
|
872
876
|
def rule_name(self) -> builtins.str:
|
|
877
|
+
'''The name of the organization centralization rule.'''
|
|
873
878
|
return typing.cast(builtins.str, jsii.get(self, "ruleName"))
|
|
874
879
|
|
|
875
880
|
@rule_name.setter
|
|
@@ -882,7 +887,7 @@ class CfnOrganizationCentralizationRule(
|
|
|
882
887
|
@builtins.property
|
|
883
888
|
@jsii.member(jsii_name="tags")
|
|
884
889
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
885
|
-
'''
|
|
890
|
+
'''A key-value pair to filter resources based on tags associated with the resource.'''
|
|
886
891
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
887
892
|
|
|
888
893
|
@tags.setter
|
|
@@ -909,10 +914,11 @@ class CfnOrganizationCentralizationRule(
|
|
|
909
914
|
account: typing.Optional[builtins.str] = None,
|
|
910
915
|
destination_logs_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
911
916
|
) -> None:
|
|
912
|
-
'''
|
|
913
|
-
|
|
914
|
-
:param
|
|
915
|
-
:param
|
|
917
|
+
'''Configuration specifying the primary destination for centralized telemetry data.
|
|
918
|
+
|
|
919
|
+
:param region: The primary destination region to which telemetry data should be centralized.
|
|
920
|
+
:param account: The destination account (within the organization) to which the telemetry data should be centralized.
|
|
921
|
+
:param destination_logs_configuration: Log specific configuration for centralization destination log groups.
|
|
916
922
|
|
|
917
923
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html
|
|
918
924
|
:exampleMetadata: fixture=_generated
|
|
@@ -960,7 +966,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
960
966
|
|
|
961
967
|
@builtins.property
|
|
962
968
|
def region(self) -> builtins.str:
|
|
963
|
-
'''
|
|
969
|
+
'''The primary destination region to which telemetry data should be centralized.
|
|
970
|
+
|
|
964
971
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-region
|
|
965
972
|
'''
|
|
966
973
|
result = self._values.get("region")
|
|
@@ -969,7 +976,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
969
976
|
|
|
970
977
|
@builtins.property
|
|
971
978
|
def account(self) -> typing.Optional[builtins.str]:
|
|
972
|
-
'''
|
|
979
|
+
'''The destination account (within the organization) to which the telemetry data should be centralized.
|
|
980
|
+
|
|
973
981
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-account
|
|
974
982
|
'''
|
|
975
983
|
result = self._values.get("account")
|
|
@@ -979,7 +987,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
979
987
|
def destination_logs_configuration(
|
|
980
988
|
self,
|
|
981
989
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty"]]:
|
|
982
|
-
'''
|
|
990
|
+
'''Log specific configuration for centralization destination log groups.
|
|
991
|
+
|
|
983
992
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-destinationlogsconfiguration
|
|
984
993
|
'''
|
|
985
994
|
result = self._values.get("destination_logs_configuration")
|
|
@@ -1008,9 +1017,10 @@ class CfnOrganizationCentralizationRule(
|
|
|
1008
1017
|
destination: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
1009
1018
|
source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
1010
1019
|
) -> None:
|
|
1011
|
-
'''
|
|
1012
|
-
|
|
1013
|
-
:param
|
|
1020
|
+
'''Defines how telemetry data should be centralized across an AWS Organization, including source and destination configurations.
|
|
1021
|
+
|
|
1022
|
+
:param destination: Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.
|
|
1023
|
+
:param source: Configuration determining the source of the telemetry data to be centralized.
|
|
1014
1024
|
|
|
1015
1025
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html
|
|
1016
1026
|
:exampleMetadata: fixture=_generated
|
|
@@ -1068,7 +1078,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1068
1078
|
def destination(
|
|
1069
1079
|
self,
|
|
1070
1080
|
) -> typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty"]:
|
|
1071
|
-
'''
|
|
1081
|
+
'''Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.
|
|
1082
|
+
|
|
1072
1083
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrule-destination
|
|
1073
1084
|
'''
|
|
1074
1085
|
result = self._values.get("destination")
|
|
@@ -1079,7 +1090,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1079
1090
|
def source(
|
|
1080
1091
|
self,
|
|
1081
1092
|
) -> typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty"]:
|
|
1082
|
-
'''
|
|
1093
|
+
'''Configuration determining the source of the telemetry data to be centralized.
|
|
1094
|
+
|
|
1083
1095
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrule-source
|
|
1084
1096
|
'''
|
|
1085
1097
|
result = self._values.get("source")
|
|
@@ -1114,10 +1126,11 @@ class CfnOrganizationCentralizationRule(
|
|
|
1114
1126
|
scope: typing.Optional[builtins.str] = None,
|
|
1115
1127
|
source_logs_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1116
1128
|
) -> None:
|
|
1117
|
-
'''
|
|
1118
|
-
|
|
1119
|
-
:param
|
|
1120
|
-
:param
|
|
1129
|
+
'''Configuration specifying the source of telemetry data to be centralized.
|
|
1130
|
+
|
|
1131
|
+
:param regions: The list of source regions from which telemetry data should be centralized.
|
|
1132
|
+
:param scope: The organizational scope from which telemetry data should be centralized, specified using organization id, accounts or organizational unit ids.
|
|
1133
|
+
:param source_logs_configuration: Log specific configuration for centralization source log groups.
|
|
1121
1134
|
|
|
1122
1135
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html
|
|
1123
1136
|
:exampleMetadata: fixture=_generated
|
|
@@ -1154,7 +1167,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1154
1167
|
|
|
1155
1168
|
@builtins.property
|
|
1156
1169
|
def regions(self) -> typing.List[builtins.str]:
|
|
1157
|
-
'''
|
|
1170
|
+
'''The list of source regions from which telemetry data should be centralized.
|
|
1171
|
+
|
|
1158
1172
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-regions
|
|
1159
1173
|
'''
|
|
1160
1174
|
result = self._values.get("regions")
|
|
@@ -1163,7 +1177,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1163
1177
|
|
|
1164
1178
|
@builtins.property
|
|
1165
1179
|
def scope(self) -> typing.Optional[builtins.str]:
|
|
1166
|
-
'''
|
|
1180
|
+
'''The organizational scope from which telemetry data should be centralized, specified using organization id, accounts or organizational unit ids.
|
|
1181
|
+
|
|
1167
1182
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-scope
|
|
1168
1183
|
'''
|
|
1169
1184
|
result = self._values.get("scope")
|
|
@@ -1173,7 +1188,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1173
1188
|
def source_logs_configuration(
|
|
1174
1189
|
self,
|
|
1175
1190
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty"]]:
|
|
1176
|
-
'''
|
|
1191
|
+
'''Log specific configuration for centralization source log groups.
|
|
1192
|
+
|
|
1177
1193
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-sourcelogsconfiguration
|
|
1178
1194
|
'''
|
|
1179
1195
|
result = self._values.get("source_logs_configuration")
|
|
@@ -1205,9 +1221,10 @@ class CfnOrganizationCentralizationRule(
|
|
|
1205
1221
|
backup_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1206
1222
|
logs_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1207
1223
|
) -> None:
|
|
1208
|
-
'''
|
|
1209
|
-
|
|
1210
|
-
:param
|
|
1224
|
+
'''Configuration for centralization destination log groups, including encryption and backup settings.
|
|
1225
|
+
|
|
1226
|
+
:param backup_configuration: Configuration defining the backup region and an optional KMS key for the backup destination.
|
|
1227
|
+
:param logs_encryption_configuration: The encryption configuration for centralization destination log groups.
|
|
1211
1228
|
|
|
1212
1229
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html
|
|
1213
1230
|
:exampleMetadata: fixture=_generated
|
|
@@ -1248,7 +1265,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1248
1265
|
def backup_configuration(
|
|
1249
1266
|
self,
|
|
1250
1267
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty"]]:
|
|
1251
|
-
'''
|
|
1268
|
+
'''Configuration defining the backup region and an optional KMS key for the backup destination.
|
|
1269
|
+
|
|
1252
1270
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration-backupconfiguration
|
|
1253
1271
|
'''
|
|
1254
1272
|
result = self._values.get("backup_configuration")
|
|
@@ -1258,7 +1276,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1258
1276
|
def logs_encryption_configuration(
|
|
1259
1277
|
self,
|
|
1260
1278
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty"]]:
|
|
1261
|
-
'''
|
|
1279
|
+
'''The encryption configuration for centralization destination log groups.
|
|
1280
|
+
|
|
1262
1281
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration-logsencryptionconfiguration
|
|
1263
1282
|
'''
|
|
1264
1283
|
result = self._values.get("logs_encryption_configuration")
|
|
@@ -1287,9 +1306,10 @@ class CfnOrganizationCentralizationRule(
|
|
|
1287
1306
|
region: builtins.str,
|
|
1288
1307
|
kms_key_arn: typing.Optional[builtins.str] = None,
|
|
1289
1308
|
) -> None:
|
|
1290
|
-
'''
|
|
1291
|
-
|
|
1292
|
-
:param
|
|
1309
|
+
'''Configuration for backing up centralized log data to a secondary region.
|
|
1310
|
+
|
|
1311
|
+
:param region: Logs specific backup destination region within the primary destination account to which log data should be centralized.
|
|
1312
|
+
:param kms_key_arn: KMS Key ARN belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.
|
|
1293
1313
|
|
|
1294
1314
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html
|
|
1295
1315
|
:exampleMetadata: fixture=_generated
|
|
@@ -1319,7 +1339,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1319
1339
|
|
|
1320
1340
|
@builtins.property
|
|
1321
1341
|
def region(self) -> builtins.str:
|
|
1322
|
-
'''
|
|
1342
|
+
'''Logs specific backup destination region within the primary destination account to which log data should be centralized.
|
|
1343
|
+
|
|
1323
1344
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration-region
|
|
1324
1345
|
'''
|
|
1325
1346
|
result = self._values.get("region")
|
|
@@ -1328,7 +1349,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1328
1349
|
|
|
1329
1350
|
@builtins.property
|
|
1330
1351
|
def kms_key_arn(self) -> typing.Optional[builtins.str]:
|
|
1331
|
-
'''
|
|
1352
|
+
'''KMS Key ARN belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.
|
|
1353
|
+
|
|
1332
1354
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration-kmskeyarn
|
|
1333
1355
|
'''
|
|
1334
1356
|
result = self._values.get("kms_key_arn")
|
|
@@ -1362,10 +1384,13 @@ class CfnOrganizationCentralizationRule(
|
|
|
1362
1384
|
encryption_conflict_resolution_strategy: typing.Optional[builtins.str] = None,
|
|
1363
1385
|
kms_key_arn: typing.Optional[builtins.str] = None,
|
|
1364
1386
|
) -> None:
|
|
1365
|
-
'''
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1387
|
+
'''Configuration for encrypting centralized log groups.
|
|
1388
|
+
|
|
1389
|
+
This configuration is only applied to destination log groups for which the corresponding source log groups are encrypted using Customer Managed KMS Keys.
|
|
1390
|
+
|
|
1391
|
+
:param encryption_strategy: Configuration that determines the encryption strategy of the destination log groups. CUSTOMER_MANAGED uses the configured KmsKeyArn to encrypt newly created destination log groups.
|
|
1392
|
+
:param encryption_conflict_resolution_strategy: Conflict resolution strategy for centralization if the encryption strategy is set to CUSTOMER_MANAGED and the destination log group is encrypted with an AWS_OWNED KMS Key. ALLOW lets centralization go through while SKIP prevents centralization into the destination log group.
|
|
1393
|
+
:param kms_key_arn: KMS Key ARN belonging to the primary destination account and region, to encrypt newly created central log groups in the primary destination.
|
|
1369
1394
|
|
|
1370
1395
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html
|
|
1371
1396
|
:exampleMetadata: fixture=_generated
|
|
@@ -1399,7 +1424,10 @@ class CfnOrganizationCentralizationRule(
|
|
|
1399
1424
|
|
|
1400
1425
|
@builtins.property
|
|
1401
1426
|
def encryption_strategy(self) -> builtins.str:
|
|
1402
|
-
'''
|
|
1427
|
+
'''Configuration that determines the encryption strategy of the destination log groups.
|
|
1428
|
+
|
|
1429
|
+
CUSTOMER_MANAGED uses the configured KmsKeyArn to encrypt newly created destination log groups.
|
|
1430
|
+
|
|
1403
1431
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-encryptionstrategy
|
|
1404
1432
|
'''
|
|
1405
1433
|
result = self._values.get("encryption_strategy")
|
|
@@ -1410,7 +1438,10 @@ class CfnOrganizationCentralizationRule(
|
|
|
1410
1438
|
def encryption_conflict_resolution_strategy(
|
|
1411
1439
|
self,
|
|
1412
1440
|
) -> typing.Optional[builtins.str]:
|
|
1413
|
-
'''
|
|
1441
|
+
'''Conflict resolution strategy for centralization if the encryption strategy is set to CUSTOMER_MANAGED and the destination log group is encrypted with an AWS_OWNED KMS Key.
|
|
1442
|
+
|
|
1443
|
+
ALLOW lets centralization go through while SKIP prevents centralization into the destination log group.
|
|
1444
|
+
|
|
1414
1445
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-encryptionconflictresolutionstrategy
|
|
1415
1446
|
'''
|
|
1416
1447
|
result = self._values.get("encryption_conflict_resolution_strategy")
|
|
@@ -1418,7 +1449,8 @@ class CfnOrganizationCentralizationRule(
|
|
|
1418
1449
|
|
|
1419
1450
|
@builtins.property
|
|
1420
1451
|
def kms_key_arn(self) -> typing.Optional[builtins.str]:
|
|
1421
|
-
'''
|
|
1452
|
+
'''KMS Key ARN belonging to the primary destination account and region, to encrypt newly created central log groups in the primary destination.
|
|
1453
|
+
|
|
1422
1454
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-kmskeyarn
|
|
1423
1455
|
'''
|
|
1424
1456
|
result = self._values.get("kms_key_arn")
|
|
@@ -1450,9 +1482,10 @@ class CfnOrganizationCentralizationRule(
|
|
|
1450
1482
|
encrypted_log_group_strategy: builtins.str,
|
|
1451
1483
|
log_group_selection_criteria: builtins.str,
|
|
1452
1484
|
) -> None:
|
|
1453
|
-
'''
|
|
1454
|
-
|
|
1455
|
-
:param
|
|
1485
|
+
'''Configuration for selecting and handling source log groups for centralization.
|
|
1486
|
+
|
|
1487
|
+
:param encrypted_log_group_strategy: A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK). ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
|
|
1488
|
+
:param log_group_selection_criteria: The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.
|
|
1456
1489
|
|
|
1457
1490
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html
|
|
1458
1491
|
:exampleMetadata: fixture=_generated
|
|
@@ -1479,7 +1512,10 @@ class CfnOrganizationCentralizationRule(
|
|
|
1479
1512
|
|
|
1480
1513
|
@builtins.property
|
|
1481
1514
|
def encrypted_log_group_strategy(self) -> builtins.str:
|
|
1482
|
-
'''
|
|
1515
|
+
'''A strategy determining whether to centralize source log groups that are encrypted with customer managed KMS keys (CMK).
|
|
1516
|
+
|
|
1517
|
+
ALLOW will consider CMK encrypted source log groups for centralization while SKIP will skip CMK encrypted source log groups from centralization.
|
|
1518
|
+
|
|
1483
1519
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-encryptedloggroupstrategy
|
|
1484
1520
|
'''
|
|
1485
1521
|
result = self._values.get("encrypted_log_group_strategy")
|
|
@@ -1488,7 +1524,10 @@ class CfnOrganizationCentralizationRule(
|
|
|
1488
1524
|
|
|
1489
1525
|
@builtins.property
|
|
1490
1526
|
def log_group_selection_criteria(self) -> builtins.str:
|
|
1491
|
-
'''
|
|
1527
|
+
'''The selection criteria that specifies which source log groups to centralize.
|
|
1528
|
+
|
|
1529
|
+
The selection criteria uses the same format as OAM link filters.
|
|
1530
|
+
|
|
1492
1531
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-loggroupselectioncriteria
|
|
1493
1532
|
'''
|
|
1494
1533
|
result = self._values.get("log_group_selection_criteria")
|
|
@@ -1513,7 +1552,9 @@ class CfnOrganizationTelemetryRule(
|
|
|
1513
1552
|
metaclass=jsii.JSIIMeta,
|
|
1514
1553
|
jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationTelemetryRule",
|
|
1515
1554
|
):
|
|
1516
|
-
'''
|
|
1555
|
+
'''Retrieves the details of a specific organization centralization rule.
|
|
1556
|
+
|
|
1557
|
+
This operation can only be called by the organization's management account or a delegated administrator account.
|
|
1517
1558
|
|
|
1518
1559
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationtelemetryrule.html
|
|
1519
1560
|
:cloudformationResource: AWS::ObservabilityAdmin::OrganizationTelemetryRule
|
|
@@ -1566,9 +1607,9 @@ class CfnOrganizationTelemetryRule(
|
|
|
1566
1607
|
'''
|
|
1567
1608
|
:param scope: Scope in which this resource is defined.
|
|
1568
1609
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1569
|
-
:param rule: The telemetry rule.
|
|
1570
|
-
:param rule_name: The name of the organization
|
|
1571
|
-
:param tags:
|
|
1610
|
+
:param rule: The name of the organization telemetry rule.
|
|
1611
|
+
:param rule_name: The name of the organization centralization rule.
|
|
1612
|
+
:param tags: Lists all tags attached to the specified telemetry rule resource.
|
|
1572
1613
|
'''
|
|
1573
1614
|
if __debug__:
|
|
1574
1615
|
type_hints = typing.get_type_hints(_typecheckingstub__a67d6a9dd82924a413b7d3435faeb8efa735048df0244b926e672def8c2d5f75)
|
|
@@ -1641,7 +1682,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1641
1682
|
def rule(
|
|
1642
1683
|
self,
|
|
1643
1684
|
) -> typing.Union[_IResolvable_da3f097b, "CfnOrganizationTelemetryRule.TelemetryRuleProperty"]:
|
|
1644
|
-
'''The telemetry rule.'''
|
|
1685
|
+
'''The name of the organization telemetry rule.'''
|
|
1645
1686
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnOrganizationTelemetryRule.TelemetryRuleProperty"], jsii.get(self, "rule"))
|
|
1646
1687
|
|
|
1647
1688
|
@rule.setter
|
|
@@ -1657,7 +1698,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1657
1698
|
@builtins.property
|
|
1658
1699
|
@jsii.member(jsii_name="ruleName")
|
|
1659
1700
|
def rule_name(self) -> builtins.str:
|
|
1660
|
-
'''The name of the organization
|
|
1701
|
+
'''The name of the organization centralization rule.'''
|
|
1661
1702
|
return typing.cast(builtins.str, jsii.get(self, "ruleName"))
|
|
1662
1703
|
|
|
1663
1704
|
@rule_name.setter
|
|
@@ -1670,7 +1711,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1670
1711
|
@builtins.property
|
|
1671
1712
|
@jsii.member(jsii_name="tags")
|
|
1672
1713
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1673
|
-
'''
|
|
1714
|
+
'''Lists all tags attached to the specified telemetry rule resource.'''
|
|
1674
1715
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
1675
1716
|
|
|
1676
1717
|
@tags.setter
|
|
@@ -1699,12 +1740,12 @@ class CfnOrganizationTelemetryRule(
|
|
|
1699
1740
|
retention_in_days: typing.Optional[jsii.Number] = None,
|
|
1700
1741
|
vpc_flow_log_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1701
1742
|
) -> None:
|
|
1702
|
-
'''
|
|
1743
|
+
'''Configuration specifying where and how telemetry data should be delivered for AWS resources.
|
|
1703
1744
|
|
|
1704
|
-
:param destination_pattern:
|
|
1705
|
-
:param destination_type:
|
|
1706
|
-
:param retention_in_days:
|
|
1707
|
-
:param vpc_flow_log_parameters:
|
|
1745
|
+
:param destination_pattern: The pattern used to generate the destination path or name, supporting macros like and .
|
|
1746
|
+
:param destination_type: The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
1747
|
+
:param retention_in_days: The number of days to retain the telemetry data in the destination.
|
|
1748
|
+
:param vpc_flow_log_parameters: Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
1708
1749
|
|
|
1709
1750
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html
|
|
1710
1751
|
:exampleMetadata: fixture=_generated
|
|
@@ -1744,7 +1785,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1744
1785
|
|
|
1745
1786
|
@builtins.property
|
|
1746
1787
|
def destination_pattern(self) -> typing.Optional[builtins.str]:
|
|
1747
|
-
'''
|
|
1788
|
+
'''The pattern used to generate the destination path or name, supporting macros like and .
|
|
1748
1789
|
|
|
1749
1790
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration-destinationpattern
|
|
1750
1791
|
'''
|
|
@@ -1753,7 +1794,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1753
1794
|
|
|
1754
1795
|
@builtins.property
|
|
1755
1796
|
def destination_type(self) -> typing.Optional[builtins.str]:
|
|
1756
|
-
'''
|
|
1797
|
+
'''The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
1757
1798
|
|
|
1758
1799
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration-destinationtype
|
|
1759
1800
|
'''
|
|
@@ -1762,7 +1803,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1762
1803
|
|
|
1763
1804
|
@builtins.property
|
|
1764
1805
|
def retention_in_days(self) -> typing.Optional[jsii.Number]:
|
|
1765
|
-
'''
|
|
1806
|
+
'''The number of days to retain the telemetry data in the destination.
|
|
1766
1807
|
|
|
1767
1808
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration-retentionindays
|
|
1768
1809
|
'''
|
|
@@ -1773,7 +1814,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1773
1814
|
def vpc_flow_log_parameters(
|
|
1774
1815
|
self,
|
|
1775
1816
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationTelemetryRule.VPCFlowLogParametersProperty"]]:
|
|
1776
|
-
'''
|
|
1817
|
+
'''Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
1777
1818
|
|
|
1778
1819
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-organizationtelemetryrule-telemetrydestinationconfiguration-vpcflowlogparameters
|
|
1779
1820
|
'''
|
|
@@ -1812,13 +1853,13 @@ class CfnOrganizationTelemetryRule(
|
|
|
1812
1853
|
scope: typing.Optional[builtins.str] = None,
|
|
1813
1854
|
selection_criteria: typing.Optional[builtins.str] = None,
|
|
1814
1855
|
) -> None:
|
|
1815
|
-
'''
|
|
1856
|
+
'''Defines how telemetry should be configured for specific AWS resources.
|
|
1816
1857
|
|
|
1817
|
-
:param resource_type:
|
|
1818
|
-
:param telemetry_type:
|
|
1819
|
-
:param destination_configuration:
|
|
1820
|
-
:param scope:
|
|
1821
|
-
:param selection_criteria:
|
|
1858
|
+
:param resource_type: The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
1859
|
+
:param telemetry_type: The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
1860
|
+
:param destination_configuration: Configuration specifying where and how the telemetry data should be delivered.
|
|
1861
|
+
:param scope: The organizational scope to which the rule applies, specified using accounts or organizational units.
|
|
1862
|
+
:param selection_criteria: Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
1822
1863
|
|
|
1823
1864
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html
|
|
1824
1865
|
:exampleMetadata: fixture=_generated
|
|
@@ -1868,7 +1909,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1868
1909
|
|
|
1869
1910
|
@builtins.property
|
|
1870
1911
|
def resource_type(self) -> builtins.str:
|
|
1871
|
-
'''
|
|
1912
|
+
'''The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
1872
1913
|
|
|
1873
1914
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-resourcetype
|
|
1874
1915
|
'''
|
|
@@ -1878,7 +1919,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1878
1919
|
|
|
1879
1920
|
@builtins.property
|
|
1880
1921
|
def telemetry_type(self) -> builtins.str:
|
|
1881
|
-
'''
|
|
1922
|
+
'''The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
1882
1923
|
|
|
1883
1924
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-telemetrytype
|
|
1884
1925
|
'''
|
|
@@ -1890,7 +1931,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1890
1931
|
def destination_configuration(
|
|
1891
1932
|
self,
|
|
1892
1933
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationTelemetryRule.TelemetryDestinationConfigurationProperty"]]:
|
|
1893
|
-
'''
|
|
1934
|
+
'''Configuration specifying where and how the telemetry data should be delivered.
|
|
1894
1935
|
|
|
1895
1936
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-destinationconfiguration
|
|
1896
1937
|
'''
|
|
@@ -1899,7 +1940,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1899
1940
|
|
|
1900
1941
|
@builtins.property
|
|
1901
1942
|
def scope(self) -> typing.Optional[builtins.str]:
|
|
1902
|
-
'''
|
|
1943
|
+
'''The organizational scope to which the rule applies, specified using accounts or organizational units.
|
|
1903
1944
|
|
|
1904
1945
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-scope
|
|
1905
1946
|
'''
|
|
@@ -1908,7 +1949,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1908
1949
|
|
|
1909
1950
|
@builtins.property
|
|
1910
1951
|
def selection_criteria(self) -> typing.Optional[builtins.str]:
|
|
1911
|
-
'''
|
|
1952
|
+
'''Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
1912
1953
|
|
|
1913
1954
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-telemetryrule.html#cfn-observabilityadmin-organizationtelemetryrule-telemetryrule-selectioncriteria
|
|
1914
1955
|
'''
|
|
@@ -1943,11 +1984,11 @@ class CfnOrganizationTelemetryRule(
|
|
|
1943
1984
|
max_aggregation_interval: typing.Optional[jsii.Number] = None,
|
|
1944
1985
|
traffic_type: typing.Optional[builtins.str] = None,
|
|
1945
1986
|
) -> None:
|
|
1946
|
-
'''
|
|
1987
|
+
'''Configuration parameters specific to VPC Flow Logs.
|
|
1947
1988
|
|
|
1948
|
-
:param log_format: The
|
|
1949
|
-
:param max_aggregation_interval: The maximum interval
|
|
1950
|
-
:param traffic_type: The type of traffic
|
|
1989
|
+
:param log_format: The format in which VPC Flow Log entries should be logged.
|
|
1990
|
+
:param max_aggregation_interval: The maximum interval in seconds between the capture of flow log records.
|
|
1991
|
+
:param traffic_type: The type of traffic to log (ACCEPT, REJECT, or ALL).
|
|
1951
1992
|
|
|
1952
1993
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters.html
|
|
1953
1994
|
:exampleMetadata: fixture=_generated
|
|
@@ -1979,9 +2020,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1979
2020
|
|
|
1980
2021
|
@builtins.property
|
|
1981
2022
|
def log_format(self) -> typing.Optional[builtins.str]:
|
|
1982
|
-
'''The
|
|
1983
|
-
|
|
1984
|
-
If you omit this parameter, the flow log is created using the default format.
|
|
2023
|
+
'''The format in which VPC Flow Log entries should be logged.
|
|
1985
2024
|
|
|
1986
2025
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters-logformat
|
|
1987
2026
|
'''
|
|
@@ -1990,9 +2029,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
1990
2029
|
|
|
1991
2030
|
@builtins.property
|
|
1992
2031
|
def max_aggregation_interval(self) -> typing.Optional[jsii.Number]:
|
|
1993
|
-
'''The maximum interval
|
|
1994
|
-
|
|
1995
|
-
Default is 600s.
|
|
2032
|
+
'''The maximum interval in seconds between the capture of flow log records.
|
|
1996
2033
|
|
|
1997
2034
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters-maxaggregationinterval
|
|
1998
2035
|
'''
|
|
@@ -2001,9 +2038,7 @@ class CfnOrganizationTelemetryRule(
|
|
|
2001
2038
|
|
|
2002
2039
|
@builtins.property
|
|
2003
2040
|
def traffic_type(self) -> typing.Optional[builtins.str]:
|
|
2004
|
-
'''The type of traffic
|
|
2005
|
-
|
|
2006
|
-
Default is ALL
|
|
2041
|
+
'''The type of traffic to log (ACCEPT, REJECT, or ALL).
|
|
2007
2042
|
|
|
2008
2043
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-organizationtelemetryrule-vpcflowlogparameters-traffictype
|
|
2009
2044
|
'''
|
|
@@ -2028,7 +2063,9 @@ class CfnTelemetryRule(
|
|
|
2028
2063
|
metaclass=jsii.JSIIMeta,
|
|
2029
2064
|
jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnTelemetryRule",
|
|
2030
2065
|
):
|
|
2031
|
-
'''
|
|
2066
|
+
'''Creates a telemetry rule that defines how telemetry should be configured for AWS resources in your account.
|
|
2067
|
+
|
|
2068
|
+
The rule specifies which resources should have telemetry enabled and how that telemetry data should be collected based on resource type, telemetry type, and selection criteria.
|
|
2032
2069
|
|
|
2033
2070
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-telemetryrule.html
|
|
2034
2071
|
:cloudformationResource: AWS::ObservabilityAdmin::TelemetryRule
|
|
@@ -2080,9 +2117,9 @@ class CfnTelemetryRule(
|
|
|
2080
2117
|
'''
|
|
2081
2118
|
:param scope: Scope in which this resource is defined.
|
|
2082
2119
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
2083
|
-
:param rule:
|
|
2120
|
+
:param rule: Retrieves the details of a specific telemetry rule in your account.
|
|
2084
2121
|
:param rule_name: The name of the telemetry rule.
|
|
2085
|
-
:param tags:
|
|
2122
|
+
:param tags: Lists all tags attached to the specified telemetry rule resource.
|
|
2086
2123
|
'''
|
|
2087
2124
|
if __debug__:
|
|
2088
2125
|
type_hints = typing.get_type_hints(_typecheckingstub__1cb28d06ef60815f8488b771b64aca8e3671a315a3f6676ad80a414dcd296224)
|
|
@@ -2125,7 +2162,7 @@ class CfnTelemetryRule(
|
|
|
2125
2162
|
@builtins.property
|
|
2126
2163
|
@jsii.member(jsii_name="attrRuleArn")
|
|
2127
2164
|
def attr_rule_arn(self) -> builtins.str:
|
|
2128
|
-
'''The
|
|
2165
|
+
'''The Amazon Resource Name (ARN) of the telemetry rule.
|
|
2129
2166
|
|
|
2130
2167
|
:cloudformationAttribute: RuleArn
|
|
2131
2168
|
'''
|
|
@@ -2153,7 +2190,7 @@ class CfnTelemetryRule(
|
|
|
2153
2190
|
def rule(
|
|
2154
2191
|
self,
|
|
2155
2192
|
) -> typing.Union[_IResolvable_da3f097b, "CfnTelemetryRule.TelemetryRuleProperty"]:
|
|
2156
|
-
'''
|
|
2193
|
+
'''Retrieves the details of a specific telemetry rule in your account.'''
|
|
2157
2194
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnTelemetryRule.TelemetryRuleProperty"], jsii.get(self, "rule"))
|
|
2158
2195
|
|
|
2159
2196
|
@rule.setter
|
|
@@ -2182,7 +2219,7 @@ class CfnTelemetryRule(
|
|
|
2182
2219
|
@builtins.property
|
|
2183
2220
|
@jsii.member(jsii_name="tags")
|
|
2184
2221
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
2185
|
-
'''
|
|
2222
|
+
'''Lists all tags attached to the specified telemetry rule resource.'''
|
|
2186
2223
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
2187
2224
|
|
|
2188
2225
|
@tags.setter
|
|
@@ -2211,12 +2248,12 @@ class CfnTelemetryRule(
|
|
|
2211
2248
|
retention_in_days: typing.Optional[jsii.Number] = None,
|
|
2212
2249
|
vpc_flow_log_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTelemetryRule.VPCFlowLogParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2213
2250
|
) -> None:
|
|
2214
|
-
'''
|
|
2251
|
+
'''Configuration specifying where and how telemetry data should be delivered for AWS resources.
|
|
2215
2252
|
|
|
2216
|
-
:param destination_pattern:
|
|
2217
|
-
:param destination_type:
|
|
2218
|
-
:param retention_in_days:
|
|
2219
|
-
:param vpc_flow_log_parameters:
|
|
2253
|
+
:param destination_pattern: The pattern used to generate the destination path or name, supporting macros like and .
|
|
2254
|
+
:param destination_type: The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
2255
|
+
:param retention_in_days: The number of days to retain the telemetry data in the destination.
|
|
2256
|
+
:param vpc_flow_log_parameters: Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
2220
2257
|
|
|
2221
2258
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html
|
|
2222
2259
|
:exampleMetadata: fixture=_generated
|
|
@@ -2256,7 +2293,7 @@ class CfnTelemetryRule(
|
|
|
2256
2293
|
|
|
2257
2294
|
@builtins.property
|
|
2258
2295
|
def destination_pattern(self) -> typing.Optional[builtins.str]:
|
|
2259
|
-
'''
|
|
2296
|
+
'''The pattern used to generate the destination path or name, supporting macros like and .
|
|
2260
2297
|
|
|
2261
2298
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-telemetryrule-telemetrydestinationconfiguration-destinationpattern
|
|
2262
2299
|
'''
|
|
@@ -2265,7 +2302,7 @@ class CfnTelemetryRule(
|
|
|
2265
2302
|
|
|
2266
2303
|
@builtins.property
|
|
2267
2304
|
def destination_type(self) -> typing.Optional[builtins.str]:
|
|
2268
|
-
'''
|
|
2305
|
+
'''The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
2269
2306
|
|
|
2270
2307
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-telemetryrule-telemetrydestinationconfiguration-destinationtype
|
|
2271
2308
|
'''
|
|
@@ -2274,7 +2311,7 @@ class CfnTelemetryRule(
|
|
|
2274
2311
|
|
|
2275
2312
|
@builtins.property
|
|
2276
2313
|
def retention_in_days(self) -> typing.Optional[jsii.Number]:
|
|
2277
|
-
'''
|
|
2314
|
+
'''The number of days to retain the telemetry data in the destination.
|
|
2278
2315
|
|
|
2279
2316
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-telemetryrule-telemetrydestinationconfiguration-retentionindays
|
|
2280
2317
|
'''
|
|
@@ -2285,7 +2322,7 @@ class CfnTelemetryRule(
|
|
|
2285
2322
|
def vpc_flow_log_parameters(
|
|
2286
2323
|
self,
|
|
2287
2324
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTelemetryRule.VPCFlowLogParametersProperty"]]:
|
|
2288
|
-
'''
|
|
2325
|
+
'''Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
2289
2326
|
|
|
2290
2327
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetrydestinationconfiguration.html#cfn-observabilityadmin-telemetryrule-telemetrydestinationconfiguration-vpcflowlogparameters
|
|
2291
2328
|
'''
|
|
@@ -2322,12 +2359,12 @@ class CfnTelemetryRule(
|
|
|
2322
2359
|
destination_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTelemetryRule.TelemetryDestinationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2323
2360
|
selection_criteria: typing.Optional[builtins.str] = None,
|
|
2324
2361
|
) -> None:
|
|
2325
|
-
'''
|
|
2362
|
+
'''Defines how telemetry should be configured for specific AWS resources.
|
|
2326
2363
|
|
|
2327
|
-
:param resource_type:
|
|
2328
|
-
:param telemetry_type:
|
|
2329
|
-
:param destination_configuration:
|
|
2330
|
-
:param selection_criteria:
|
|
2364
|
+
:param resource_type: The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
2365
|
+
:param telemetry_type: The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
2366
|
+
:param destination_configuration: Configuration specifying where and how the telemetry data should be delivered.
|
|
2367
|
+
:param selection_criteria: Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
2331
2368
|
|
|
2332
2369
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html
|
|
2333
2370
|
:exampleMetadata: fixture=_generated
|
|
@@ -2373,7 +2410,7 @@ class CfnTelemetryRule(
|
|
|
2373
2410
|
|
|
2374
2411
|
@builtins.property
|
|
2375
2412
|
def resource_type(self) -> builtins.str:
|
|
2376
|
-
'''
|
|
2413
|
+
'''The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
2377
2414
|
|
|
2378
2415
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html#cfn-observabilityadmin-telemetryrule-telemetryrule-resourcetype
|
|
2379
2416
|
'''
|
|
@@ -2383,7 +2420,7 @@ class CfnTelemetryRule(
|
|
|
2383
2420
|
|
|
2384
2421
|
@builtins.property
|
|
2385
2422
|
def telemetry_type(self) -> builtins.str:
|
|
2386
|
-
'''
|
|
2423
|
+
'''The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
2387
2424
|
|
|
2388
2425
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html#cfn-observabilityadmin-telemetryrule-telemetryrule-telemetrytype
|
|
2389
2426
|
'''
|
|
@@ -2395,7 +2432,7 @@ class CfnTelemetryRule(
|
|
|
2395
2432
|
def destination_configuration(
|
|
2396
2433
|
self,
|
|
2397
2434
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTelemetryRule.TelemetryDestinationConfigurationProperty"]]:
|
|
2398
|
-
'''
|
|
2435
|
+
'''Configuration specifying where and how the telemetry data should be delivered.
|
|
2399
2436
|
|
|
2400
2437
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html#cfn-observabilityadmin-telemetryrule-telemetryrule-destinationconfiguration
|
|
2401
2438
|
'''
|
|
@@ -2404,7 +2441,7 @@ class CfnTelemetryRule(
|
|
|
2404
2441
|
|
|
2405
2442
|
@builtins.property
|
|
2406
2443
|
def selection_criteria(self) -> typing.Optional[builtins.str]:
|
|
2407
|
-
'''
|
|
2444
|
+
'''Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
2408
2445
|
|
|
2409
2446
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-telemetryrule.html#cfn-observabilityadmin-telemetryrule-telemetryrule-selectioncriteria
|
|
2410
2447
|
'''
|
|
@@ -2439,11 +2476,11 @@ class CfnTelemetryRule(
|
|
|
2439
2476
|
max_aggregation_interval: typing.Optional[jsii.Number] = None,
|
|
2440
2477
|
traffic_type: typing.Optional[builtins.str] = None,
|
|
2441
2478
|
) -> None:
|
|
2442
|
-
'''
|
|
2479
|
+
'''Configuration parameters specific to VPC Flow Logs.
|
|
2443
2480
|
|
|
2444
|
-
:param log_format: The
|
|
2445
|
-
:param max_aggregation_interval: The maximum interval
|
|
2446
|
-
:param traffic_type: The type of traffic
|
|
2481
|
+
:param log_format: The format in which VPC Flow Log entries should be logged.
|
|
2482
|
+
:param max_aggregation_interval: The maximum interval in seconds between the capture of flow log records.
|
|
2483
|
+
:param traffic_type: The type of traffic to log (ACCEPT, REJECT, or ALL).
|
|
2447
2484
|
|
|
2448
2485
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-vpcflowlogparameters.html
|
|
2449
2486
|
:exampleMetadata: fixture=_generated
|
|
@@ -2475,9 +2512,7 @@ class CfnTelemetryRule(
|
|
|
2475
2512
|
|
|
2476
2513
|
@builtins.property
|
|
2477
2514
|
def log_format(self) -> typing.Optional[builtins.str]:
|
|
2478
|
-
'''The
|
|
2479
|
-
|
|
2480
|
-
If you omit this parameter, the flow log is created using the default format.
|
|
2515
|
+
'''The format in which VPC Flow Log entries should be logged.
|
|
2481
2516
|
|
|
2482
2517
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-telemetryrule-vpcflowlogparameters-logformat
|
|
2483
2518
|
'''
|
|
@@ -2486,9 +2521,7 @@ class CfnTelemetryRule(
|
|
|
2486
2521
|
|
|
2487
2522
|
@builtins.property
|
|
2488
2523
|
def max_aggregation_interval(self) -> typing.Optional[jsii.Number]:
|
|
2489
|
-
'''The maximum interval
|
|
2490
|
-
|
|
2491
|
-
Default is 600s.
|
|
2524
|
+
'''The maximum interval in seconds between the capture of flow log records.
|
|
2492
2525
|
|
|
2493
2526
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-telemetryrule-vpcflowlogparameters-maxaggregationinterval
|
|
2494
2527
|
'''
|
|
@@ -2497,9 +2530,7 @@ class CfnTelemetryRule(
|
|
|
2497
2530
|
|
|
2498
2531
|
@builtins.property
|
|
2499
2532
|
def traffic_type(self) -> typing.Optional[builtins.str]:
|
|
2500
|
-
'''The type of traffic
|
|
2501
|
-
|
|
2502
|
-
Default is ALL
|
|
2533
|
+
'''The type of traffic to log (ACCEPT, REJECT, or ALL).
|
|
2503
2534
|
|
|
2504
2535
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-telemetryrule-vpcflowlogparameters.html#cfn-observabilityadmin-telemetryrule-vpcflowlogparameters-traffictype
|
|
2505
2536
|
'''
|
|
@@ -2823,3 +2854,6 @@ def _typecheckingstub__cb426e63d8ddff6bc9e58865c89c023dbf7b61ef2e21b2f9ff902df9d
|
|
|
2823
2854
|
) -> None:
|
|
2824
2855
|
"""Type checking stubs"""
|
|
2825
2856
|
pass
|
|
2857
|
+
|
|
2858
|
+
for cls in [IOrganizationCentralizationRuleRef, IOrganizationTelemetryRuleRef, ITelemetryRuleRef]:
|
|
2859
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|