pulumi-aws-native 1.38.0a1761284362__py3-none-any.whl → 1.39.0a1762409198__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aws-native might be problematic. Click here for more details.
- pulumi_aws_native/__init__.py +33 -1
- pulumi_aws_native/_enums.py +4 -0
- pulumi_aws_native/amazonmq/_enums.py +4 -12
- pulumi_aws_native/amazonmq/_inputs.py +21 -91
- pulumi_aws_native/amazonmq/broker.py +56 -67
- pulumi_aws_native/amazonmq/get_broker.py +6 -13
- pulumi_aws_native/amazonmq/outputs.py +14 -54
- pulumi_aws_native/applicationsignals/get_grouping_configuration.py +9 -0
- pulumi_aws_native/applicationsignals/grouping_configuration.py +3 -0
- pulumi_aws_native/appstream/get_image_builder.py +0 -4
- pulumi_aws_native/appstream/image_builder.py +0 -16
- pulumi_aws_native/aps/__init__.py +2 -0
- pulumi_aws_native/aps/_inputs.py +290 -0
- pulumi_aws_native/aps/anomaly_detector.py +318 -0
- pulumi_aws_native/aps/get_anomaly_detector.py +149 -0
- pulumi_aws_native/aps/outputs.py +229 -0
- pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
- pulumi_aws_native/arcregionswitch/plan.py +0 -3
- pulumi_aws_native/batch/_inputs.py +34 -0
- pulumi_aws_native/batch/job_definition.py +29 -0
- pulumi_aws_native/batch/outputs.py +37 -0
- pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
- pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
- pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
- pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
- pulumi_aws_native/ce/_enums.py +3 -0
- pulumi_aws_native/cleanrooms/configured_table.py +4 -4
- pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
- pulumi_aws_native/cloudfront/_inputs.py +14 -1
- pulumi_aws_native/cloudfront/get_vpc_origin.py +12 -1
- pulumi_aws_native/cloudfront/outputs.py +11 -1
- pulumi_aws_native/cloudfront/vpc_origin.py +7 -0
- pulumi_aws_native/cognito/__init__.py +2 -0
- pulumi_aws_native/cognito/_enums.py +12 -0
- pulumi_aws_native/cognito/get_terms.py +117 -0
- pulumi_aws_native/cognito/terms.py +236 -0
- pulumi_aws_native/connect/_enums.py +68 -0
- pulumi_aws_native/connect/_inputs.py +581 -1
- pulumi_aws_native/connect/email_address.py +31 -0
- pulumi_aws_native/connect/get_email_address.py +16 -1
- pulumi_aws_native/connect/outputs.py +473 -3
- pulumi_aws_native/connectcampaignsv2/_enums.py +9 -0
- pulumi_aws_native/connectcampaignsv2/_inputs.py +127 -0
- pulumi_aws_native/connectcampaignsv2/outputs.py +118 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +83 -26
- pulumi_aws_native/datazone/outputs.py +84 -0
- pulumi_aws_native/ec2/__init__.py +2 -0
- pulumi_aws_native/ec2/_enums.py +19 -0
- pulumi_aws_native/ec2/_inputs.py +15 -12
- pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
- pulumi_aws_native/ec2/capacity_reservation.py +6 -6
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/get_capacity_reservation.py +2 -2
- pulumi_aws_native/ec2/get_nat_gateway.py +3 -0
- pulumi_aws_native/ec2/get_volume.py +37 -15
- pulumi_aws_native/ec2/nat_gateway.py +11 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ec2/volume.py +115 -74
- pulumi_aws_native/ecr/_inputs.py +2 -2
- pulumi_aws_native/ecr/get_repository.py +3 -2
- pulumi_aws_native/ecr/outputs.py +2 -2
- pulumi_aws_native/ecr/repository.py +12 -8
- pulumi_aws_native/ecs/_enums.py +24 -0
- pulumi_aws_native/ecs/_inputs.py +230 -23
- pulumi_aws_native/ecs/outputs.py +195 -15
- pulumi_aws_native/ecs/service.py +4 -0
- pulumi_aws_native/eks/_enums.py +11 -0
- pulumi_aws_native/eks/_inputs.py +199 -1
- pulumi_aws_native/eks/get_nodegroup.py +1 -0
- pulumi_aws_native/eks/nodegroup.py +1 -0
- pulumi_aws_native/eks/outputs.py +169 -1
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +213 -34
- pulumi_aws_native/elasticloadbalancingv2/get_listener_rule.py +15 -4
- pulumi_aws_native/elasticloadbalancingv2/listener_rule.py +22 -1
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +187 -24
- pulumi_aws_native/events/__init__.py +2 -0
- pulumi_aws_native/events/_inputs.py +78 -0
- pulumi_aws_native/events/event_bus_policy.py +275 -0
- pulumi_aws_native/events/get_event_bus_policy.py +85 -0
- pulumi_aws_native/events/outputs.py +48 -0
- pulumi_aws_native/gameliftstreams/application.py +4 -4
- pulumi_aws_native/glue/__init__.py +2 -0
- pulumi_aws_native/glue/_inputs.py +134 -0
- pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
- pulumi_aws_native/glue/integration_resource_property.py +229 -0
- pulumi_aws_native/glue/outputs.py +122 -0
- pulumi_aws_native/imagebuilder/_inputs.py +95 -0
- pulumi_aws_native/imagebuilder/get_image_pipeline.py +15 -1
- pulumi_aws_native/imagebuilder/image.py +58 -0
- pulumi_aws_native/imagebuilder/image_pipeline.py +10 -0
- pulumi_aws_native/imagebuilder/outputs.py +95 -0
- pulumi_aws_native/kendra/_inputs.py +21 -21
- pulumi_aws_native/kendra/outputs.py +14 -14
- pulumi_aws_native/lambda_/permission.py +4 -4
- pulumi_aws_native/mediapackagev2/_enums.py +15 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +103 -0
- pulumi_aws_native/mediapackagev2/get_origin_endpoint.py +26 -1
- pulumi_aws_native/mediapackagev2/origin_endpoint.py +36 -0
- pulumi_aws_native/mediapackagev2/outputs.py +88 -0
- pulumi_aws_native/neptune/db_instance.py +29 -0
- pulumi_aws_native/neptune/get_db_instance.py +15 -1
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +20 -0
- pulumi_aws_native/networkfirewall/firewall.py +10 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
- pulumi_aws_native/networkfirewall/outputs.py +14 -0
- pulumi_aws_native/observabilityadmin/_enums.py +9 -0
- pulumi_aws_native/observabilityadmin/_inputs.py +252 -0
- pulumi_aws_native/observabilityadmin/get_organization_centralization_rule.py +9 -0
- pulumi_aws_native/observabilityadmin/get_organization_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/get_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/organization_centralization_rule.py +11 -0
- pulumi_aws_native/observabilityadmin/organization_telemetry_rule.py +8 -0
- pulumi_aws_native/observabilityadmin/outputs.py +150 -0
- pulumi_aws_native/observabilityadmin/telemetry_rule.py +8 -0
- pulumi_aws_native/organizations/_enums.py +13 -0
- pulumi_aws_native/organizations/account.py +10 -0
- pulumi_aws_native/organizations/get_account.py +15 -1
- pulumi_aws_native/osis/_inputs.py +24 -0
- pulumi_aws_native/osis/get_pipeline.py +26 -1
- pulumi_aws_native/osis/outputs.py +13 -0
- pulumi_aws_native/osis/pipeline.py +50 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/qbusiness/_inputs.py +3 -3
- pulumi_aws_native/qbusiness/application.py +4 -4
- pulumi_aws_native/qbusiness/outputs.py +2 -2
- pulumi_aws_native/quicksight/_enums.py +1 -1
- pulumi_aws_native/quicksight/_inputs.py +12 -12
- pulumi_aws_native/quicksight/outputs.py +8 -8
- pulumi_aws_native/rds/db_cluster.py +24 -40
- pulumi_aws_native/route53/_inputs.py +21 -3
- pulumi_aws_native/route53/outputs.py +14 -2
- pulumi_aws_native/rtbfabric/__init__.py +17 -0
- pulumi_aws_native/rtbfabric/_enums.py +89 -0
- pulumi_aws_native/rtbfabric/_inputs.py +390 -0
- pulumi_aws_native/rtbfabric/get_link.py +199 -0
- pulumi_aws_native/rtbfabric/get_requester_gateway.py +217 -0
- pulumi_aws_native/rtbfabric/get_responder_gateway.py +255 -0
- pulumi_aws_native/rtbfabric/link.py +344 -0
- pulumi_aws_native/rtbfabric/outputs.py +363 -0
- pulumi_aws_native/rtbfabric/requester_gateway.py +303 -0
- pulumi_aws_native/rtbfabric/responder_gateway.py +431 -0
- pulumi_aws_native/s3/_enums.py +1 -1
- pulumi_aws_native/s3/_inputs.py +11 -5
- pulumi_aws_native/s3/access_grants_location.py +15 -13
- pulumi_aws_native/s3/outputs.py +10 -4
- pulumi_aws_native/s3vectors/__init__.py +17 -0
- pulumi_aws_native/s3vectors/_enums.py +39 -0
- pulumi_aws_native/s3vectors/_inputs.py +138 -0
- pulumi_aws_native/s3vectors/get_index.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
- pulumi_aws_native/s3vectors/index.py +367 -0
- pulumi_aws_native/s3vectors/outputs.py +129 -0
- pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
- pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
- pulumi_aws_native/sagemaker/_enums.py +12 -171
- pulumi_aws_native/sagemaker/_inputs.py +81 -5
- pulumi_aws_native/sagemaker/cluster.py +21 -0
- pulumi_aws_native/sagemaker/get_cluster.py +15 -4
- pulumi_aws_native/sagemaker/outputs.py +67 -3
- pulumi_aws_native/ssm/_inputs.py +15 -3
- pulumi_aws_native/ssm/outputs.py +10 -2
- pulumi_aws_native/ssmquicksetup/get_lifecycle_automation.py +6 -0
- pulumi_aws_native/ssmquicksetup/lifecycle_automation.py +16 -0
- pulumi_aws_native/sso/_enums.py +1 -1
- pulumi_aws_native/sso/assignment.py +8 -8
- pulumi_aws_native/synthetics/_inputs.py +52 -12
- pulumi_aws_native/synthetics/outputs.py +35 -8
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +95 -3
- pulumi_aws_native/transfer/connector.py +86 -19
- pulumi_aws_native/transfer/get_connector.py +43 -1
- pulumi_aws_native/transfer/outputs.py +92 -2
- pulumi_aws_native/wafv2/_inputs.py +72 -0
- pulumi_aws_native/wafv2/get_web_acl.py +15 -1
- pulumi_aws_native/wafv2/outputs.py +45 -0
- pulumi_aws_native/wafv2/web_acl.py +29 -0
- pulumi_aws_native/wisdom/_enums.py +4 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/top_level.txt +0 -0
|
@@ -45,6 +45,9 @@ class GetOrganizationCentralizationRuleResult:
|
|
|
45
45
|
@_builtins.property
|
|
46
46
|
@pulumi.getter(name="ruleArn")
|
|
47
47
|
def rule_arn(self) -> Optional[_builtins.str]:
|
|
48
|
+
"""
|
|
49
|
+
The Amazon Resource Name (ARN) of the organization centralization rule.
|
|
50
|
+
"""
|
|
48
51
|
return pulumi.get(self, "rule_arn")
|
|
49
52
|
|
|
50
53
|
@_builtins.property
|
|
@@ -71,6 +74,9 @@ def get_organization_centralization_rule(rule_arn: Optional[_builtins.str] = Non
|
|
|
71
74
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetOrganizationCentralizationRuleResult:
|
|
72
75
|
"""
|
|
73
76
|
Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
:param _builtins.str rule_arn: The Amazon Resource Name (ARN) of the organization centralization rule.
|
|
74
80
|
"""
|
|
75
81
|
__args__ = dict()
|
|
76
82
|
__args__['ruleArn'] = rule_arn
|
|
@@ -85,6 +91,9 @@ def get_organization_centralization_rule_output(rule_arn: Optional[pulumi.Input[
|
|
|
85
91
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetOrganizationCentralizationRuleResult]:
|
|
86
92
|
"""
|
|
87
93
|
Resource schema for AWS:ObservabilityAdmin:OrganizationCentralizationRule
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
:param _builtins.str rule_arn: The Amazon Resource Name (ARN) of the organization centralization rule.
|
|
88
97
|
"""
|
|
89
98
|
__args__ = dict()
|
|
90
99
|
__args__['ruleArn'] = rule_arn
|
|
@@ -40,6 +40,9 @@ class GetOrganizationTelemetryRuleResult:
|
|
|
40
40
|
@_builtins.property
|
|
41
41
|
@pulumi.getter
|
|
42
42
|
def rule(self) -> Optional['outputs.OrganizationTelemetryRuleTelemetryRule']:
|
|
43
|
+
"""
|
|
44
|
+
The name of the organization telemetry rule.
|
|
45
|
+
"""
|
|
43
46
|
return pulumi.get(self, "rule")
|
|
44
47
|
|
|
45
48
|
@_builtins.property
|
|
@@ -40,6 +40,9 @@ class GetTelemetryRuleResult:
|
|
|
40
40
|
@_builtins.property
|
|
41
41
|
@pulumi.getter
|
|
42
42
|
def rule(self) -> Optional['outputs.TelemetryRule']:
|
|
43
|
+
"""
|
|
44
|
+
Retrieves the details of a specific telemetry rule in your account.
|
|
45
|
+
"""
|
|
43
46
|
return pulumi.get(self, "rule")
|
|
44
47
|
|
|
45
48
|
@_builtins.property
|
|
@@ -29,6 +29,7 @@ class OrganizationCentralizationRuleArgs:
|
|
|
29
29
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None):
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a OrganizationCentralizationRule resource.
|
|
32
|
+
:param pulumi.Input[_builtins.str] rule_name: The name of the organization centralization rule.
|
|
32
33
|
:param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: An array of key-value pairs to apply to this resource.
|
|
33
34
|
"""
|
|
34
35
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -49,6 +50,9 @@ class OrganizationCentralizationRuleArgs:
|
|
|
49
50
|
@_builtins.property
|
|
50
51
|
@pulumi.getter(name="ruleName")
|
|
51
52
|
def rule_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
53
|
+
"""
|
|
54
|
+
The name of the organization centralization rule.
|
|
55
|
+
"""
|
|
52
56
|
return pulumi.get(self, "rule_name")
|
|
53
57
|
|
|
54
58
|
@rule_name.setter
|
|
@@ -83,6 +87,7 @@ class OrganizationCentralizationRule(pulumi.CustomResource):
|
|
|
83
87
|
|
|
84
88
|
:param str resource_name: The name of the resource.
|
|
85
89
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
90
|
+
:param pulumi.Input[_builtins.str] rule_name: The name of the organization centralization rule.
|
|
86
91
|
:param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: An array of key-value pairs to apply to this resource.
|
|
87
92
|
"""
|
|
88
93
|
...
|
|
@@ -165,11 +170,17 @@ class OrganizationCentralizationRule(pulumi.CustomResource):
|
|
|
165
170
|
@_builtins.property
|
|
166
171
|
@pulumi.getter(name="ruleArn")
|
|
167
172
|
def rule_arn(self) -> pulumi.Output[_builtins.str]:
|
|
173
|
+
"""
|
|
174
|
+
The Amazon Resource Name (ARN) of the organization centralization rule.
|
|
175
|
+
"""
|
|
168
176
|
return pulumi.get(self, "rule_arn")
|
|
169
177
|
|
|
170
178
|
@_builtins.property
|
|
171
179
|
@pulumi.getter(name="ruleName")
|
|
172
180
|
def rule_name(self) -> pulumi.Output[_builtins.str]:
|
|
181
|
+
"""
|
|
182
|
+
The name of the organization centralization rule.
|
|
183
|
+
"""
|
|
173
184
|
return pulumi.get(self, "rule_name")
|
|
174
185
|
|
|
175
186
|
@_builtins.property
|
|
@@ -29,6 +29,7 @@ class OrganizationTelemetryRuleArgs:
|
|
|
29
29
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None):
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a OrganizationTelemetryRule resource.
|
|
32
|
+
:param pulumi.Input['OrganizationTelemetryRuleTelemetryRuleArgs'] rule: The name of the organization telemetry rule.
|
|
32
33
|
:param pulumi.Input[_builtins.str] rule_name: The name of the organization telemetry rule
|
|
33
34
|
:param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: An array of key-value pairs to apply to this resource
|
|
34
35
|
"""
|
|
@@ -41,6 +42,9 @@ class OrganizationTelemetryRuleArgs:
|
|
|
41
42
|
@_builtins.property
|
|
42
43
|
@pulumi.getter
|
|
43
44
|
def rule(self) -> pulumi.Input['OrganizationTelemetryRuleTelemetryRuleArgs']:
|
|
45
|
+
"""
|
|
46
|
+
The name of the organization telemetry rule.
|
|
47
|
+
"""
|
|
44
48
|
return pulumi.get(self, "rule")
|
|
45
49
|
|
|
46
50
|
@rule.setter
|
|
@@ -87,6 +91,7 @@ class OrganizationTelemetryRule(pulumi.CustomResource):
|
|
|
87
91
|
|
|
88
92
|
:param str resource_name: The name of the resource.
|
|
89
93
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
94
|
+
:param pulumi.Input[Union['OrganizationTelemetryRuleTelemetryRuleArgs', 'OrganizationTelemetryRuleTelemetryRuleArgsDict']] rule: The name of the organization telemetry rule.
|
|
90
95
|
:param pulumi.Input[_builtins.str] rule_name: The name of the organization telemetry rule
|
|
91
96
|
:param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: An array of key-value pairs to apply to this resource
|
|
92
97
|
"""
|
|
@@ -165,6 +170,9 @@ class OrganizationTelemetryRule(pulumi.CustomResource):
|
|
|
165
170
|
@_builtins.property
|
|
166
171
|
@pulumi.getter
|
|
167
172
|
def rule(self) -> pulumi.Output['outputs.OrganizationTelemetryRuleTelemetryRule']:
|
|
173
|
+
"""
|
|
174
|
+
The name of the organization telemetry rule.
|
|
175
|
+
"""
|
|
168
176
|
return pulumi.get(self, "rule")
|
|
169
177
|
|
|
170
178
|
@_builtins.property
|
|
@@ -37,17 +37,27 @@ class OrganizationCentralizationRuleCentralizationRule(dict):
|
|
|
37
37
|
def __init__(__self__, *,
|
|
38
38
|
destination: 'outputs.OrganizationCentralizationRuleCentralizationRuleDestination',
|
|
39
39
|
source: 'outputs.OrganizationCentralizationRuleCentralizationRuleSource'):
|
|
40
|
+
"""
|
|
41
|
+
:param 'OrganizationCentralizationRuleCentralizationRuleDestination' destination: Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.
|
|
42
|
+
:param 'OrganizationCentralizationRuleCentralizationRuleSource' source: Configuration determining the source of the telemetry data to be centralized.
|
|
43
|
+
"""
|
|
40
44
|
pulumi.set(__self__, "destination", destination)
|
|
41
45
|
pulumi.set(__self__, "source", source)
|
|
42
46
|
|
|
43
47
|
@_builtins.property
|
|
44
48
|
@pulumi.getter
|
|
45
49
|
def destination(self) -> 'outputs.OrganizationCentralizationRuleCentralizationRuleDestination':
|
|
50
|
+
"""
|
|
51
|
+
Configuration determining where the telemetry data should be centralized, backed up, as well as encryption configuration for the primary and backup destinations.
|
|
52
|
+
"""
|
|
46
53
|
return pulumi.get(self, "destination")
|
|
47
54
|
|
|
48
55
|
@_builtins.property
|
|
49
56
|
@pulumi.getter
|
|
50
57
|
def source(self) -> 'outputs.OrganizationCentralizationRuleCentralizationRuleSource':
|
|
58
|
+
"""
|
|
59
|
+
Configuration determining the source of the telemetry data to be centralized.
|
|
60
|
+
"""
|
|
51
61
|
return pulumi.get(self, "source")
|
|
52
62
|
|
|
53
63
|
|
|
@@ -74,6 +84,11 @@ class OrganizationCentralizationRuleCentralizationRuleDestination(dict):
|
|
|
74
84
|
region: _builtins.str,
|
|
75
85
|
account: Optional[_builtins.str] = None,
|
|
76
86
|
destination_logs_configuration: Optional['outputs.OrganizationCentralizationRuleDestinationLogsConfiguration'] = None):
|
|
87
|
+
"""
|
|
88
|
+
:param _builtins.str region: The primary destination region to which telemetry data should be centralized.
|
|
89
|
+
:param _builtins.str account: The destination account (within the organization) to which the telemetry data should be centralized.
|
|
90
|
+
:param 'OrganizationCentralizationRuleDestinationLogsConfiguration' destination_logs_configuration: Log specific configuration for centralization destination log groups.
|
|
91
|
+
"""
|
|
77
92
|
pulumi.set(__self__, "region", region)
|
|
78
93
|
if account is not None:
|
|
79
94
|
pulumi.set(__self__, "account", account)
|
|
@@ -83,16 +98,25 @@ class OrganizationCentralizationRuleCentralizationRuleDestination(dict):
|
|
|
83
98
|
@_builtins.property
|
|
84
99
|
@pulumi.getter
|
|
85
100
|
def region(self) -> _builtins.str:
|
|
101
|
+
"""
|
|
102
|
+
The primary destination region to which telemetry data should be centralized.
|
|
103
|
+
"""
|
|
86
104
|
return pulumi.get(self, "region")
|
|
87
105
|
|
|
88
106
|
@_builtins.property
|
|
89
107
|
@pulumi.getter
|
|
90
108
|
def account(self) -> Optional[_builtins.str]:
|
|
109
|
+
"""
|
|
110
|
+
The destination account (within the organization) to which the telemetry data should be centralized.
|
|
111
|
+
"""
|
|
91
112
|
return pulumi.get(self, "account")
|
|
92
113
|
|
|
93
114
|
@_builtins.property
|
|
94
115
|
@pulumi.getter(name="destinationLogsConfiguration")
|
|
95
116
|
def destination_logs_configuration(self) -> Optional['outputs.OrganizationCentralizationRuleDestinationLogsConfiguration']:
|
|
117
|
+
"""
|
|
118
|
+
Log specific configuration for centralization destination log groups.
|
|
119
|
+
"""
|
|
96
120
|
return pulumi.get(self, "destination_logs_configuration")
|
|
97
121
|
|
|
98
122
|
|
|
@@ -119,6 +143,11 @@ class OrganizationCentralizationRuleCentralizationRuleSource(dict):
|
|
|
119
143
|
regions: Sequence[_builtins.str],
|
|
120
144
|
scope: Optional[_builtins.str] = None,
|
|
121
145
|
source_logs_configuration: Optional['outputs.OrganizationCentralizationRuleSourceLogsConfiguration'] = None):
|
|
146
|
+
"""
|
|
147
|
+
:param Sequence[_builtins.str] regions: The list of source regions from which telemetry data should be centralized.
|
|
148
|
+
:param _builtins.str scope: The organizational scope from which telemetry data should be centralized, specified using organization id, accounts or organizational unit ids.
|
|
149
|
+
:param 'OrganizationCentralizationRuleSourceLogsConfiguration' source_logs_configuration: Log specific configuration for centralization source log groups.
|
|
150
|
+
"""
|
|
122
151
|
pulumi.set(__self__, "regions", regions)
|
|
123
152
|
if scope is not None:
|
|
124
153
|
pulumi.set(__self__, "scope", scope)
|
|
@@ -128,16 +157,25 @@ class OrganizationCentralizationRuleCentralizationRuleSource(dict):
|
|
|
128
157
|
@_builtins.property
|
|
129
158
|
@pulumi.getter
|
|
130
159
|
def regions(self) -> Sequence[_builtins.str]:
|
|
160
|
+
"""
|
|
161
|
+
The list of source regions from which telemetry data should be centralized.
|
|
162
|
+
"""
|
|
131
163
|
return pulumi.get(self, "regions")
|
|
132
164
|
|
|
133
165
|
@_builtins.property
|
|
134
166
|
@pulumi.getter
|
|
135
167
|
def scope(self) -> Optional[_builtins.str]:
|
|
168
|
+
"""
|
|
169
|
+
The organizational scope from which telemetry data should be centralized, specified using organization id, accounts or organizational unit ids.
|
|
170
|
+
"""
|
|
136
171
|
return pulumi.get(self, "scope")
|
|
137
172
|
|
|
138
173
|
@_builtins.property
|
|
139
174
|
@pulumi.getter(name="sourceLogsConfiguration")
|
|
140
175
|
def source_logs_configuration(self) -> Optional['outputs.OrganizationCentralizationRuleSourceLogsConfiguration']:
|
|
176
|
+
"""
|
|
177
|
+
Log specific configuration for centralization source log groups.
|
|
178
|
+
"""
|
|
141
179
|
return pulumi.get(self, "source_logs_configuration")
|
|
142
180
|
|
|
143
181
|
|
|
@@ -165,6 +203,10 @@ class OrganizationCentralizationRuleDestinationLogsConfiguration(dict):
|
|
|
165
203
|
def __init__(__self__, *,
|
|
166
204
|
backup_configuration: Optional['outputs.OrganizationCentralizationRuleLogsBackupConfiguration'] = None,
|
|
167
205
|
logs_encryption_configuration: Optional['outputs.OrganizationCentralizationRuleLogsEncryptionConfiguration'] = None):
|
|
206
|
+
"""
|
|
207
|
+
:param 'OrganizationCentralizationRuleLogsBackupConfiguration' backup_configuration: Configuration defining the backup region and an optional KMS key for the backup destination.
|
|
208
|
+
:param 'OrganizationCentralizationRuleLogsEncryptionConfiguration' logs_encryption_configuration: The encryption configuration for centralization destination log groups.
|
|
209
|
+
"""
|
|
168
210
|
if backup_configuration is not None:
|
|
169
211
|
pulumi.set(__self__, "backup_configuration", backup_configuration)
|
|
170
212
|
if logs_encryption_configuration is not None:
|
|
@@ -173,11 +215,17 @@ class OrganizationCentralizationRuleDestinationLogsConfiguration(dict):
|
|
|
173
215
|
@_builtins.property
|
|
174
216
|
@pulumi.getter(name="backupConfiguration")
|
|
175
217
|
def backup_configuration(self) -> Optional['outputs.OrganizationCentralizationRuleLogsBackupConfiguration']:
|
|
218
|
+
"""
|
|
219
|
+
Configuration defining the backup region and an optional KMS key for the backup destination.
|
|
220
|
+
"""
|
|
176
221
|
return pulumi.get(self, "backup_configuration")
|
|
177
222
|
|
|
178
223
|
@_builtins.property
|
|
179
224
|
@pulumi.getter(name="logsEncryptionConfiguration")
|
|
180
225
|
def logs_encryption_configuration(self) -> Optional['outputs.OrganizationCentralizationRuleLogsEncryptionConfiguration']:
|
|
226
|
+
"""
|
|
227
|
+
The encryption configuration for centralization destination log groups.
|
|
228
|
+
"""
|
|
181
229
|
return pulumi.get(self, "logs_encryption_configuration")
|
|
182
230
|
|
|
183
231
|
|
|
@@ -203,6 +251,10 @@ class OrganizationCentralizationRuleLogsBackupConfiguration(dict):
|
|
|
203
251
|
def __init__(__self__, *,
|
|
204
252
|
region: _builtins.str,
|
|
205
253
|
kms_key_arn: Optional[_builtins.str] = None):
|
|
254
|
+
"""
|
|
255
|
+
:param _builtins.str region: Logs specific backup destination region within the primary destination account to which log data should be centralized.
|
|
256
|
+
:param _builtins.str 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.
|
|
257
|
+
"""
|
|
206
258
|
pulumi.set(__self__, "region", region)
|
|
207
259
|
if kms_key_arn is not None:
|
|
208
260
|
pulumi.set(__self__, "kms_key_arn", kms_key_arn)
|
|
@@ -210,11 +262,17 @@ class OrganizationCentralizationRuleLogsBackupConfiguration(dict):
|
|
|
210
262
|
@_builtins.property
|
|
211
263
|
@pulumi.getter
|
|
212
264
|
def region(self) -> _builtins.str:
|
|
265
|
+
"""
|
|
266
|
+
Logs specific backup destination region within the primary destination account to which log data should be centralized.
|
|
267
|
+
"""
|
|
213
268
|
return pulumi.get(self, "region")
|
|
214
269
|
|
|
215
270
|
@_builtins.property
|
|
216
271
|
@pulumi.getter(name="kmsKeyArn")
|
|
217
272
|
def kms_key_arn(self) -> Optional[_builtins.str]:
|
|
273
|
+
"""
|
|
274
|
+
KMS Key ARN belonging to the primary destination account and backup region, to encrypt newly created central log groups in the backup destination.
|
|
275
|
+
"""
|
|
218
276
|
return pulumi.get(self, "kms_key_arn")
|
|
219
277
|
|
|
220
278
|
|
|
@@ -245,6 +303,11 @@ class OrganizationCentralizationRuleLogsEncryptionConfiguration(dict):
|
|
|
245
303
|
encryption_strategy: 'OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy',
|
|
246
304
|
encryption_conflict_resolution_strategy: Optional['OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy'] = None,
|
|
247
305
|
kms_key_arn: Optional[_builtins.str] = None):
|
|
306
|
+
"""
|
|
307
|
+
:param 'OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy' 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.
|
|
308
|
+
:param 'OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy' 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.
|
|
309
|
+
:param _builtins.str 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.
|
|
310
|
+
"""
|
|
248
311
|
pulumi.set(__self__, "encryption_strategy", encryption_strategy)
|
|
249
312
|
if encryption_conflict_resolution_strategy is not None:
|
|
250
313
|
pulumi.set(__self__, "encryption_conflict_resolution_strategy", encryption_conflict_resolution_strategy)
|
|
@@ -254,16 +317,25 @@ class OrganizationCentralizationRuleLogsEncryptionConfiguration(dict):
|
|
|
254
317
|
@_builtins.property
|
|
255
318
|
@pulumi.getter(name="encryptionStrategy")
|
|
256
319
|
def encryption_strategy(self) -> 'OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy':
|
|
320
|
+
"""
|
|
321
|
+
Configuration that determines the encryption strategy of the destination log groups. CUSTOMER_MANAGED uses the configured KmsKeyArn to encrypt newly created destination log groups.
|
|
322
|
+
"""
|
|
257
323
|
return pulumi.get(self, "encryption_strategy")
|
|
258
324
|
|
|
259
325
|
@_builtins.property
|
|
260
326
|
@pulumi.getter(name="encryptionConflictResolutionStrategy")
|
|
261
327
|
def encryption_conflict_resolution_strategy(self) -> Optional['OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy']:
|
|
328
|
+
"""
|
|
329
|
+
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.
|
|
330
|
+
"""
|
|
262
331
|
return pulumi.get(self, "encryption_conflict_resolution_strategy")
|
|
263
332
|
|
|
264
333
|
@_builtins.property
|
|
265
334
|
@pulumi.getter(name="kmsKeyArn")
|
|
266
335
|
def kms_key_arn(self) -> Optional[_builtins.str]:
|
|
336
|
+
"""
|
|
337
|
+
KMS Key ARN belonging to the primary destination account and region, to encrypt newly created central log groups in the primary destination.
|
|
338
|
+
"""
|
|
267
339
|
return pulumi.get(self, "kms_key_arn")
|
|
268
340
|
|
|
269
341
|
|
|
@@ -291,17 +363,27 @@ class OrganizationCentralizationRuleSourceLogsConfiguration(dict):
|
|
|
291
363
|
def __init__(__self__, *,
|
|
292
364
|
encrypted_log_group_strategy: 'OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy',
|
|
293
365
|
log_group_selection_criteria: _builtins.str):
|
|
366
|
+
"""
|
|
367
|
+
:param 'OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy' 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.
|
|
368
|
+
:param _builtins.str 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.
|
|
369
|
+
"""
|
|
294
370
|
pulumi.set(__self__, "encrypted_log_group_strategy", encrypted_log_group_strategy)
|
|
295
371
|
pulumi.set(__self__, "log_group_selection_criteria", log_group_selection_criteria)
|
|
296
372
|
|
|
297
373
|
@_builtins.property
|
|
298
374
|
@pulumi.getter(name="encryptedLogGroupStrategy")
|
|
299
375
|
def encrypted_log_group_strategy(self) -> 'OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy':
|
|
376
|
+
"""
|
|
377
|
+
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.
|
|
378
|
+
"""
|
|
300
379
|
return pulumi.get(self, "encrypted_log_group_strategy")
|
|
301
380
|
|
|
302
381
|
@_builtins.property
|
|
303
382
|
@pulumi.getter(name="logGroupSelectionCriteria")
|
|
304
383
|
def log_group_selection_criteria(self) -> _builtins.str:
|
|
384
|
+
"""
|
|
385
|
+
The selection criteria that specifies which source log groups to centralize. The selection criteria uses the same format as OAM link filters.
|
|
386
|
+
"""
|
|
305
387
|
return pulumi.get(self, "log_group_selection_criteria")
|
|
306
388
|
|
|
307
389
|
|
|
@@ -340,6 +422,10 @@ class OrganizationTelemetryRuleTelemetryDestinationConfiguration(dict):
|
|
|
340
422
|
vpc_flow_log_parameters: Optional['outputs.OrganizationTelemetryRuleVpcFlowLogParameters'] = None):
|
|
341
423
|
"""
|
|
342
424
|
The destination configuration for telemetry data
|
|
425
|
+
:param _builtins.str destination_pattern: The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
|
|
426
|
+
:param 'OrganizationTelemetryRuleDestinationType' destination_type: The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
427
|
+
:param _builtins.int retention_in_days: The number of days to retain the telemetry data in the destination.
|
|
428
|
+
:param 'OrganizationTelemetryRuleVpcFlowLogParameters' vpc_flow_log_parameters: Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
343
429
|
"""
|
|
344
430
|
if destination_pattern is not None:
|
|
345
431
|
pulumi.set(__self__, "destination_pattern", destination_pattern)
|
|
@@ -353,21 +439,33 @@ class OrganizationTelemetryRuleTelemetryDestinationConfiguration(dict):
|
|
|
353
439
|
@_builtins.property
|
|
354
440
|
@pulumi.getter(name="destinationPattern")
|
|
355
441
|
def destination_pattern(self) -> Optional[_builtins.str]:
|
|
442
|
+
"""
|
|
443
|
+
The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
|
|
444
|
+
"""
|
|
356
445
|
return pulumi.get(self, "destination_pattern")
|
|
357
446
|
|
|
358
447
|
@_builtins.property
|
|
359
448
|
@pulumi.getter(name="destinationType")
|
|
360
449
|
def destination_type(self) -> Optional['OrganizationTelemetryRuleDestinationType']:
|
|
450
|
+
"""
|
|
451
|
+
The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
452
|
+
"""
|
|
361
453
|
return pulumi.get(self, "destination_type")
|
|
362
454
|
|
|
363
455
|
@_builtins.property
|
|
364
456
|
@pulumi.getter(name="retentionInDays")
|
|
365
457
|
def retention_in_days(self) -> Optional[_builtins.int]:
|
|
458
|
+
"""
|
|
459
|
+
The number of days to retain the telemetry data in the destination.
|
|
460
|
+
"""
|
|
366
461
|
return pulumi.get(self, "retention_in_days")
|
|
367
462
|
|
|
368
463
|
@_builtins.property
|
|
369
464
|
@pulumi.getter(name="vpcFlowLogParameters")
|
|
370
465
|
def vpc_flow_log_parameters(self) -> Optional['outputs.OrganizationTelemetryRuleVpcFlowLogParameters']:
|
|
466
|
+
"""
|
|
467
|
+
Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
468
|
+
"""
|
|
371
469
|
return pulumi.get(self, "vpc_flow_log_parameters")
|
|
372
470
|
|
|
373
471
|
|
|
@@ -407,6 +505,11 @@ class OrganizationTelemetryRuleTelemetryRule(dict):
|
|
|
407
505
|
selection_criteria: Optional[_builtins.str] = None):
|
|
408
506
|
"""
|
|
409
507
|
The telemetry rule
|
|
508
|
+
:param 'OrganizationTelemetryRuleResourceType' resource_type: The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
509
|
+
:param 'OrganizationTelemetryRuleTelemetryType' telemetry_type: The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
510
|
+
:param 'OrganizationTelemetryRuleTelemetryDestinationConfiguration' destination_configuration: Configuration specifying where and how the telemetry data should be delivered.
|
|
511
|
+
:param _builtins.str scope: The organizational scope to which the rule applies, specified using accounts or organizational units.
|
|
512
|
+
:param _builtins.str selection_criteria: Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
410
513
|
"""
|
|
411
514
|
pulumi.set(__self__, "resource_type", resource_type)
|
|
412
515
|
pulumi.set(__self__, "telemetry_type", telemetry_type)
|
|
@@ -420,26 +523,41 @@ class OrganizationTelemetryRuleTelemetryRule(dict):
|
|
|
420
523
|
@_builtins.property
|
|
421
524
|
@pulumi.getter(name="resourceType")
|
|
422
525
|
def resource_type(self) -> 'OrganizationTelemetryRuleResourceType':
|
|
526
|
+
"""
|
|
527
|
+
The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
528
|
+
"""
|
|
423
529
|
return pulumi.get(self, "resource_type")
|
|
424
530
|
|
|
425
531
|
@_builtins.property
|
|
426
532
|
@pulumi.getter(name="telemetryType")
|
|
427
533
|
def telemetry_type(self) -> 'OrganizationTelemetryRuleTelemetryType':
|
|
534
|
+
"""
|
|
535
|
+
The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
536
|
+
"""
|
|
428
537
|
return pulumi.get(self, "telemetry_type")
|
|
429
538
|
|
|
430
539
|
@_builtins.property
|
|
431
540
|
@pulumi.getter(name="destinationConfiguration")
|
|
432
541
|
def destination_configuration(self) -> Optional['outputs.OrganizationTelemetryRuleTelemetryDestinationConfiguration']:
|
|
542
|
+
"""
|
|
543
|
+
Configuration specifying where and how the telemetry data should be delivered.
|
|
544
|
+
"""
|
|
433
545
|
return pulumi.get(self, "destination_configuration")
|
|
434
546
|
|
|
435
547
|
@_builtins.property
|
|
436
548
|
@pulumi.getter
|
|
437
549
|
def scope(self) -> Optional[_builtins.str]:
|
|
550
|
+
"""
|
|
551
|
+
The organizational scope to which the rule applies, specified using accounts or organizational units.
|
|
552
|
+
"""
|
|
438
553
|
return pulumi.get(self, "scope")
|
|
439
554
|
|
|
440
555
|
@_builtins.property
|
|
441
556
|
@pulumi.getter(name="selectionCriteria")
|
|
442
557
|
def selection_criteria(self) -> Optional[_builtins.str]:
|
|
558
|
+
"""
|
|
559
|
+
Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
560
|
+
"""
|
|
443
561
|
return pulumi.get(self, "selection_criteria")
|
|
444
562
|
|
|
445
563
|
|
|
@@ -546,6 +664,10 @@ class TelemetryRule(dict):
|
|
|
546
664
|
selection_criteria: Optional[_builtins.str] = None):
|
|
547
665
|
"""
|
|
548
666
|
The telemetry rule
|
|
667
|
+
:param 'TelemetryRuleResourceType' resource_type: The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
668
|
+
:param 'TelemetryRuleTelemetryType' telemetry_type: The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
669
|
+
:param 'TelemetryRuleTelemetryDestinationConfiguration' destination_configuration: Configuration specifying where and how the telemetry data should be delivered.
|
|
670
|
+
:param _builtins.str selection_criteria: Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
549
671
|
"""
|
|
550
672
|
pulumi.set(__self__, "resource_type", resource_type)
|
|
551
673
|
pulumi.set(__self__, "telemetry_type", telemetry_type)
|
|
@@ -557,21 +679,33 @@ class TelemetryRule(dict):
|
|
|
557
679
|
@_builtins.property
|
|
558
680
|
@pulumi.getter(name="resourceType")
|
|
559
681
|
def resource_type(self) -> 'TelemetryRuleResourceType':
|
|
682
|
+
"""
|
|
683
|
+
The type of AWS resource to configure telemetry for (e.g., "AWS::EC2::VPC").
|
|
684
|
+
"""
|
|
560
685
|
return pulumi.get(self, "resource_type")
|
|
561
686
|
|
|
562
687
|
@_builtins.property
|
|
563
688
|
@pulumi.getter(name="telemetryType")
|
|
564
689
|
def telemetry_type(self) -> 'TelemetryRuleTelemetryType':
|
|
690
|
+
"""
|
|
691
|
+
The type of telemetry to collect (Logs, Metrics, or Traces).
|
|
692
|
+
"""
|
|
565
693
|
return pulumi.get(self, "telemetry_type")
|
|
566
694
|
|
|
567
695
|
@_builtins.property
|
|
568
696
|
@pulumi.getter(name="destinationConfiguration")
|
|
569
697
|
def destination_configuration(self) -> Optional['outputs.TelemetryRuleTelemetryDestinationConfiguration']:
|
|
698
|
+
"""
|
|
699
|
+
Configuration specifying where and how the telemetry data should be delivered.
|
|
700
|
+
"""
|
|
570
701
|
return pulumi.get(self, "destination_configuration")
|
|
571
702
|
|
|
572
703
|
@_builtins.property
|
|
573
704
|
@pulumi.getter(name="selectionCriteria")
|
|
574
705
|
def selection_criteria(self) -> Optional[_builtins.str]:
|
|
706
|
+
"""
|
|
707
|
+
Criteria for selecting which resources the rule applies to, such as resource tags.
|
|
708
|
+
"""
|
|
575
709
|
return pulumi.get(self, "selection_criteria")
|
|
576
710
|
|
|
577
711
|
|
|
@@ -610,6 +744,10 @@ class TelemetryRuleTelemetryDestinationConfiguration(dict):
|
|
|
610
744
|
vpc_flow_log_parameters: Optional['outputs.TelemetryRuleVpcFlowLogParameters'] = None):
|
|
611
745
|
"""
|
|
612
746
|
The destination configuration for telemetry data
|
|
747
|
+
:param _builtins.str destination_pattern: The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
|
|
748
|
+
:param 'TelemetryRuleDestinationType' destination_type: The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
749
|
+
:param _builtins.int retention_in_days: The number of days to retain the telemetry data in the destination.
|
|
750
|
+
:param 'TelemetryRuleVpcFlowLogParameters' vpc_flow_log_parameters: Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
613
751
|
"""
|
|
614
752
|
if destination_pattern is not None:
|
|
615
753
|
pulumi.set(__self__, "destination_pattern", destination_pattern)
|
|
@@ -623,21 +761,33 @@ class TelemetryRuleTelemetryDestinationConfiguration(dict):
|
|
|
623
761
|
@_builtins.property
|
|
624
762
|
@pulumi.getter(name="destinationPattern")
|
|
625
763
|
def destination_pattern(self) -> Optional[_builtins.str]:
|
|
764
|
+
"""
|
|
765
|
+
The pattern used to generate the destination path or name, supporting macros like <resourceId> and <accountId>.
|
|
766
|
+
"""
|
|
626
767
|
return pulumi.get(self, "destination_pattern")
|
|
627
768
|
|
|
628
769
|
@_builtins.property
|
|
629
770
|
@pulumi.getter(name="destinationType")
|
|
630
771
|
def destination_type(self) -> Optional['TelemetryRuleDestinationType']:
|
|
772
|
+
"""
|
|
773
|
+
The type of destination for the telemetry data (e.g., "Amazon CloudWatch Logs", "S3").
|
|
774
|
+
"""
|
|
631
775
|
return pulumi.get(self, "destination_type")
|
|
632
776
|
|
|
633
777
|
@_builtins.property
|
|
634
778
|
@pulumi.getter(name="retentionInDays")
|
|
635
779
|
def retention_in_days(self) -> Optional[_builtins.int]:
|
|
780
|
+
"""
|
|
781
|
+
The number of days to retain the telemetry data in the destination.
|
|
782
|
+
"""
|
|
636
783
|
return pulumi.get(self, "retention_in_days")
|
|
637
784
|
|
|
638
785
|
@_builtins.property
|
|
639
786
|
@pulumi.getter(name="vpcFlowLogParameters")
|
|
640
787
|
def vpc_flow_log_parameters(self) -> Optional['outputs.TelemetryRuleVpcFlowLogParameters']:
|
|
788
|
+
"""
|
|
789
|
+
Configuration parameters specific to VPC Flow Logs when VPC is the resource type.
|
|
790
|
+
"""
|
|
641
791
|
return pulumi.get(self, "vpc_flow_log_parameters")
|
|
642
792
|
|
|
643
793
|
|
|
@@ -29,6 +29,7 @@ class TelemetryRuleInitArgs:
|
|
|
29
29
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None):
|
|
30
30
|
"""
|
|
31
31
|
The set of arguments for constructing a TelemetryRule resource.
|
|
32
|
+
:param pulumi.Input['TelemetryRuleArgs'] rule: Retrieves the details of a specific telemetry rule in your account.
|
|
32
33
|
:param pulumi.Input[_builtins.str] rule_name: The name of the telemetry rule
|
|
33
34
|
:param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: An array of key-value pairs to apply to this resource
|
|
34
35
|
"""
|
|
@@ -41,6 +42,9 @@ class TelemetryRuleInitArgs:
|
|
|
41
42
|
@_builtins.property
|
|
42
43
|
@pulumi.getter
|
|
43
44
|
def rule(self) -> pulumi.Input['TelemetryRuleArgs']:
|
|
45
|
+
"""
|
|
46
|
+
Retrieves the details of a specific telemetry rule in your account.
|
|
47
|
+
"""
|
|
44
48
|
return pulumi.get(self, "rule")
|
|
45
49
|
|
|
46
50
|
@rule.setter
|
|
@@ -87,6 +91,7 @@ class TelemetryRule(pulumi.CustomResource):
|
|
|
87
91
|
|
|
88
92
|
:param str resource_name: The name of the resource.
|
|
89
93
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
94
|
+
:param pulumi.Input[Union['TelemetryRuleArgs', 'TelemetryRuleArgsDict']] rule: Retrieves the details of a specific telemetry rule in your account.
|
|
90
95
|
:param pulumi.Input[_builtins.str] rule_name: The name of the telemetry rule
|
|
91
96
|
:param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: An array of key-value pairs to apply to this resource
|
|
92
97
|
"""
|
|
@@ -165,6 +170,9 @@ class TelemetryRule(pulumi.CustomResource):
|
|
|
165
170
|
@_builtins.property
|
|
166
171
|
@pulumi.getter
|
|
167
172
|
def rule(self) -> pulumi.Output['outputs.TelemetryRule']:
|
|
173
|
+
"""
|
|
174
|
+
Retrieves the details of a specific telemetry rule in your account.
|
|
175
|
+
"""
|
|
168
176
|
return pulumi.get(self, "rule")
|
|
169
177
|
|
|
170
178
|
@_builtins.property
|
|
@@ -8,6 +8,7 @@ from enum import Enum
|
|
|
8
8
|
|
|
9
9
|
__all__ = [
|
|
10
10
|
'AccountJoinedMethod',
|
|
11
|
+
'AccountState',
|
|
11
12
|
'AccountStatus',
|
|
12
13
|
'OrganizationFeatureSet',
|
|
13
14
|
'PolicyType',
|
|
@@ -23,6 +24,18 @@ class AccountJoinedMethod(_builtins.str, Enum):
|
|
|
23
24
|
CREATED = "CREATED"
|
|
24
25
|
|
|
25
26
|
|
|
27
|
+
@pulumi.type_token("aws-native:organizations:AccountState")
|
|
28
|
+
class AccountState(_builtins.str, Enum):
|
|
29
|
+
"""
|
|
30
|
+
The state of the account in the organization.
|
|
31
|
+
"""
|
|
32
|
+
PENDING_ACTIVATION = "PENDING_ACTIVATION"
|
|
33
|
+
ACTIVE = "ACTIVE"
|
|
34
|
+
SUSPENDED = "SUSPENDED"
|
|
35
|
+
PENDING_CLOSURE = "PENDING_CLOSURE"
|
|
36
|
+
CLOSED = "CLOSED"
|
|
37
|
+
|
|
38
|
+
|
|
26
39
|
@pulumi.type_token("aws-native:organizations:AccountStatus")
|
|
27
40
|
class AccountStatus(_builtins.str, Enum):
|
|
28
41
|
"""
|
|
@@ -178,6 +178,7 @@ class Account(pulumi.CustomResource):
|
|
|
178
178
|
__props__.__dict__["arn"] = None
|
|
179
179
|
__props__.__dict__["joined_method"] = None
|
|
180
180
|
__props__.__dict__["joined_timestamp"] = None
|
|
181
|
+
__props__.__dict__["state"] = None
|
|
181
182
|
__props__.__dict__["status"] = None
|
|
182
183
|
super(Account, __self__).__init__(
|
|
183
184
|
'aws-native:organizations:Account',
|
|
@@ -209,6 +210,7 @@ class Account(pulumi.CustomResource):
|
|
|
209
210
|
__props__.__dict__["joined_timestamp"] = None
|
|
210
211
|
__props__.__dict__["parent_ids"] = None
|
|
211
212
|
__props__.__dict__["role_name"] = None
|
|
213
|
+
__props__.__dict__["state"] = None
|
|
212
214
|
__props__.__dict__["status"] = None
|
|
213
215
|
__props__.__dict__["tags"] = None
|
|
214
216
|
return Account(resource_name, opts=opts, __props__=__props__)
|
|
@@ -277,6 +279,14 @@ class Account(pulumi.CustomResource):
|
|
|
277
279
|
"""
|
|
278
280
|
return pulumi.get(self, "role_name")
|
|
279
281
|
|
|
282
|
+
@_builtins.property
|
|
283
|
+
@pulumi.getter
|
|
284
|
+
def state(self) -> pulumi.Output['AccountState']:
|
|
285
|
+
"""
|
|
286
|
+
The state of the account in the organization.
|
|
287
|
+
"""
|
|
288
|
+
return pulumi.get(self, "state")
|
|
289
|
+
|
|
280
290
|
@_builtins.property
|
|
281
291
|
@pulumi.getter
|
|
282
292
|
def status(self) -> pulumi.Output['AccountStatus']:
|