pulumi-aws-native 1.38.0a1760940079__py3-none-any.whl → 1.38.0a1762272920__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.0a1760940079.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1760940079.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1760940079.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1760940079.dist-info → pulumi_aws_native-1.38.0a1762272920.dist-info}/top_level.txt +0 -0
|
@@ -24,7 +24,7 @@ __all__ = [
|
|
|
24
24
|
|
|
25
25
|
@pulumi.output_type
|
|
26
26
|
class GetDbInstanceResult:
|
|
27
|
-
def __init__(__self__, auto_minor_version_upgrade=None, db_instance_class=None, db_parameter_group_name=None, endpoint=None, port=None, preferred_maintenance_window=None, tags=None):
|
|
27
|
+
def __init__(__self__, auto_minor_version_upgrade=None, db_instance_class=None, db_parameter_group_name=None, endpoint=None, port=None, preferred_maintenance_window=None, publicly_accessible=None, tags=None):
|
|
28
28
|
if auto_minor_version_upgrade and not isinstance(auto_minor_version_upgrade, bool):
|
|
29
29
|
raise TypeError("Expected argument 'auto_minor_version_upgrade' to be a bool")
|
|
30
30
|
pulumi.set(__self__, "auto_minor_version_upgrade", auto_minor_version_upgrade)
|
|
@@ -43,6 +43,9 @@ class GetDbInstanceResult:
|
|
|
43
43
|
if preferred_maintenance_window and not isinstance(preferred_maintenance_window, str):
|
|
44
44
|
raise TypeError("Expected argument 'preferred_maintenance_window' to be a str")
|
|
45
45
|
pulumi.set(__self__, "preferred_maintenance_window", preferred_maintenance_window)
|
|
46
|
+
if publicly_accessible and not isinstance(publicly_accessible, bool):
|
|
47
|
+
raise TypeError("Expected argument 'publicly_accessible' to be a bool")
|
|
48
|
+
pulumi.set(__self__, "publicly_accessible", publicly_accessible)
|
|
46
49
|
if tags and not isinstance(tags, list):
|
|
47
50
|
raise TypeError("Expected argument 'tags' to be a list")
|
|
48
51
|
pulumi.set(__self__, "tags", tags)
|
|
@@ -99,6 +102,14 @@ class GetDbInstanceResult:
|
|
|
99
102
|
"""
|
|
100
103
|
return pulumi.get(self, "preferred_maintenance_window")
|
|
101
104
|
|
|
105
|
+
@_builtins.property
|
|
106
|
+
@pulumi.getter(name="publiclyAccessible")
|
|
107
|
+
def publicly_accessible(self) -> Optional[_builtins.bool]:
|
|
108
|
+
"""
|
|
109
|
+
Indicates that public accessibility is enabled. This should be enabled in combination with IAM Auth enabled on the DBCluster
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "publicly_accessible")
|
|
112
|
+
|
|
102
113
|
@_builtins.property
|
|
103
114
|
@pulumi.getter
|
|
104
115
|
def tags(self) -> Optional[Sequence['_root_outputs.Tag']]:
|
|
@@ -120,6 +131,7 @@ class AwaitableGetDbInstanceResult(GetDbInstanceResult):
|
|
|
120
131
|
endpoint=self.endpoint,
|
|
121
132
|
port=self.port,
|
|
122
133
|
preferred_maintenance_window=self.preferred_maintenance_window,
|
|
134
|
+
publicly_accessible=self.publicly_accessible,
|
|
123
135
|
tags=self.tags)
|
|
124
136
|
|
|
125
137
|
|
|
@@ -143,6 +155,7 @@ def get_db_instance(db_instance_identifier: Optional[_builtins.str] = None,
|
|
|
143
155
|
endpoint=pulumi.get(__ret__, 'endpoint'),
|
|
144
156
|
port=pulumi.get(__ret__, 'port'),
|
|
145
157
|
preferred_maintenance_window=pulumi.get(__ret__, 'preferred_maintenance_window'),
|
|
158
|
+
publicly_accessible=pulumi.get(__ret__, 'publicly_accessible'),
|
|
146
159
|
tags=pulumi.get(__ret__, 'tags'))
|
|
147
160
|
def get_db_instance_output(db_instance_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
148
161
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDbInstanceResult]:
|
|
@@ -163,4 +176,5 @@ def get_db_instance_output(db_instance_identifier: Optional[pulumi.Input[_builti
|
|
|
163
176
|
endpoint=pulumi.get(__response__, 'endpoint'),
|
|
164
177
|
port=pulumi.get(__response__, 'port'),
|
|
165
178
|
preferred_maintenance_window=pulumi.get(__response__, 'preferred_maintenance_window'),
|
|
179
|
+
publicly_accessible=pulumi.get(__response__, 'publicly_accessible'),
|
|
166
180
|
tags=pulumi.get(__response__, 'tags')))
|
|
@@ -82,6 +82,8 @@ class LoggingConfigurationLogDestinationConfigLogType(_builtins.str, Enum):
|
|
|
82
82
|
class RuleGroupGeneratedRulesType(_builtins.str, Enum):
|
|
83
83
|
ALLOWLIST = "ALLOWLIST"
|
|
84
84
|
DENYLIST = "DENYLIST"
|
|
85
|
+
ALERTLIST = "ALERTLIST"
|
|
86
|
+
REJECTLIST = "REJECTLIST"
|
|
85
87
|
|
|
86
88
|
|
|
87
89
|
@pulumi.type_token("aws-native:networkfirewall:RuleGroupHeaderDirection")
|
|
@@ -671,6 +671,10 @@ if not MYPY:
|
|
|
671
671
|
|
|
672
672
|
For example, you could specify `["aws:pass"]` or you could specify `["aws:pass", "customActionName"]` . For information about compatibility, see the custom action descriptions.
|
|
673
673
|
"""
|
|
674
|
+
enable_tls_session_holding: NotRequired[pulumi.Input[_builtins.bool]]
|
|
675
|
+
"""
|
|
676
|
+
When true, prevents TCP and TLS packets from reaching destination servers until TLS Inspection has evaluated Server Name Indication (SNI) rules. Requires an associated TLS Inspection configuration.
|
|
677
|
+
"""
|
|
674
678
|
policy_variables: NotRequired[pulumi.Input['FirewallPolicyPolicyVariablesPropertiesArgsDict']]
|
|
675
679
|
"""
|
|
676
680
|
Contains variables that you can use to override default Suricata settings in your firewall policy.
|
|
@@ -716,6 +720,7 @@ class FirewallPolicyArgs:
|
|
|
716
720
|
def __init__(__self__, *,
|
|
717
721
|
stateless_default_actions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
718
722
|
stateless_fragment_default_actions: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
723
|
+
enable_tls_session_holding: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
719
724
|
policy_variables: Optional[pulumi.Input['FirewallPolicyPolicyVariablesPropertiesArgs']] = None,
|
|
720
725
|
stateful_default_actions: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
721
726
|
stateful_engine_options: Optional[pulumi.Input['FirewallPolicyStatefulEngineOptionsArgs']] = None,
|
|
@@ -734,6 +739,7 @@ class FirewallPolicyArgs:
|
|
|
734
739
|
You must specify one of the standard actions: `aws:pass` , `aws:drop` , or `aws:forward_to_sfe` . In addition, you can specify custom actions that are compatible with your standard section choice.
|
|
735
740
|
|
|
736
741
|
For example, you could specify `["aws:pass"]` or you could specify `["aws:pass", "customActionName"]` . For information about compatibility, see the custom action descriptions.
|
|
742
|
+
:param pulumi.Input[_builtins.bool] enable_tls_session_holding: When true, prevents TCP and TLS packets from reaching destination servers until TLS Inspection has evaluated Server Name Indication (SNI) rules. Requires an associated TLS Inspection configuration.
|
|
737
743
|
:param pulumi.Input['FirewallPolicyPolicyVariablesPropertiesArgs'] policy_variables: Contains variables that you can use to override default Suricata settings in your firewall policy.
|
|
738
744
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] stateful_default_actions: The default actions to take on a packet that doesn't match any stateful rules. The stateful default action is optional, and is only valid when using the strict rule order.
|
|
739
745
|
|
|
@@ -753,6 +759,8 @@ class FirewallPolicyArgs:
|
|
|
753
759
|
"""
|
|
754
760
|
pulumi.set(__self__, "stateless_default_actions", stateless_default_actions)
|
|
755
761
|
pulumi.set(__self__, "stateless_fragment_default_actions", stateless_fragment_default_actions)
|
|
762
|
+
if enable_tls_session_holding is not None:
|
|
763
|
+
pulumi.set(__self__, "enable_tls_session_holding", enable_tls_session_holding)
|
|
756
764
|
if policy_variables is not None:
|
|
757
765
|
pulumi.set(__self__, "policy_variables", policy_variables)
|
|
758
766
|
if stateful_default_actions is not None:
|
|
@@ -800,6 +808,18 @@ class FirewallPolicyArgs:
|
|
|
800
808
|
def stateless_fragment_default_actions(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
801
809
|
pulumi.set(self, "stateless_fragment_default_actions", value)
|
|
802
810
|
|
|
811
|
+
@_builtins.property
|
|
812
|
+
@pulumi.getter(name="enableTlsSessionHolding")
|
|
813
|
+
def enable_tls_session_holding(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
814
|
+
"""
|
|
815
|
+
When true, prevents TCP and TLS packets from reaching destination servers until TLS Inspection has evaluated Server Name Indication (SNI) rules. Requires an associated TLS Inspection configuration.
|
|
816
|
+
"""
|
|
817
|
+
return pulumi.get(self, "enable_tls_session_holding")
|
|
818
|
+
|
|
819
|
+
@enable_tls_session_holding.setter
|
|
820
|
+
def enable_tls_session_holding(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
821
|
+
pulumi.set(self, "enable_tls_session_holding", value)
|
|
822
|
+
|
|
803
823
|
@_builtins.property
|
|
804
824
|
@pulumi.getter(name="policyVariables")
|
|
805
825
|
def policy_variables(self) -> Optional[pulumi.Input['FirewallPolicyPolicyVariablesPropertiesArgs']]:
|
|
@@ -363,6 +363,7 @@ class Firewall(pulumi.CustomResource):
|
|
|
363
363
|
__props__.__dict__["endpoint_ids"] = None
|
|
364
364
|
__props__.__dict__["firewall_arn"] = None
|
|
365
365
|
__props__.__dict__["firewall_id"] = None
|
|
366
|
+
__props__.__dict__["transit_gateway_attachment_id"] = None
|
|
366
367
|
replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["firewallName", "vpcId"])
|
|
367
368
|
opts = pulumi.ResourceOptions.merge(opts, replace_on_changes)
|
|
368
369
|
super(Firewall, __self__).__init__(
|
|
@@ -401,6 +402,7 @@ class Firewall(pulumi.CustomResource):
|
|
|
401
402
|
__props__.__dict__["subnet_change_protection"] = None
|
|
402
403
|
__props__.__dict__["subnet_mappings"] = None
|
|
403
404
|
__props__.__dict__["tags"] = None
|
|
405
|
+
__props__.__dict__["transit_gateway_attachment_id"] = None
|
|
404
406
|
__props__.__dict__["transit_gateway_id"] = None
|
|
405
407
|
__props__.__dict__["vpc_id"] = None
|
|
406
408
|
return Firewall(resource_name, opts=opts, __props__=__props__)
|
|
@@ -525,6 +527,14 @@ class Firewall(pulumi.CustomResource):
|
|
|
525
527
|
"""
|
|
526
528
|
return pulumi.get(self, "tags")
|
|
527
529
|
|
|
530
|
+
@_builtins.property
|
|
531
|
+
@pulumi.getter(name="transitGatewayAttachmentId")
|
|
532
|
+
def transit_gateway_attachment_id(self) -> pulumi.Output[_builtins.str]:
|
|
533
|
+
"""
|
|
534
|
+
The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.
|
|
535
|
+
"""
|
|
536
|
+
return pulumi.get(self, "transit_gateway_attachment_id")
|
|
537
|
+
|
|
528
538
|
@_builtins.property
|
|
529
539
|
@pulumi.getter(name="transitGatewayId")
|
|
530
540
|
def transit_gateway_id(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
@@ -26,7 +26,7 @@ __all__ = [
|
|
|
26
26
|
|
|
27
27
|
@pulumi.output_type
|
|
28
28
|
class GetFirewallResult:
|
|
29
|
-
def __init__(__self__, availability_zone_change_protection=None, availability_zone_mappings=None, delete_protection=None, description=None, enabled_analysis_types=None, endpoint_ids=None, firewall_arn=None, firewall_id=None, firewall_policy_arn=None, firewall_policy_change_protection=None, subnet_change_protection=None, subnet_mappings=None, tags=None, transit_gateway_id=None):
|
|
29
|
+
def __init__(__self__, availability_zone_change_protection=None, availability_zone_mappings=None, delete_protection=None, description=None, enabled_analysis_types=None, endpoint_ids=None, firewall_arn=None, firewall_id=None, firewall_policy_arn=None, firewall_policy_change_protection=None, subnet_change_protection=None, subnet_mappings=None, tags=None, transit_gateway_attachment_id=None, transit_gateway_id=None):
|
|
30
30
|
if availability_zone_change_protection and not isinstance(availability_zone_change_protection, bool):
|
|
31
31
|
raise TypeError("Expected argument 'availability_zone_change_protection' to be a bool")
|
|
32
32
|
pulumi.set(__self__, "availability_zone_change_protection", availability_zone_change_protection)
|
|
@@ -66,6 +66,9 @@ class GetFirewallResult:
|
|
|
66
66
|
if tags and not isinstance(tags, list):
|
|
67
67
|
raise TypeError("Expected argument 'tags' to be a list")
|
|
68
68
|
pulumi.set(__self__, "tags", tags)
|
|
69
|
+
if transit_gateway_attachment_id and not isinstance(transit_gateway_attachment_id, str):
|
|
70
|
+
raise TypeError("Expected argument 'transit_gateway_attachment_id' to be a str")
|
|
71
|
+
pulumi.set(__self__, "transit_gateway_attachment_id", transit_gateway_attachment_id)
|
|
69
72
|
if transit_gateway_id and not isinstance(transit_gateway_id, str):
|
|
70
73
|
raise TypeError("Expected argument 'transit_gateway_id' to be a str")
|
|
71
74
|
pulumi.set(__self__, "transit_gateway_id", transit_gateway_id)
|
|
@@ -182,6 +185,14 @@ class GetFirewallResult:
|
|
|
182
185
|
"""
|
|
183
186
|
return pulumi.get(self, "tags")
|
|
184
187
|
|
|
188
|
+
@_builtins.property
|
|
189
|
+
@pulumi.getter(name="transitGatewayAttachmentId")
|
|
190
|
+
def transit_gateway_attachment_id(self) -> Optional[_builtins.str]:
|
|
191
|
+
"""
|
|
192
|
+
The unique identifier of the transit gateway attachment associated with this firewall. This field is only present for transit gateway-attached firewalls.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "transit_gateway_attachment_id")
|
|
195
|
+
|
|
185
196
|
@_builtins.property
|
|
186
197
|
@pulumi.getter(name="transitGatewayId")
|
|
187
198
|
def transit_gateway_id(self) -> Optional[_builtins.str]:
|
|
@@ -210,6 +221,7 @@ class AwaitableGetFirewallResult(GetFirewallResult):
|
|
|
210
221
|
subnet_change_protection=self.subnet_change_protection,
|
|
211
222
|
subnet_mappings=self.subnet_mappings,
|
|
212
223
|
tags=self.tags,
|
|
224
|
+
transit_gateway_attachment_id=self.transit_gateway_attachment_id,
|
|
213
225
|
transit_gateway_id=self.transit_gateway_id)
|
|
214
226
|
|
|
215
227
|
|
|
@@ -240,6 +252,7 @@ def get_firewall(firewall_arn: Optional[_builtins.str] = None,
|
|
|
240
252
|
subnet_change_protection=pulumi.get(__ret__, 'subnet_change_protection'),
|
|
241
253
|
subnet_mappings=pulumi.get(__ret__, 'subnet_mappings'),
|
|
242
254
|
tags=pulumi.get(__ret__, 'tags'),
|
|
255
|
+
transit_gateway_attachment_id=pulumi.get(__ret__, 'transit_gateway_attachment_id'),
|
|
243
256
|
transit_gateway_id=pulumi.get(__ret__, 'transit_gateway_id'))
|
|
244
257
|
def get_firewall_output(firewall_arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
245
258
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetFirewallResult]:
|
|
@@ -267,4 +280,5 @@ def get_firewall_output(firewall_arn: Optional[pulumi.Input[_builtins.str]] = No
|
|
|
267
280
|
subnet_change_protection=pulumi.get(__response__, 'subnet_change_protection'),
|
|
268
281
|
subnet_mappings=pulumi.get(__response__, 'subnet_mappings'),
|
|
269
282
|
tags=pulumi.get(__response__, 'tags'),
|
|
283
|
+
transit_gateway_attachment_id=pulumi.get(__response__, 'transit_gateway_attachment_id'),
|
|
270
284
|
transit_gateway_id=pulumi.get(__response__, 'transit_gateway_id')))
|
|
@@ -111,6 +111,8 @@ class FirewallPolicy(dict):
|
|
|
111
111
|
suggest = "stateless_default_actions"
|
|
112
112
|
elif key == "statelessFragmentDefaultActions":
|
|
113
113
|
suggest = "stateless_fragment_default_actions"
|
|
114
|
+
elif key == "enableTlsSessionHolding":
|
|
115
|
+
suggest = "enable_tls_session_holding"
|
|
114
116
|
elif key == "policyVariables":
|
|
115
117
|
suggest = "policy_variables"
|
|
116
118
|
elif key == "statefulDefaultActions":
|
|
@@ -140,6 +142,7 @@ class FirewallPolicy(dict):
|
|
|
140
142
|
def __init__(__self__, *,
|
|
141
143
|
stateless_default_actions: Sequence[_builtins.str],
|
|
142
144
|
stateless_fragment_default_actions: Sequence[_builtins.str],
|
|
145
|
+
enable_tls_session_holding: Optional[_builtins.bool] = None,
|
|
143
146
|
policy_variables: Optional['outputs.FirewallPolicyPolicyVariablesProperties'] = None,
|
|
144
147
|
stateful_default_actions: Optional[Sequence[_builtins.str]] = None,
|
|
145
148
|
stateful_engine_options: Optional['outputs.FirewallPolicyStatefulEngineOptions'] = None,
|
|
@@ -158,6 +161,7 @@ class FirewallPolicy(dict):
|
|
|
158
161
|
You must specify one of the standard actions: `aws:pass` , `aws:drop` , or `aws:forward_to_sfe` . In addition, you can specify custom actions that are compatible with your standard section choice.
|
|
159
162
|
|
|
160
163
|
For example, you could specify `["aws:pass"]` or you could specify `["aws:pass", "customActionName"]` . For information about compatibility, see the custom action descriptions.
|
|
164
|
+
:param _builtins.bool enable_tls_session_holding: When true, prevents TCP and TLS packets from reaching destination servers until TLS Inspection has evaluated Server Name Indication (SNI) rules. Requires an associated TLS Inspection configuration.
|
|
161
165
|
:param 'FirewallPolicyPolicyVariablesProperties' policy_variables: Contains variables that you can use to override default Suricata settings in your firewall policy.
|
|
162
166
|
:param Sequence[_builtins.str] stateful_default_actions: The default actions to take on a packet that doesn't match any stateful rules. The stateful default action is optional, and is only valid when using the strict rule order.
|
|
163
167
|
|
|
@@ -177,6 +181,8 @@ class FirewallPolicy(dict):
|
|
|
177
181
|
"""
|
|
178
182
|
pulumi.set(__self__, "stateless_default_actions", stateless_default_actions)
|
|
179
183
|
pulumi.set(__self__, "stateless_fragment_default_actions", stateless_fragment_default_actions)
|
|
184
|
+
if enable_tls_session_holding is not None:
|
|
185
|
+
pulumi.set(__self__, "enable_tls_session_holding", enable_tls_session_holding)
|
|
180
186
|
if policy_variables is not None:
|
|
181
187
|
pulumi.set(__self__, "policy_variables", policy_variables)
|
|
182
188
|
if stateful_default_actions is not None:
|
|
@@ -216,6 +222,14 @@ class FirewallPolicy(dict):
|
|
|
216
222
|
"""
|
|
217
223
|
return pulumi.get(self, "stateless_fragment_default_actions")
|
|
218
224
|
|
|
225
|
+
@_builtins.property
|
|
226
|
+
@pulumi.getter(name="enableTlsSessionHolding")
|
|
227
|
+
def enable_tls_session_holding(self) -> Optional[_builtins.bool]:
|
|
228
|
+
"""
|
|
229
|
+
When true, prevents TCP and TLS packets from reaching destination servers until TLS Inspection has evaluated Server Name Indication (SNI) rules. Requires an associated TLS Inspection configuration.
|
|
230
|
+
"""
|
|
231
|
+
return pulumi.get(self, "enable_tls_session_holding")
|
|
232
|
+
|
|
219
233
|
@_builtins.property
|
|
220
234
|
@pulumi.getter(name="policyVariables")
|
|
221
235
|
def policy_variables(self) -> Optional['outputs.FirewallPolicyPolicyVariablesProperties']:
|
|
@@ -21,18 +21,27 @@ __all__ = [
|
|
|
21
21
|
|
|
22
22
|
@pulumi.type_token("aws-native:observabilityadmin:OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy")
|
|
23
23
|
class OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionConflictResolutionStrategy(_builtins.str, Enum):
|
|
24
|
+
"""
|
|
25
|
+
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.
|
|
26
|
+
"""
|
|
24
27
|
ALLOW = "ALLOW"
|
|
25
28
|
SKIP = "SKIP"
|
|
26
29
|
|
|
27
30
|
|
|
28
31
|
@pulumi.type_token("aws-native:observabilityadmin:OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy")
|
|
29
32
|
class OrganizationCentralizationRuleLogsEncryptionConfigurationEncryptionStrategy(_builtins.str, Enum):
|
|
33
|
+
"""
|
|
34
|
+
Configuration that determines the encryption strategy of the destination log groups. CUSTOMER_MANAGED uses the configured KmsKeyArn to encrypt newly created destination log groups.
|
|
35
|
+
"""
|
|
30
36
|
CUSTOMER_MANAGED = "CUSTOMER_MANAGED"
|
|
31
37
|
AWS_OWNED = "AWS_OWNED"
|
|
32
38
|
|
|
33
39
|
|
|
34
40
|
@pulumi.type_token("aws-native:observabilityadmin:OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy")
|
|
35
41
|
class OrganizationCentralizationRuleSourceLogsConfigurationEncryptedLogGroupStrategy(_builtins.str, Enum):
|
|
42
|
+
"""
|
|
43
|
+
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.
|
|
44
|
+
"""
|
|
36
45
|
ALLOW = "ALLOW"
|
|
37
46
|
SKIP = "SKIP"
|
|
38
47
|
|