aws-cdk-lib 2.219.0__py3-none-any.whl → 2.220.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.

Files changed (51) hide show
  1. aws_cdk/__init__.py +12 -17
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.219.0.jsii.tgz → aws-cdk-lib@2.220.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_applicationsignals/__init__.py +450 -2
  5. aws_cdk/aws_arcregionswitch/__init__.py +8 -0
  6. aws_cdk/aws_backup/__init__.py +29 -0
  7. aws_cdk/aws_batch/__init__.py +109 -7
  8. aws_cdk/aws_bedrock/__init__.py +44 -16
  9. aws_cdk/aws_bedrockagentcore/__init__.py +7872 -1718
  10. aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
  11. aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
  12. aws_cdk/aws_cloudwatch/__init__.py +5 -5
  13. aws_cdk/aws_cognito/__init__.py +6 -4
  14. aws_cdk/aws_dax/__init__.py +12 -3
  15. aws_cdk/aws_directoryservice/__init__.py +29 -0
  16. aws_cdk/aws_ec2/__init__.py +99 -8
  17. aws_cdk/aws_ecs/__init__.py +342 -134
  18. aws_cdk/aws_eks/__init__.py +114 -9
  19. aws_cdk/aws_fsx/__init__.py +4 -4
  20. aws_cdk/aws_imagebuilder/__init__.py +397 -0
  21. aws_cdk/aws_iotsitewise/__init__.py +136 -80
  22. aws_cdk/aws_kinesis/__init__.py +95 -4
  23. aws_cdk/aws_lambda/__init__.py +43 -0
  24. aws_cdk/aws_lightsail/__init__.py +584 -0
  25. aws_cdk/aws_logs/__init__.py +57 -0
  26. aws_cdk/aws_lookoutmetrics/__init__.py +14 -2
  27. aws_cdk/aws_m2/__init__.py +59 -13
  28. aws_cdk/aws_medialive/__init__.py +108 -0
  29. aws_cdk/aws_mwaa/__init__.py +5 -5
  30. aws_cdk/aws_neptune/__init__.py +133 -70
  31. aws_cdk/aws_networkmanager/__init__.py +29 -0
  32. aws_cdk/aws_observabilityadmin/__init__.py +1227 -83
  33. aws_cdk/aws_omics/__init__.py +7 -1
  34. aws_cdk/aws_opensearchservice/__init__.py +6 -0
  35. aws_cdk/aws_pcs/__init__.py +224 -33
  36. aws_cdk/aws_pinpoint/__init__.py +58 -0
  37. aws_cdk/aws_quicksight/__init__.py +80 -0
  38. aws_cdk/aws_rds/__init__.py +29 -23
  39. aws_cdk/aws_refactorspaces/__init__.py +18 -6
  40. aws_cdk/aws_route53/__init__.py +130 -6
  41. aws_cdk/aws_s3/__init__.py +29 -2
  42. aws_cdk/aws_s3objectlambda/__init__.py +44 -12
  43. aws_cdk/aws_servicecatalog/__init__.py +25 -20
  44. aws_cdk/aws_ssmquicksetup/__init__.py +3 -3
  45. aws_cdk/aws_synthetics/__init__.py +21 -1
  46. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/METADATA +1 -1
  47. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/RECORD +51 -51
  48. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/LICENSE +0 -0
  49. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/NOTICE +0 -0
  50. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/WHEEL +0 -0
  51. {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/top_level.txt +0 -0
@@ -79,6 +79,130 @@ from .. import (
79
79
  )
80
80
 
81
81
 
82
+ @jsii.data_type(
83
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRuleProps",
84
+ jsii_struct_bases=[],
85
+ name_mapping={"rule": "rule", "rule_name": "ruleName", "tags": "tags"},
86
+ )
87
+ class CfnOrganizationCentralizationRuleProps:
88
+ def __init__(
89
+ self,
90
+ *,
91
+ rule: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.CentralizationRuleProperty", typing.Dict[builtins.str, typing.Any]]],
92
+ rule_name: builtins.str,
93
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
94
+ ) -> None:
95
+ '''Properties for defining a ``CfnOrganizationCentralizationRule``.
96
+
97
+ :param rule:
98
+ :param rule_name:
99
+ :param tags: An array of key-value pairs to apply to this resource.
100
+
101
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html
102
+ :exampleMetadata: fixture=_generated
103
+
104
+ Example::
105
+
106
+ # The code below shows an example of how to instantiate this type.
107
+ # The values are placeholders you should change.
108
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
109
+
110
+ cfn_organization_centralization_rule_props = observabilityadmin.CfnOrganizationCentralizationRuleProps(
111
+ rule=observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleProperty(
112
+ destination=observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty(
113
+ region="region",
114
+
115
+ # the properties below are optional
116
+ account="account",
117
+ destination_logs_configuration=observabilityadmin.CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty(
118
+ backup_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty(
119
+ region="region",
120
+
121
+ # the properties below are optional
122
+ kms_key_arn="kmsKeyArn"
123
+ ),
124
+ logs_encryption_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty(
125
+ encryption_strategy="encryptionStrategy",
126
+
127
+ # the properties below are optional
128
+ encryption_conflict_resolution_strategy="encryptionConflictResolutionStrategy",
129
+ kms_key_arn="kmsKeyArn"
130
+ )
131
+ )
132
+ ),
133
+ source=observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty(
134
+ regions=["regions"],
135
+
136
+ # the properties below are optional
137
+ scope="scope",
138
+ source_logs_configuration=observabilityadmin.CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty(
139
+ encrypted_log_group_strategy="encryptedLogGroupStrategy",
140
+ log_group_selection_criteria="logGroupSelectionCriteria"
141
+ )
142
+ )
143
+ ),
144
+ rule_name="ruleName",
145
+
146
+ # the properties below are optional
147
+ tags=[CfnTag(
148
+ key="key",
149
+ value="value"
150
+ )]
151
+ )
152
+ '''
153
+ if __debug__:
154
+ type_hints = typing.get_type_hints(_typecheckingstub__00d0ecee2cd9ac728ca3e321203ce2e611e56b0b2d415ba2673a50599e4512cd)
155
+ check_type(argname="argument rule", value=rule, expected_type=type_hints["rule"])
156
+ check_type(argname="argument rule_name", value=rule_name, expected_type=type_hints["rule_name"])
157
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
158
+ self._values: typing.Dict[builtins.str, typing.Any] = {
159
+ "rule": rule,
160
+ "rule_name": rule_name,
161
+ }
162
+ if tags is not None:
163
+ self._values["tags"] = tags
164
+
165
+ @builtins.property
166
+ def rule(
167
+ self,
168
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleProperty"]:
169
+ '''
170
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-rule
171
+ '''
172
+ result = self._values.get("rule")
173
+ assert result is not None, "Required property 'rule' is missing"
174
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleProperty"], result)
175
+
176
+ @builtins.property
177
+ def rule_name(self) -> builtins.str:
178
+ '''
179
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-rulename
180
+ '''
181
+ result = self._values.get("rule_name")
182
+ assert result is not None, "Required property 'rule_name' is missing"
183
+ return typing.cast(builtins.str, result)
184
+
185
+ @builtins.property
186
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
187
+ '''An array of key-value pairs to apply to this resource.
188
+
189
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-tags
190
+ '''
191
+ result = self._values.get("tags")
192
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
193
+
194
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
195
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
196
+
197
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
198
+ return not (rhs == self)
199
+
200
+ def __repr__(self) -> str:
201
+ return "CfnOrganizationCentralizationRuleProps(%s)" % ", ".join(
202
+ k + "=" + repr(v) for k, v in self._values.items()
203
+ )
204
+
205
+
82
206
  @jsii.data_type(
83
207
  jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationTelemetryRuleProps",
84
208
  jsii_struct_bases=[],
@@ -300,6 +424,55 @@ class CfnTelemetryRuleProps:
300
424
  )
301
425
 
302
426
 
427
+ @jsii.interface(
428
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.IOrganizationCentralizationRuleRef"
429
+ )
430
+ class IOrganizationCentralizationRuleRef(
431
+ _constructs_77d1e7e8.IConstruct,
432
+ typing_extensions.Protocol,
433
+ ):
434
+ '''(experimental) Indicates that this resource can be referenced as a OrganizationCentralizationRule.
435
+
436
+ :stability: experimental
437
+ '''
438
+
439
+ @builtins.property
440
+ @jsii.member(jsii_name="organizationCentralizationRuleRef")
441
+ def organization_centralization_rule_ref(
442
+ self,
443
+ ) -> "OrganizationCentralizationRuleReference":
444
+ '''(experimental) A reference to a OrganizationCentralizationRule resource.
445
+
446
+ :stability: experimental
447
+ '''
448
+ ...
449
+
450
+
451
+ class _IOrganizationCentralizationRuleRefProxy(
452
+ jsii.proxy_for(_constructs_77d1e7e8.IConstruct), # type: ignore[misc]
453
+ ):
454
+ '''(experimental) Indicates that this resource can be referenced as a OrganizationCentralizationRule.
455
+
456
+ :stability: experimental
457
+ '''
458
+
459
+ __jsii_type__: typing.ClassVar[str] = "aws-cdk-lib.aws_observabilityadmin.IOrganizationCentralizationRuleRef"
460
+
461
+ @builtins.property
462
+ @jsii.member(jsii_name="organizationCentralizationRuleRef")
463
+ def organization_centralization_rule_ref(
464
+ self,
465
+ ) -> "OrganizationCentralizationRuleReference":
466
+ '''(experimental) A reference to a OrganizationCentralizationRule resource.
467
+
468
+ :stability: experimental
469
+ '''
470
+ return typing.cast("OrganizationCentralizationRuleReference", jsii.get(self, "organizationCentralizationRuleRef"))
471
+
472
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
473
+ typing.cast(typing.Any, IOrganizationCentralizationRuleRef).__jsii_proxy_class__ = lambda : _IOrganizationCentralizationRuleRefProxy
474
+
475
+
303
476
  @jsii.interface(
304
477
  jsii_type="aws-cdk-lib.aws_observabilityadmin.IOrganizationTelemetryRuleRef"
305
478
  )
@@ -377,110 +550,961 @@ class _ITelemetryRuleRefProxy(
377
550
  def telemetry_rule_ref(self) -> "TelemetryRuleReference":
378
551
  '''(experimental) A reference to a TelemetryRule resource.
379
552
 
380
- :stability: experimental
381
- '''
382
- return typing.cast("TelemetryRuleReference", jsii.get(self, "telemetryRuleRef"))
553
+ :stability: experimental
554
+ '''
555
+ return typing.cast("TelemetryRuleReference", jsii.get(self, "telemetryRuleRef"))
556
+
557
+ # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
558
+ typing.cast(typing.Any, ITelemetryRuleRef).__jsii_proxy_class__ = lambda : _ITelemetryRuleRefProxy
559
+
560
+
561
+ @jsii.data_type(
562
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.OrganizationCentralizationRuleReference",
563
+ jsii_struct_bases=[],
564
+ name_mapping={"rule_arn": "ruleArn"},
565
+ )
566
+ class OrganizationCentralizationRuleReference:
567
+ def __init__(self, *, rule_arn: builtins.str) -> None:
568
+ '''A reference to a OrganizationCentralizationRule resource.
569
+
570
+ :param rule_arn: The RuleArn of the OrganizationCentralizationRule resource.
571
+
572
+ :exampleMetadata: fixture=_generated
573
+
574
+ Example::
575
+
576
+ # The code below shows an example of how to instantiate this type.
577
+ # The values are placeholders you should change.
578
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
579
+
580
+ organization_centralization_rule_reference = observabilityadmin.OrganizationCentralizationRuleReference(
581
+ rule_arn="ruleArn"
582
+ )
583
+ '''
584
+ if __debug__:
585
+ type_hints = typing.get_type_hints(_typecheckingstub__1b3ad11b09d25a384211da640f6a09bc1e0c17db4ccd5b1f32b27309ce4215f5)
586
+ check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
587
+ self._values: typing.Dict[builtins.str, typing.Any] = {
588
+ "rule_arn": rule_arn,
589
+ }
590
+
591
+ @builtins.property
592
+ def rule_arn(self) -> builtins.str:
593
+ '''The RuleArn of the OrganizationCentralizationRule resource.'''
594
+ result = self._values.get("rule_arn")
595
+ assert result is not None, "Required property 'rule_arn' is missing"
596
+ return typing.cast(builtins.str, result)
597
+
598
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
599
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
600
+
601
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
602
+ return not (rhs == self)
603
+
604
+ def __repr__(self) -> str:
605
+ return "OrganizationCentralizationRuleReference(%s)" % ", ".join(
606
+ k + "=" + repr(v) for k, v in self._values.items()
607
+ )
608
+
609
+
610
+ @jsii.data_type(
611
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.OrganizationTelemetryRuleReference",
612
+ jsii_struct_bases=[],
613
+ name_mapping={"rule_arn": "ruleArn"},
614
+ )
615
+ class OrganizationTelemetryRuleReference:
616
+ def __init__(self, *, rule_arn: builtins.str) -> None:
617
+ '''A reference to a OrganizationTelemetryRule resource.
618
+
619
+ :param rule_arn: The RuleArn of the OrganizationTelemetryRule resource.
620
+
621
+ :exampleMetadata: fixture=_generated
622
+
623
+ Example::
624
+
625
+ # The code below shows an example of how to instantiate this type.
626
+ # The values are placeholders you should change.
627
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
628
+
629
+ organization_telemetry_rule_reference = observabilityadmin.OrganizationTelemetryRuleReference(
630
+ rule_arn="ruleArn"
631
+ )
632
+ '''
633
+ if __debug__:
634
+ type_hints = typing.get_type_hints(_typecheckingstub__546326e4a1c8218daecae9d95475d22bf60d95f4d5ec20cd304d51ba67eb92f4)
635
+ check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
636
+ self._values: typing.Dict[builtins.str, typing.Any] = {
637
+ "rule_arn": rule_arn,
638
+ }
639
+
640
+ @builtins.property
641
+ def rule_arn(self) -> builtins.str:
642
+ '''The RuleArn of the OrganizationTelemetryRule resource.'''
643
+ result = self._values.get("rule_arn")
644
+ assert result is not None, "Required property 'rule_arn' is missing"
645
+ return typing.cast(builtins.str, result)
646
+
647
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
648
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
649
+
650
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
651
+ return not (rhs == self)
652
+
653
+ def __repr__(self) -> str:
654
+ return "OrganizationTelemetryRuleReference(%s)" % ", ".join(
655
+ k + "=" + repr(v) for k, v in self._values.items()
656
+ )
657
+
658
+
659
+ @jsii.data_type(
660
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.TelemetryRuleReference",
661
+ jsii_struct_bases=[],
662
+ name_mapping={"rule_arn": "ruleArn"},
663
+ )
664
+ class TelemetryRuleReference:
665
+ def __init__(self, *, rule_arn: builtins.str) -> None:
666
+ '''A reference to a TelemetryRule resource.
667
+
668
+ :param rule_arn: The RuleArn of the TelemetryRule resource.
669
+
670
+ :exampleMetadata: fixture=_generated
671
+
672
+ Example::
673
+
674
+ # The code below shows an example of how to instantiate this type.
675
+ # The values are placeholders you should change.
676
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
677
+
678
+ telemetry_rule_reference = observabilityadmin.TelemetryRuleReference(
679
+ rule_arn="ruleArn"
680
+ )
681
+ '''
682
+ if __debug__:
683
+ type_hints = typing.get_type_hints(_typecheckingstub__7e5c59e1cd03c9d8825ebf008d30354018de9d95b37c45267b93575de094bcfc)
684
+ check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
685
+ self._values: typing.Dict[builtins.str, typing.Any] = {
686
+ "rule_arn": rule_arn,
687
+ }
688
+
689
+ @builtins.property
690
+ def rule_arn(self) -> builtins.str:
691
+ '''The RuleArn of the TelemetryRule resource.'''
692
+ result = self._values.get("rule_arn")
693
+ assert result is not None, "Required property 'rule_arn' is missing"
694
+ return typing.cast(builtins.str, result)
695
+
696
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
697
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
698
+
699
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
700
+ return not (rhs == self)
701
+
702
+ def __repr__(self) -> str:
703
+ return "TelemetryRuleReference(%s)" % ", ".join(
704
+ k + "=" + repr(v) for k, v in self._values.items()
705
+ )
706
+
707
+
708
+ @jsii.implements(_IInspectable_c2943556, IOrganizationCentralizationRuleRef, _ITaggableV2_4e6798f8)
709
+ class CfnOrganizationCentralizationRule(
710
+ _CfnResource_9df397a6,
711
+ metaclass=jsii.JSIIMeta,
712
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule",
713
+ ):
714
+ '''Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule.
715
+
716
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-observabilityadmin-organizationcentralizationrule.html
717
+ :cloudformationResource: AWS::ObservabilityAdmin::OrganizationCentralizationRule
718
+ :exampleMetadata: fixture=_generated
719
+
720
+ Example::
721
+
722
+ # The code below shows an example of how to instantiate this type.
723
+ # The values are placeholders you should change.
724
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
725
+
726
+ cfn_organization_centralization_rule = observabilityadmin.CfnOrganizationCentralizationRule(self, "MyCfnOrganizationCentralizationRule",
727
+ rule=observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleProperty(
728
+ destination=observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty(
729
+ region="region",
730
+
731
+ # the properties below are optional
732
+ account="account",
733
+ destination_logs_configuration=observabilityadmin.CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty(
734
+ backup_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty(
735
+ region="region",
736
+
737
+ # the properties below are optional
738
+ kms_key_arn="kmsKeyArn"
739
+ ),
740
+ logs_encryption_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty(
741
+ encryption_strategy="encryptionStrategy",
742
+
743
+ # the properties below are optional
744
+ encryption_conflict_resolution_strategy="encryptionConflictResolutionStrategy",
745
+ kms_key_arn="kmsKeyArn"
746
+ )
747
+ )
748
+ ),
749
+ source=observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty(
750
+ regions=["regions"],
751
+
752
+ # the properties below are optional
753
+ scope="scope",
754
+ source_logs_configuration=observabilityadmin.CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty(
755
+ encrypted_log_group_strategy="encryptedLogGroupStrategy",
756
+ log_group_selection_criteria="logGroupSelectionCriteria"
757
+ )
758
+ )
759
+ ),
760
+ rule_name="ruleName",
761
+
762
+ # the properties below are optional
763
+ tags=[CfnTag(
764
+ key="key",
765
+ value="value"
766
+ )]
767
+ )
768
+ '''
769
+
770
+ def __init__(
771
+ self,
772
+ scope: _constructs_77d1e7e8.Construct,
773
+ id: builtins.str,
774
+ *,
775
+ rule: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.CentralizationRuleProperty", typing.Dict[builtins.str, typing.Any]]],
776
+ rule_name: builtins.str,
777
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
778
+ ) -> None:
779
+ '''
780
+ :param scope: Scope in which this resource is defined.
781
+ :param id: Construct identifier for this resource (unique in its scope).
782
+ :param rule:
783
+ :param rule_name:
784
+ :param tags: An array of key-value pairs to apply to this resource.
785
+ '''
786
+ if __debug__:
787
+ type_hints = typing.get_type_hints(_typecheckingstub__18acbc8917f3c4cbc8bb06f5fae76010e41ab5f0e9b157f4c324c214a180ef2e)
788
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
789
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
790
+ props = CfnOrganizationCentralizationRuleProps(
791
+ rule=rule, rule_name=rule_name, tags=tags
792
+ )
793
+
794
+ jsii.create(self.__class__, self, [scope, id, props])
795
+
796
+ @jsii.member(jsii_name="inspect")
797
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
798
+ '''Examines the CloudFormation resource and discloses attributes.
799
+
800
+ :param inspector: tree inspector to collect and process attributes.
801
+ '''
802
+ if __debug__:
803
+ type_hints = typing.get_type_hints(_typecheckingstub__02b2ea8ec552fc96b3662b368fa64eea5f82839c3bd0f1aa52bd64bc495f5341)
804
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
805
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
806
+
807
+ @jsii.member(jsii_name="renderProperties")
808
+ def _render_properties(
809
+ self,
810
+ props: typing.Mapping[builtins.str, typing.Any],
811
+ ) -> typing.Mapping[builtins.str, typing.Any]:
812
+ '''
813
+ :param props: -
814
+ '''
815
+ if __debug__:
816
+ type_hints = typing.get_type_hints(_typecheckingstub__f130448a4f76aff49b8e31a382ea5ab14eacdf34a74afe86be23352ded6622e1)
817
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
818
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
819
+
820
+ @jsii.python.classproperty
821
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
822
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
823
+ '''The CloudFormation resource type name for this resource class.'''
824
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
825
+
826
+ @builtins.property
827
+ @jsii.member(jsii_name="attrRuleArn")
828
+ def attr_rule_arn(self) -> builtins.str:
829
+ '''
830
+ :cloudformationAttribute: RuleArn
831
+ '''
832
+ return typing.cast(builtins.str, jsii.get(self, "attrRuleArn"))
833
+
834
+ @builtins.property
835
+ @jsii.member(jsii_name="cdkTagManager")
836
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
837
+ '''Tag Manager which manages the tags for this resource.'''
838
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
839
+
840
+ @builtins.property
841
+ @jsii.member(jsii_name="cfnProperties")
842
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
843
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
844
+
845
+ @builtins.property
846
+ @jsii.member(jsii_name="organizationCentralizationRuleRef")
847
+ def organization_centralization_rule_ref(
848
+ self,
849
+ ) -> OrganizationCentralizationRuleReference:
850
+ '''A reference to a OrganizationCentralizationRule resource.'''
851
+ return typing.cast(OrganizationCentralizationRuleReference, jsii.get(self, "organizationCentralizationRuleRef"))
852
+
853
+ @builtins.property
854
+ @jsii.member(jsii_name="rule")
855
+ def rule(
856
+ self,
857
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleProperty"]:
858
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleProperty"], jsii.get(self, "rule"))
859
+
860
+ @rule.setter
861
+ def rule(
862
+ self,
863
+ value: typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleProperty"],
864
+ ) -> None:
865
+ if __debug__:
866
+ type_hints = typing.get_type_hints(_typecheckingstub__8fbb5a84b6997cee28db4665d22fee83629861a1e51fe754b85b3858441e7c2d)
867
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
868
+ jsii.set(self, "rule", value) # pyright: ignore[reportArgumentType]
869
+
870
+ @builtins.property
871
+ @jsii.member(jsii_name="ruleName")
872
+ def rule_name(self) -> builtins.str:
873
+ return typing.cast(builtins.str, jsii.get(self, "ruleName"))
874
+
875
+ @rule_name.setter
876
+ def rule_name(self, value: builtins.str) -> None:
877
+ if __debug__:
878
+ type_hints = typing.get_type_hints(_typecheckingstub__f42b1edd10be1da3c565db5f9585850487a7c51b5ad7ab0a72c1d4345b4ac7f8)
879
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
880
+ jsii.set(self, "ruleName", value) # pyright: ignore[reportArgumentType]
881
+
882
+ @builtins.property
883
+ @jsii.member(jsii_name="tags")
884
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
885
+ '''An array of key-value pairs to apply to this resource.'''
886
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
887
+
888
+ @tags.setter
889
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
890
+ if __debug__:
891
+ type_hints = typing.get_type_hints(_typecheckingstub__a58679a9a3a800195cc0ecf82553695580c2dd2061901e27320b9025cb6ed262)
892
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
893
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
894
+
895
+ @jsii.data_type(
896
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty",
897
+ jsii_struct_bases=[],
898
+ name_mapping={
899
+ "region": "region",
900
+ "account": "account",
901
+ "destination_logs_configuration": "destinationLogsConfiguration",
902
+ },
903
+ )
904
+ class CentralizationRuleDestinationProperty:
905
+ def __init__(
906
+ self,
907
+ *,
908
+ region: builtins.str,
909
+ account: typing.Optional[builtins.str] = None,
910
+ destination_logs_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
911
+ ) -> None:
912
+ '''
913
+ :param region:
914
+ :param account:
915
+ :param destination_logs_configuration:
916
+
917
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html
918
+ :exampleMetadata: fixture=_generated
919
+
920
+ Example::
921
+
922
+ # The code below shows an example of how to instantiate this type.
923
+ # The values are placeholders you should change.
924
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
925
+
926
+ centralization_rule_destination_property = observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty(
927
+ region="region",
928
+
929
+ # the properties below are optional
930
+ account="account",
931
+ destination_logs_configuration=observabilityadmin.CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty(
932
+ backup_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty(
933
+ region="region",
934
+
935
+ # the properties below are optional
936
+ kms_key_arn="kmsKeyArn"
937
+ ),
938
+ logs_encryption_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty(
939
+ encryption_strategy="encryptionStrategy",
940
+
941
+ # the properties below are optional
942
+ encryption_conflict_resolution_strategy="encryptionConflictResolutionStrategy",
943
+ kms_key_arn="kmsKeyArn"
944
+ )
945
+ )
946
+ )
947
+ '''
948
+ if __debug__:
949
+ type_hints = typing.get_type_hints(_typecheckingstub__48736d0ec2563919af9b82675cbe965d2288bd15210b9c8b34911e7a89ae0f47)
950
+ check_type(argname="argument region", value=region, expected_type=type_hints["region"])
951
+ check_type(argname="argument account", value=account, expected_type=type_hints["account"])
952
+ check_type(argname="argument destination_logs_configuration", value=destination_logs_configuration, expected_type=type_hints["destination_logs_configuration"])
953
+ self._values: typing.Dict[builtins.str, typing.Any] = {
954
+ "region": region,
955
+ }
956
+ if account is not None:
957
+ self._values["account"] = account
958
+ if destination_logs_configuration is not None:
959
+ self._values["destination_logs_configuration"] = destination_logs_configuration
960
+
961
+ @builtins.property
962
+ def region(self) -> builtins.str:
963
+ '''
964
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-region
965
+ '''
966
+ result = self._values.get("region")
967
+ assert result is not None, "Required property 'region' is missing"
968
+ return typing.cast(builtins.str, result)
969
+
970
+ @builtins.property
971
+ def account(self) -> typing.Optional[builtins.str]:
972
+ '''
973
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-account
974
+ '''
975
+ result = self._values.get("account")
976
+ return typing.cast(typing.Optional[builtins.str], result)
977
+
978
+ @builtins.property
979
+ def destination_logs_configuration(
980
+ self,
981
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty"]]:
982
+ '''
983
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationruledestination.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationruledestination-destinationlogsconfiguration
984
+ '''
985
+ result = self._values.get("destination_logs_configuration")
986
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty"]], result)
987
+
988
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
989
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
990
+
991
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
992
+ return not (rhs == self)
993
+
994
+ def __repr__(self) -> str:
995
+ return "CentralizationRuleDestinationProperty(%s)" % ", ".join(
996
+ k + "=" + repr(v) for k, v in self._values.items()
997
+ )
998
+
999
+ @jsii.data_type(
1000
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleProperty",
1001
+ jsii_struct_bases=[],
1002
+ name_mapping={"destination": "destination", "source": "source"},
1003
+ )
1004
+ class CentralizationRuleProperty:
1005
+ def __init__(
1006
+ self,
1007
+ *,
1008
+ destination: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty", typing.Dict[builtins.str, typing.Any]]],
1009
+ source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty", typing.Dict[builtins.str, typing.Any]]],
1010
+ ) -> None:
1011
+ '''
1012
+ :param destination:
1013
+ :param source:
1014
+
1015
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html
1016
+ :exampleMetadata: fixture=_generated
1017
+
1018
+ Example::
1019
+
1020
+ # The code below shows an example of how to instantiate this type.
1021
+ # The values are placeholders you should change.
1022
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
1023
+
1024
+ centralization_rule_property = observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleProperty(
1025
+ destination=observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty(
1026
+ region="region",
1027
+
1028
+ # the properties below are optional
1029
+ account="account",
1030
+ destination_logs_configuration=observabilityadmin.CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty(
1031
+ backup_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty(
1032
+ region="region",
1033
+
1034
+ # the properties below are optional
1035
+ kms_key_arn="kmsKeyArn"
1036
+ ),
1037
+ logs_encryption_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty(
1038
+ encryption_strategy="encryptionStrategy",
1039
+
1040
+ # the properties below are optional
1041
+ encryption_conflict_resolution_strategy="encryptionConflictResolutionStrategy",
1042
+ kms_key_arn="kmsKeyArn"
1043
+ )
1044
+ )
1045
+ ),
1046
+ source=observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty(
1047
+ regions=["regions"],
1048
+
1049
+ # the properties below are optional
1050
+ scope="scope",
1051
+ source_logs_configuration=observabilityadmin.CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty(
1052
+ encrypted_log_group_strategy="encryptedLogGroupStrategy",
1053
+ log_group_selection_criteria="logGroupSelectionCriteria"
1054
+ )
1055
+ )
1056
+ )
1057
+ '''
1058
+ if __debug__:
1059
+ type_hints = typing.get_type_hints(_typecheckingstub__fb475427ce4a2316b8478f1c58d17ddd5783412b26cdfb98819c47313aa718dc)
1060
+ check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
1061
+ check_type(argname="argument source", value=source, expected_type=type_hints["source"])
1062
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1063
+ "destination": destination,
1064
+ "source": source,
1065
+ }
1066
+
1067
+ @builtins.property
1068
+ def destination(
1069
+ self,
1070
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty"]:
1071
+ '''
1072
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrule-destination
1073
+ '''
1074
+ result = self._values.get("destination")
1075
+ assert result is not None, "Required property 'destination' is missing"
1076
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty"], result)
1077
+
1078
+ @builtins.property
1079
+ def source(
1080
+ self,
1081
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty"]:
1082
+ '''
1083
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrule.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrule-source
1084
+ '''
1085
+ result = self._values.get("source")
1086
+ assert result is not None, "Required property 'source' is missing"
1087
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty"], result)
1088
+
1089
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1090
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1091
+
1092
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1093
+ return not (rhs == self)
1094
+
1095
+ def __repr__(self) -> str:
1096
+ return "CentralizationRuleProperty(%s)" % ", ".join(
1097
+ k + "=" + repr(v) for k, v in self._values.items()
1098
+ )
1099
+
1100
+ @jsii.data_type(
1101
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty",
1102
+ jsii_struct_bases=[],
1103
+ name_mapping={
1104
+ "regions": "regions",
1105
+ "scope": "scope",
1106
+ "source_logs_configuration": "sourceLogsConfiguration",
1107
+ },
1108
+ )
1109
+ class CentralizationRuleSourceProperty:
1110
+ def __init__(
1111
+ self,
1112
+ *,
1113
+ regions: typing.Sequence[builtins.str],
1114
+ scope: typing.Optional[builtins.str] = None,
1115
+ source_logs_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1116
+ ) -> None:
1117
+ '''
1118
+ :param regions:
1119
+ :param scope:
1120
+ :param source_logs_configuration:
1121
+
1122
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html
1123
+ :exampleMetadata: fixture=_generated
1124
+
1125
+ Example::
1126
+
1127
+ # The code below shows an example of how to instantiate this type.
1128
+ # The values are placeholders you should change.
1129
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
1130
+
1131
+ centralization_rule_source_property = observabilityadmin.CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty(
1132
+ regions=["regions"],
1133
+
1134
+ # the properties below are optional
1135
+ scope="scope",
1136
+ source_logs_configuration=observabilityadmin.CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty(
1137
+ encrypted_log_group_strategy="encryptedLogGroupStrategy",
1138
+ log_group_selection_criteria="logGroupSelectionCriteria"
1139
+ )
1140
+ )
1141
+ '''
1142
+ if __debug__:
1143
+ type_hints = typing.get_type_hints(_typecheckingstub__8c4d1dff0252b97263e138c77bea2f698277762eeffd4fcf3911e496ac5762e4)
1144
+ check_type(argname="argument regions", value=regions, expected_type=type_hints["regions"])
1145
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1146
+ check_type(argname="argument source_logs_configuration", value=source_logs_configuration, expected_type=type_hints["source_logs_configuration"])
1147
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1148
+ "regions": regions,
1149
+ }
1150
+ if scope is not None:
1151
+ self._values["scope"] = scope
1152
+ if source_logs_configuration is not None:
1153
+ self._values["source_logs_configuration"] = source_logs_configuration
1154
+
1155
+ @builtins.property
1156
+ def regions(self) -> typing.List[builtins.str]:
1157
+ '''
1158
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-regions
1159
+ '''
1160
+ result = self._values.get("regions")
1161
+ assert result is not None, "Required property 'regions' is missing"
1162
+ return typing.cast(typing.List[builtins.str], result)
1163
+
1164
+ @builtins.property
1165
+ def scope(self) -> typing.Optional[builtins.str]:
1166
+ '''
1167
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-scope
1168
+ '''
1169
+ result = self._values.get("scope")
1170
+ return typing.cast(typing.Optional[builtins.str], result)
1171
+
1172
+ @builtins.property
1173
+ def source_logs_configuration(
1174
+ self,
1175
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty"]]:
1176
+ '''
1177
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-centralizationrulesource.html#cfn-observabilityadmin-organizationcentralizationrule-centralizationrulesource-sourcelogsconfiguration
1178
+ '''
1179
+ result = self._values.get("source_logs_configuration")
1180
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty"]], result)
1181
+
1182
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1183
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1184
+
1185
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1186
+ return not (rhs == self)
1187
+
1188
+ def __repr__(self) -> str:
1189
+ return "CentralizationRuleSourceProperty(%s)" % ", ".join(
1190
+ k + "=" + repr(v) for k, v in self._values.items()
1191
+ )
1192
+
1193
+ @jsii.data_type(
1194
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty",
1195
+ jsii_struct_bases=[],
1196
+ name_mapping={
1197
+ "backup_configuration": "backupConfiguration",
1198
+ "logs_encryption_configuration": "logsEncryptionConfiguration",
1199
+ },
1200
+ )
1201
+ class DestinationLogsConfigurationProperty:
1202
+ def __init__(
1203
+ self,
1204
+ *,
1205
+ backup_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1206
+ logs_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1207
+ ) -> None:
1208
+ '''
1209
+ :param backup_configuration:
1210
+ :param logs_encryption_configuration:
1211
+
1212
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html
1213
+ :exampleMetadata: fixture=_generated
1214
+
1215
+ Example::
1216
+
1217
+ # The code below shows an example of how to instantiate this type.
1218
+ # The values are placeholders you should change.
1219
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
1220
+
1221
+ destination_logs_configuration_property = observabilityadmin.CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty(
1222
+ backup_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty(
1223
+ region="region",
1224
+
1225
+ # the properties below are optional
1226
+ kms_key_arn="kmsKeyArn"
1227
+ ),
1228
+ logs_encryption_configuration=observabilityadmin.CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty(
1229
+ encryption_strategy="encryptionStrategy",
1230
+
1231
+ # the properties below are optional
1232
+ encryption_conflict_resolution_strategy="encryptionConflictResolutionStrategy",
1233
+ kms_key_arn="kmsKeyArn"
1234
+ )
1235
+ )
1236
+ '''
1237
+ if __debug__:
1238
+ type_hints = typing.get_type_hints(_typecheckingstub__5dd7a39f2c94fa5f25cdcfc83cd888a8c3b22c09afa009f3ed5de76fd5befe41)
1239
+ check_type(argname="argument backup_configuration", value=backup_configuration, expected_type=type_hints["backup_configuration"])
1240
+ check_type(argname="argument logs_encryption_configuration", value=logs_encryption_configuration, expected_type=type_hints["logs_encryption_configuration"])
1241
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
1242
+ if backup_configuration is not None:
1243
+ self._values["backup_configuration"] = backup_configuration
1244
+ if logs_encryption_configuration is not None:
1245
+ self._values["logs_encryption_configuration"] = logs_encryption_configuration
1246
+
1247
+ @builtins.property
1248
+ def backup_configuration(
1249
+ self,
1250
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty"]]:
1251
+ '''
1252
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration-backupconfiguration
1253
+ '''
1254
+ result = self._values.get("backup_configuration")
1255
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty"]], result)
1256
+
1257
+ @builtins.property
1258
+ def logs_encryption_configuration(
1259
+ self,
1260
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty"]]:
1261
+ '''
1262
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-destinationlogsconfiguration-logsencryptionconfiguration
1263
+ '''
1264
+ result = self._values.get("logs_encryption_configuration")
1265
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty"]], result)
1266
+
1267
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1268
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
1269
+
1270
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1271
+ return not (rhs == self)
1272
+
1273
+ def __repr__(self) -> str:
1274
+ return "DestinationLogsConfigurationProperty(%s)" % ", ".join(
1275
+ k + "=" + repr(v) for k, v in self._values.items()
1276
+ )
1277
+
1278
+ @jsii.data_type(
1279
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty",
1280
+ jsii_struct_bases=[],
1281
+ name_mapping={"region": "region", "kms_key_arn": "kmsKeyArn"},
1282
+ )
1283
+ class LogsBackupConfigurationProperty:
1284
+ def __init__(
1285
+ self,
1286
+ *,
1287
+ region: builtins.str,
1288
+ kms_key_arn: typing.Optional[builtins.str] = None,
1289
+ ) -> None:
1290
+ '''
1291
+ :param region:
1292
+ :param kms_key_arn:
1293
+
1294
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html
1295
+ :exampleMetadata: fixture=_generated
1296
+
1297
+ Example::
1298
+
1299
+ # The code below shows an example of how to instantiate this type.
1300
+ # The values are placeholders you should change.
1301
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
1302
+
1303
+ logs_backup_configuration_property = observabilityadmin.CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty(
1304
+ region="region",
1305
+
1306
+ # the properties below are optional
1307
+ kms_key_arn="kmsKeyArn"
1308
+ )
1309
+ '''
1310
+ if __debug__:
1311
+ type_hints = typing.get_type_hints(_typecheckingstub__35d26acca25f06381fb096b21a6f3791d0ef735549ac7bae5795f4e646184d86)
1312
+ check_type(argname="argument region", value=region, expected_type=type_hints["region"])
1313
+ check_type(argname="argument kms_key_arn", value=kms_key_arn, expected_type=type_hints["kms_key_arn"])
1314
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1315
+ "region": region,
1316
+ }
1317
+ if kms_key_arn is not None:
1318
+ self._values["kms_key_arn"] = kms_key_arn
1319
+
1320
+ @builtins.property
1321
+ def region(self) -> builtins.str:
1322
+ '''
1323
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration-region
1324
+ '''
1325
+ result = self._values.get("region")
1326
+ assert result is not None, "Required property 'region' is missing"
1327
+ return typing.cast(builtins.str, result)
1328
+
1329
+ @builtins.property
1330
+ def kms_key_arn(self) -> typing.Optional[builtins.str]:
1331
+ '''
1332
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsbackupconfiguration-kmskeyarn
1333
+ '''
1334
+ result = self._values.get("kms_key_arn")
1335
+ return typing.cast(typing.Optional[builtins.str], result)
383
1336
 
384
- # Adding a "__jsii_proxy_class__(): typing.Type" function to the interface
385
- typing.cast(typing.Any, ITelemetryRuleRef).__jsii_proxy_class__ = lambda : _ITelemetryRuleRefProxy
1337
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1338
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
386
1339
 
1340
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1341
+ return not (rhs == self)
387
1342
 
388
- @jsii.data_type(
389
- jsii_type="aws-cdk-lib.aws_observabilityadmin.OrganizationTelemetryRuleReference",
390
- jsii_struct_bases=[],
391
- name_mapping={"rule_arn": "ruleArn"},
392
- )
393
- class OrganizationTelemetryRuleReference:
394
- def __init__(self, *, rule_arn: builtins.str) -> None:
395
- '''A reference to a OrganizationTelemetryRule resource.
1343
+ def __repr__(self) -> str:
1344
+ return "LogsBackupConfigurationProperty(%s)" % ", ".join(
1345
+ k + "=" + repr(v) for k, v in self._values.items()
1346
+ )
396
1347
 
397
- :param rule_arn: The RuleArn of the OrganizationTelemetryRule resource.
1348
+ @jsii.data_type(
1349
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty",
1350
+ jsii_struct_bases=[],
1351
+ name_mapping={
1352
+ "encryption_strategy": "encryptionStrategy",
1353
+ "encryption_conflict_resolution_strategy": "encryptionConflictResolutionStrategy",
1354
+ "kms_key_arn": "kmsKeyArn",
1355
+ },
1356
+ )
1357
+ class LogsEncryptionConfigurationProperty:
1358
+ def __init__(
1359
+ self,
1360
+ *,
1361
+ encryption_strategy: builtins.str,
1362
+ encryption_conflict_resolution_strategy: typing.Optional[builtins.str] = None,
1363
+ kms_key_arn: typing.Optional[builtins.str] = None,
1364
+ ) -> None:
1365
+ '''
1366
+ :param encryption_strategy:
1367
+ :param encryption_conflict_resolution_strategy:
1368
+ :param kms_key_arn:
398
1369
 
399
- :exampleMetadata: fixture=_generated
1370
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html
1371
+ :exampleMetadata: fixture=_generated
400
1372
 
401
- Example::
1373
+ Example::
402
1374
 
403
- # The code below shows an example of how to instantiate this type.
404
- # The values are placeholders you should change.
405
- from aws_cdk import aws_observabilityadmin as observabilityadmin
406
-
407
- organization_telemetry_rule_reference = observabilityadmin.OrganizationTelemetryRuleReference(
408
- rule_arn="ruleArn"
409
- )
410
- '''
411
- if __debug__:
412
- type_hints = typing.get_type_hints(_typecheckingstub__546326e4a1c8218daecae9d95475d22bf60d95f4d5ec20cd304d51ba67eb92f4)
413
- check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
414
- self._values: typing.Dict[builtins.str, typing.Any] = {
415
- "rule_arn": rule_arn,
416
- }
1375
+ # The code below shows an example of how to instantiate this type.
1376
+ # The values are placeholders you should change.
1377
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
1378
+
1379
+ logs_encryption_configuration_property = observabilityadmin.CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty(
1380
+ encryption_strategy="encryptionStrategy",
1381
+
1382
+ # the properties below are optional
1383
+ encryption_conflict_resolution_strategy="encryptionConflictResolutionStrategy",
1384
+ kms_key_arn="kmsKeyArn"
1385
+ )
1386
+ '''
1387
+ if __debug__:
1388
+ type_hints = typing.get_type_hints(_typecheckingstub__9d66f88a29d04606b9d6748d2a92fb0d7bf4a500a64fceff8556e1ac2275828e)
1389
+ check_type(argname="argument encryption_strategy", value=encryption_strategy, expected_type=type_hints["encryption_strategy"])
1390
+ check_type(argname="argument encryption_conflict_resolution_strategy", value=encryption_conflict_resolution_strategy, expected_type=type_hints["encryption_conflict_resolution_strategy"])
1391
+ check_type(argname="argument kms_key_arn", value=kms_key_arn, expected_type=type_hints["kms_key_arn"])
1392
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1393
+ "encryption_strategy": encryption_strategy,
1394
+ }
1395
+ if encryption_conflict_resolution_strategy is not None:
1396
+ self._values["encryption_conflict_resolution_strategy"] = encryption_conflict_resolution_strategy
1397
+ if kms_key_arn is not None:
1398
+ self._values["kms_key_arn"] = kms_key_arn
417
1399
 
418
- @builtins.property
419
- def rule_arn(self) -> builtins.str:
420
- '''The RuleArn of the OrganizationTelemetryRule resource.'''
421
- result = self._values.get("rule_arn")
422
- assert result is not None, "Required property 'rule_arn' is missing"
423
- return typing.cast(builtins.str, result)
1400
+ @builtins.property
1401
+ def encryption_strategy(self) -> builtins.str:
1402
+ '''
1403
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-encryptionstrategy
1404
+ '''
1405
+ result = self._values.get("encryption_strategy")
1406
+ assert result is not None, "Required property 'encryption_strategy' is missing"
1407
+ return typing.cast(builtins.str, result)
424
1408
 
425
- def __eq__(self, rhs: typing.Any) -> builtins.bool:
426
- return isinstance(rhs, self.__class__) and rhs._values == self._values
1409
+ @builtins.property
1410
+ def encryption_conflict_resolution_strategy(
1411
+ self,
1412
+ ) -> typing.Optional[builtins.str]:
1413
+ '''
1414
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-encryptionconflictresolutionstrategy
1415
+ '''
1416
+ result = self._values.get("encryption_conflict_resolution_strategy")
1417
+ return typing.cast(typing.Optional[builtins.str], result)
427
1418
 
428
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
429
- return not (rhs == self)
1419
+ @builtins.property
1420
+ def kms_key_arn(self) -> typing.Optional[builtins.str]:
1421
+ '''
1422
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-logsencryptionconfiguration-kmskeyarn
1423
+ '''
1424
+ result = self._values.get("kms_key_arn")
1425
+ return typing.cast(typing.Optional[builtins.str], result)
430
1426
 
431
- def __repr__(self) -> str:
432
- return "OrganizationTelemetryRuleReference(%s)" % ", ".join(
433
- k + "=" + repr(v) for k, v in self._values.items()
434
- )
1427
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1428
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
435
1429
 
1430
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1431
+ return not (rhs == self)
436
1432
 
437
- @jsii.data_type(
438
- jsii_type="aws-cdk-lib.aws_observabilityadmin.TelemetryRuleReference",
439
- jsii_struct_bases=[],
440
- name_mapping={"rule_arn": "ruleArn"},
441
- )
442
- class TelemetryRuleReference:
443
- def __init__(self, *, rule_arn: builtins.str) -> None:
444
- '''A reference to a TelemetryRule resource.
1433
+ def __repr__(self) -> str:
1434
+ return "LogsEncryptionConfigurationProperty(%s)" % ", ".join(
1435
+ k + "=" + repr(v) for k, v in self._values.items()
1436
+ )
445
1437
 
446
- :param rule_arn: The RuleArn of the TelemetryRule resource.
1438
+ @jsii.data_type(
1439
+ jsii_type="aws-cdk-lib.aws_observabilityadmin.CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty",
1440
+ jsii_struct_bases=[],
1441
+ name_mapping={
1442
+ "encrypted_log_group_strategy": "encryptedLogGroupStrategy",
1443
+ "log_group_selection_criteria": "logGroupSelectionCriteria",
1444
+ },
1445
+ )
1446
+ class SourceLogsConfigurationProperty:
1447
+ def __init__(
1448
+ self,
1449
+ *,
1450
+ encrypted_log_group_strategy: builtins.str,
1451
+ log_group_selection_criteria: builtins.str,
1452
+ ) -> None:
1453
+ '''
1454
+ :param encrypted_log_group_strategy:
1455
+ :param log_group_selection_criteria:
447
1456
 
448
- :exampleMetadata: fixture=_generated
1457
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html
1458
+ :exampleMetadata: fixture=_generated
449
1459
 
450
- Example::
1460
+ Example::
451
1461
 
452
- # The code below shows an example of how to instantiate this type.
453
- # The values are placeholders you should change.
454
- from aws_cdk import aws_observabilityadmin as observabilityadmin
455
-
456
- telemetry_rule_reference = observabilityadmin.TelemetryRuleReference(
457
- rule_arn="ruleArn"
458
- )
459
- '''
460
- if __debug__:
461
- type_hints = typing.get_type_hints(_typecheckingstub__7e5c59e1cd03c9d8825ebf008d30354018de9d95b37c45267b93575de094bcfc)
462
- check_type(argname="argument rule_arn", value=rule_arn, expected_type=type_hints["rule_arn"])
463
- self._values: typing.Dict[builtins.str, typing.Any] = {
464
- "rule_arn": rule_arn,
465
- }
1462
+ # The code below shows an example of how to instantiate this type.
1463
+ # The values are placeholders you should change.
1464
+ from aws_cdk import aws_observabilityadmin as observabilityadmin
1465
+
1466
+ source_logs_configuration_property = observabilityadmin.CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty(
1467
+ encrypted_log_group_strategy="encryptedLogGroupStrategy",
1468
+ log_group_selection_criteria="logGroupSelectionCriteria"
1469
+ )
1470
+ '''
1471
+ if __debug__:
1472
+ type_hints = typing.get_type_hints(_typecheckingstub__20a12247cb1287e19ec3a764cc738d756d26c889450a5b771811f8378a2b5d6c)
1473
+ check_type(argname="argument encrypted_log_group_strategy", value=encrypted_log_group_strategy, expected_type=type_hints["encrypted_log_group_strategy"])
1474
+ check_type(argname="argument log_group_selection_criteria", value=log_group_selection_criteria, expected_type=type_hints["log_group_selection_criteria"])
1475
+ self._values: typing.Dict[builtins.str, typing.Any] = {
1476
+ "encrypted_log_group_strategy": encrypted_log_group_strategy,
1477
+ "log_group_selection_criteria": log_group_selection_criteria,
1478
+ }
466
1479
 
467
- @builtins.property
468
- def rule_arn(self) -> builtins.str:
469
- '''The RuleArn of the TelemetryRule resource.'''
470
- result = self._values.get("rule_arn")
471
- assert result is not None, "Required property 'rule_arn' is missing"
472
- return typing.cast(builtins.str, result)
1480
+ @builtins.property
1481
+ def encrypted_log_group_strategy(self) -> builtins.str:
1482
+ '''
1483
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-encryptedloggroupstrategy
1484
+ '''
1485
+ result = self._values.get("encrypted_log_group_strategy")
1486
+ assert result is not None, "Required property 'encrypted_log_group_strategy' is missing"
1487
+ return typing.cast(builtins.str, result)
473
1488
 
474
- def __eq__(self, rhs: typing.Any) -> builtins.bool:
475
- return isinstance(rhs, self.__class__) and rhs._values == self._values
1489
+ @builtins.property
1490
+ def log_group_selection_criteria(self) -> builtins.str:
1491
+ '''
1492
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration.html#cfn-observabilityadmin-organizationcentralizationrule-sourcelogsconfiguration-loggroupselectioncriteria
1493
+ '''
1494
+ result = self._values.get("log_group_selection_criteria")
1495
+ assert result is not None, "Required property 'log_group_selection_criteria' is missing"
1496
+ return typing.cast(builtins.str, result)
476
1497
 
477
- def __ne__(self, rhs: typing.Any) -> builtins.bool:
478
- return not (rhs == self)
1498
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
1499
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
479
1500
 
480
- def __repr__(self) -> str:
481
- return "TelemetryRuleReference(%s)" % ", ".join(
482
- k + "=" + repr(v) for k, v in self._values.items()
483
- )
1501
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
1502
+ return not (rhs == self)
1503
+
1504
+ def __repr__(self) -> str:
1505
+ return "SourceLogsConfigurationProperty(%s)" % ", ".join(
1506
+ k + "=" + repr(v) for k, v in self._values.items()
1507
+ )
484
1508
 
485
1509
 
486
1510
  @jsii.implements(_IInspectable_c2943556, IOrganizationTelemetryRuleRef, _ITaggableV2_4e6798f8)
@@ -1495,18 +2519,31 @@ class CfnTelemetryRule(
1495
2519
 
1496
2520
 
1497
2521
  __all__ = [
2522
+ "CfnOrganizationCentralizationRule",
2523
+ "CfnOrganizationCentralizationRuleProps",
1498
2524
  "CfnOrganizationTelemetryRule",
1499
2525
  "CfnOrganizationTelemetryRuleProps",
1500
2526
  "CfnTelemetryRule",
1501
2527
  "CfnTelemetryRuleProps",
2528
+ "IOrganizationCentralizationRuleRef",
1502
2529
  "IOrganizationTelemetryRuleRef",
1503
2530
  "ITelemetryRuleRef",
2531
+ "OrganizationCentralizationRuleReference",
1504
2532
  "OrganizationTelemetryRuleReference",
1505
2533
  "TelemetryRuleReference",
1506
2534
  ]
1507
2535
 
1508
2536
  publication.publish()
1509
2537
 
2538
+ def _typecheckingstub__00d0ecee2cd9ac728ca3e321203ce2e611e56b0b2d415ba2673a50599e4512cd(
2539
+ *,
2540
+ rule: typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationCentralizationRule.CentralizationRuleProperty, typing.Dict[builtins.str, typing.Any]]],
2541
+ rule_name: builtins.str,
2542
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2543
+ ) -> None:
2544
+ """Type checking stubs"""
2545
+ pass
2546
+
1510
2547
  def _typecheckingstub__45c94381428dd096d5bd5b31c1a78b0ec6c66b125c46a889f389e957dbf9f76b(
1511
2548
  *,
1512
2549
  rule: typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationTelemetryRule.TelemetryRuleProperty, typing.Dict[builtins.str, typing.Any]]],
@@ -1525,6 +2562,13 @@ def _typecheckingstub__7455cb845b044ed569a8ec8407abf811920062f00d1e54ad191e90dc9
1525
2562
  """Type checking stubs"""
1526
2563
  pass
1527
2564
 
2565
+ def _typecheckingstub__1b3ad11b09d25a384211da640f6a09bc1e0c17db4ccd5b1f32b27309ce4215f5(
2566
+ *,
2567
+ rule_arn: builtins.str,
2568
+ ) -> None:
2569
+ """Type checking stubs"""
2570
+ pass
2571
+
1528
2572
  def _typecheckingstub__546326e4a1c8218daecae9d95475d22bf60d95f4d5ec20cd304d51ba67eb92f4(
1529
2573
  *,
1530
2574
  rule_arn: builtins.str,
@@ -1539,6 +2583,106 @@ def _typecheckingstub__7e5c59e1cd03c9d8825ebf008d30354018de9d95b37c45267b93575de
1539
2583
  """Type checking stubs"""
1540
2584
  pass
1541
2585
 
2586
+ def _typecheckingstub__18acbc8917f3c4cbc8bb06f5fae76010e41ab5f0e9b157f4c324c214a180ef2e(
2587
+ scope: _constructs_77d1e7e8.Construct,
2588
+ id: builtins.str,
2589
+ *,
2590
+ rule: typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationCentralizationRule.CentralizationRuleProperty, typing.Dict[builtins.str, typing.Any]]],
2591
+ rule_name: builtins.str,
2592
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2593
+ ) -> None:
2594
+ """Type checking stubs"""
2595
+ pass
2596
+
2597
+ def _typecheckingstub__02b2ea8ec552fc96b3662b368fa64eea5f82839c3bd0f1aa52bd64bc495f5341(
2598
+ inspector: _TreeInspector_488e0dd5,
2599
+ ) -> None:
2600
+ """Type checking stubs"""
2601
+ pass
2602
+
2603
+ def _typecheckingstub__f130448a4f76aff49b8e31a382ea5ab14eacdf34a74afe86be23352ded6622e1(
2604
+ props: typing.Mapping[builtins.str, typing.Any],
2605
+ ) -> None:
2606
+ """Type checking stubs"""
2607
+ pass
2608
+
2609
+ def _typecheckingstub__8fbb5a84b6997cee28db4665d22fee83629861a1e51fe754b85b3858441e7c2d(
2610
+ value: typing.Union[_IResolvable_da3f097b, CfnOrganizationCentralizationRule.CentralizationRuleProperty],
2611
+ ) -> None:
2612
+ """Type checking stubs"""
2613
+ pass
2614
+
2615
+ def _typecheckingstub__f42b1edd10be1da3c565db5f9585850487a7c51b5ad7ab0a72c1d4345b4ac7f8(
2616
+ value: builtins.str,
2617
+ ) -> None:
2618
+ """Type checking stubs"""
2619
+ pass
2620
+
2621
+ def _typecheckingstub__a58679a9a3a800195cc0ecf82553695580c2dd2061901e27320b9025cb6ed262(
2622
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
2623
+ ) -> None:
2624
+ """Type checking stubs"""
2625
+ pass
2626
+
2627
+ def _typecheckingstub__48736d0ec2563919af9b82675cbe965d2288bd15210b9c8b34911e7a89ae0f47(
2628
+ *,
2629
+ region: builtins.str,
2630
+ account: typing.Optional[builtins.str] = None,
2631
+ destination_logs_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationCentralizationRule.DestinationLogsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2632
+ ) -> None:
2633
+ """Type checking stubs"""
2634
+ pass
2635
+
2636
+ def _typecheckingstub__fb475427ce4a2316b8478f1c58d17ddd5783412b26cdfb98819c47313aa718dc(
2637
+ *,
2638
+ destination: typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationCentralizationRule.CentralizationRuleDestinationProperty, typing.Dict[builtins.str, typing.Any]]],
2639
+ source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationCentralizationRule.CentralizationRuleSourceProperty, typing.Dict[builtins.str, typing.Any]]],
2640
+ ) -> None:
2641
+ """Type checking stubs"""
2642
+ pass
2643
+
2644
+ def _typecheckingstub__8c4d1dff0252b97263e138c77bea2f698277762eeffd4fcf3911e496ac5762e4(
2645
+ *,
2646
+ regions: typing.Sequence[builtins.str],
2647
+ scope: typing.Optional[builtins.str] = None,
2648
+ source_logs_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationCentralizationRule.SourceLogsConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2649
+ ) -> None:
2650
+ """Type checking stubs"""
2651
+ pass
2652
+
2653
+ def _typecheckingstub__5dd7a39f2c94fa5f25cdcfc83cd888a8c3b22c09afa009f3ed5de76fd5befe41(
2654
+ *,
2655
+ backup_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationCentralizationRule.LogsBackupConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2656
+ logs_encryption_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnOrganizationCentralizationRule.LogsEncryptionConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2657
+ ) -> None:
2658
+ """Type checking stubs"""
2659
+ pass
2660
+
2661
+ def _typecheckingstub__35d26acca25f06381fb096b21a6f3791d0ef735549ac7bae5795f4e646184d86(
2662
+ *,
2663
+ region: builtins.str,
2664
+ kms_key_arn: typing.Optional[builtins.str] = None,
2665
+ ) -> None:
2666
+ """Type checking stubs"""
2667
+ pass
2668
+
2669
+ def _typecheckingstub__9d66f88a29d04606b9d6748d2a92fb0d7bf4a500a64fceff8556e1ac2275828e(
2670
+ *,
2671
+ encryption_strategy: builtins.str,
2672
+ encryption_conflict_resolution_strategy: typing.Optional[builtins.str] = None,
2673
+ kms_key_arn: typing.Optional[builtins.str] = None,
2674
+ ) -> None:
2675
+ """Type checking stubs"""
2676
+ pass
2677
+
2678
+ def _typecheckingstub__20a12247cb1287e19ec3a764cc738d756d26c889450a5b771811f8378a2b5d6c(
2679
+ *,
2680
+ encrypted_log_group_strategy: builtins.str,
2681
+ log_group_selection_criteria: builtins.str,
2682
+ ) -> None:
2683
+ """Type checking stubs"""
2684
+ pass
2685
+
1542
2686
  def _typecheckingstub__a67d6a9dd82924a413b7d3435faeb8efa735048df0244b926e672def8c2d5f75(
1543
2687
  scope: _constructs_77d1e7e8.Construct,
1544
2688
  id: builtins.str,