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
|
@@ -7,6 +7,7 @@ import pulumi
|
|
|
7
7
|
from enum import Enum
|
|
8
8
|
|
|
9
9
|
__all__ = [
|
|
10
|
+
'CampaignAgentAction',
|
|
10
11
|
'CampaignCommunicationLimitTimeUnit',
|
|
11
12
|
'CampaignDayOfWeek',
|
|
12
13
|
'CampaignInstanceLimitsHandling',
|
|
@@ -14,6 +15,14 @@ __all__ = [
|
|
|
14
15
|
]
|
|
15
16
|
|
|
16
17
|
|
|
18
|
+
@pulumi.type_token("aws-native:connectcampaignsv2:CampaignAgentAction")
|
|
19
|
+
class CampaignAgentAction(_builtins.str, Enum):
|
|
20
|
+
"""
|
|
21
|
+
Actions that can performed on a contact by an agent
|
|
22
|
+
"""
|
|
23
|
+
DISCARD = "DISCARD"
|
|
24
|
+
|
|
25
|
+
|
|
17
26
|
@pulumi.type_token("aws-native:connectcampaignsv2:CampaignCommunicationLimitTimeUnit")
|
|
18
27
|
class CampaignCommunicationLimitTimeUnit(_builtins.str, Enum):
|
|
19
28
|
"""
|
|
@@ -46,6 +46,8 @@ __all__ = [
|
|
|
46
46
|
'CampaignOpenHoursArgsDict',
|
|
47
47
|
'CampaignPredictiveConfigArgs',
|
|
48
48
|
'CampaignPredictiveConfigArgsDict',
|
|
49
|
+
'CampaignPreviewConfigArgs',
|
|
50
|
+
'CampaignPreviewConfigArgsDict',
|
|
49
51
|
'CampaignProgressiveConfigArgs',
|
|
50
52
|
'CampaignProgressiveConfigArgsDict',
|
|
51
53
|
'CampaignRestrictedPeriodsArgs',
|
|
@@ -72,6 +74,8 @@ __all__ = [
|
|
|
72
74
|
'CampaignTimeRangeArgsDict',
|
|
73
75
|
'CampaignTimeWindowArgs',
|
|
74
76
|
'CampaignTimeWindowArgsDict',
|
|
77
|
+
'CampaignTimeoutConfigArgs',
|
|
78
|
+
'CampaignTimeoutConfigArgsDict',
|
|
75
79
|
]
|
|
76
80
|
|
|
77
81
|
MYPY = False
|
|
@@ -852,6 +856,80 @@ class CampaignPredictiveConfigArgs:
|
|
|
852
856
|
pulumi.set(self, "bandwidth_allocation", value)
|
|
853
857
|
|
|
854
858
|
|
|
859
|
+
if not MYPY:
|
|
860
|
+
class CampaignPreviewConfigArgsDict(TypedDict):
|
|
861
|
+
"""
|
|
862
|
+
Preview config
|
|
863
|
+
"""
|
|
864
|
+
bandwidth_allocation: pulumi.Input[_builtins.float]
|
|
865
|
+
"""
|
|
866
|
+
Bandwidth allocation for the preview outbound mode.
|
|
867
|
+
"""
|
|
868
|
+
timeout_config: pulumi.Input['CampaignTimeoutConfigArgsDict']
|
|
869
|
+
"""
|
|
870
|
+
Countdown timer configuration for preview outbound mode.
|
|
871
|
+
"""
|
|
872
|
+
agent_actions: NotRequired[pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]]]
|
|
873
|
+
"""
|
|
874
|
+
Agent actions for the preview outbound mode.
|
|
875
|
+
"""
|
|
876
|
+
elif False:
|
|
877
|
+
CampaignPreviewConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
878
|
+
|
|
879
|
+
@pulumi.input_type
|
|
880
|
+
class CampaignPreviewConfigArgs:
|
|
881
|
+
def __init__(__self__, *,
|
|
882
|
+
bandwidth_allocation: pulumi.Input[_builtins.float],
|
|
883
|
+
timeout_config: pulumi.Input['CampaignTimeoutConfigArgs'],
|
|
884
|
+
agent_actions: Optional[pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]]] = None):
|
|
885
|
+
"""
|
|
886
|
+
Preview config
|
|
887
|
+
:param pulumi.Input[_builtins.float] bandwidth_allocation: Bandwidth allocation for the preview outbound mode.
|
|
888
|
+
:param pulumi.Input['CampaignTimeoutConfigArgs'] timeout_config: Countdown timer configuration for preview outbound mode.
|
|
889
|
+
:param pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]] agent_actions: Agent actions for the preview outbound mode.
|
|
890
|
+
"""
|
|
891
|
+
pulumi.set(__self__, "bandwidth_allocation", bandwidth_allocation)
|
|
892
|
+
pulumi.set(__self__, "timeout_config", timeout_config)
|
|
893
|
+
if agent_actions is not None:
|
|
894
|
+
pulumi.set(__self__, "agent_actions", agent_actions)
|
|
895
|
+
|
|
896
|
+
@_builtins.property
|
|
897
|
+
@pulumi.getter(name="bandwidthAllocation")
|
|
898
|
+
def bandwidth_allocation(self) -> pulumi.Input[_builtins.float]:
|
|
899
|
+
"""
|
|
900
|
+
Bandwidth allocation for the preview outbound mode.
|
|
901
|
+
"""
|
|
902
|
+
return pulumi.get(self, "bandwidth_allocation")
|
|
903
|
+
|
|
904
|
+
@bandwidth_allocation.setter
|
|
905
|
+
def bandwidth_allocation(self, value: pulumi.Input[_builtins.float]):
|
|
906
|
+
pulumi.set(self, "bandwidth_allocation", value)
|
|
907
|
+
|
|
908
|
+
@_builtins.property
|
|
909
|
+
@pulumi.getter(name="timeoutConfig")
|
|
910
|
+
def timeout_config(self) -> pulumi.Input['CampaignTimeoutConfigArgs']:
|
|
911
|
+
"""
|
|
912
|
+
Countdown timer configuration for preview outbound mode.
|
|
913
|
+
"""
|
|
914
|
+
return pulumi.get(self, "timeout_config")
|
|
915
|
+
|
|
916
|
+
@timeout_config.setter
|
|
917
|
+
def timeout_config(self, value: pulumi.Input['CampaignTimeoutConfigArgs']):
|
|
918
|
+
pulumi.set(self, "timeout_config", value)
|
|
919
|
+
|
|
920
|
+
@_builtins.property
|
|
921
|
+
@pulumi.getter(name="agentActions")
|
|
922
|
+
def agent_actions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]]]:
|
|
923
|
+
"""
|
|
924
|
+
Agent actions for the preview outbound mode.
|
|
925
|
+
"""
|
|
926
|
+
return pulumi.get(self, "agent_actions")
|
|
927
|
+
|
|
928
|
+
@agent_actions.setter
|
|
929
|
+
def agent_actions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['CampaignAgentAction']]]]):
|
|
930
|
+
pulumi.set(self, "agent_actions", value)
|
|
931
|
+
|
|
932
|
+
|
|
855
933
|
if not MYPY:
|
|
856
934
|
class CampaignProgressiveConfigArgsDict(TypedDict):
|
|
857
935
|
"""
|
|
@@ -1459,6 +1537,7 @@ if not MYPY:
|
|
|
1459
1537
|
"""
|
|
1460
1538
|
Contains predictive outbound mode configuration.
|
|
1461
1539
|
"""
|
|
1540
|
+
preview_config: NotRequired[pulumi.Input['CampaignPreviewConfigArgsDict']]
|
|
1462
1541
|
progressive_config: NotRequired[pulumi.Input['CampaignProgressiveConfigArgsDict']]
|
|
1463
1542
|
"""
|
|
1464
1543
|
Contains progressive telephony outbound mode configuration.
|
|
@@ -1471,6 +1550,7 @@ class CampaignTelephonyOutboundModeArgs:
|
|
|
1471
1550
|
def __init__(__self__, *,
|
|
1472
1551
|
agentless_config: Optional[pulumi.Input['CampaignAgentlessConfigArgs']] = None,
|
|
1473
1552
|
predictive_config: Optional[pulumi.Input['CampaignPredictiveConfigArgs']] = None,
|
|
1553
|
+
preview_config: Optional[pulumi.Input['CampaignPreviewConfigArgs']] = None,
|
|
1474
1554
|
progressive_config: Optional[pulumi.Input['CampaignProgressiveConfigArgs']] = None):
|
|
1475
1555
|
"""
|
|
1476
1556
|
Telephony Outbound Mode
|
|
@@ -1482,6 +1562,8 @@ class CampaignTelephonyOutboundModeArgs:
|
|
|
1482
1562
|
pulumi.set(__self__, "agentless_config", agentless_config)
|
|
1483
1563
|
if predictive_config is not None:
|
|
1484
1564
|
pulumi.set(__self__, "predictive_config", predictive_config)
|
|
1565
|
+
if preview_config is not None:
|
|
1566
|
+
pulumi.set(__self__, "preview_config", preview_config)
|
|
1485
1567
|
if progressive_config is not None:
|
|
1486
1568
|
pulumi.set(__self__, "progressive_config", progressive_config)
|
|
1487
1569
|
|
|
@@ -1509,6 +1591,15 @@ class CampaignTelephonyOutboundModeArgs:
|
|
|
1509
1591
|
def predictive_config(self, value: Optional[pulumi.Input['CampaignPredictiveConfigArgs']]):
|
|
1510
1592
|
pulumi.set(self, "predictive_config", value)
|
|
1511
1593
|
|
|
1594
|
+
@_builtins.property
|
|
1595
|
+
@pulumi.getter(name="previewConfig")
|
|
1596
|
+
def preview_config(self) -> Optional[pulumi.Input['CampaignPreviewConfigArgs']]:
|
|
1597
|
+
return pulumi.get(self, "preview_config")
|
|
1598
|
+
|
|
1599
|
+
@preview_config.setter
|
|
1600
|
+
def preview_config(self, value: Optional[pulumi.Input['CampaignPreviewConfigArgs']]):
|
|
1601
|
+
pulumi.set(self, "preview_config", value)
|
|
1602
|
+
|
|
1512
1603
|
@_builtins.property
|
|
1513
1604
|
@pulumi.getter(name="progressiveConfig")
|
|
1514
1605
|
def progressive_config(self) -> Optional[pulumi.Input['CampaignProgressiveConfigArgs']]:
|
|
@@ -1617,3 +1708,39 @@ class CampaignTimeWindowArgs:
|
|
|
1617
1708
|
pulumi.set(self, "restricted_periods", value)
|
|
1618
1709
|
|
|
1619
1710
|
|
|
1711
|
+
if not MYPY:
|
|
1712
|
+
class CampaignTimeoutConfigArgsDict(TypedDict):
|
|
1713
|
+
"""
|
|
1714
|
+
Timeout Config for preview contacts
|
|
1715
|
+
"""
|
|
1716
|
+
duration_in_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1717
|
+
"""
|
|
1718
|
+
Duration in seconds for the countdown timer.
|
|
1719
|
+
"""
|
|
1720
|
+
elif False:
|
|
1721
|
+
CampaignTimeoutConfigArgsDict: TypeAlias = Mapping[str, Any]
|
|
1722
|
+
|
|
1723
|
+
@pulumi.input_type
|
|
1724
|
+
class CampaignTimeoutConfigArgs:
|
|
1725
|
+
def __init__(__self__, *,
|
|
1726
|
+
duration_in_seconds: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1727
|
+
"""
|
|
1728
|
+
Timeout Config for preview contacts
|
|
1729
|
+
:param pulumi.Input[_builtins.int] duration_in_seconds: Duration in seconds for the countdown timer.
|
|
1730
|
+
"""
|
|
1731
|
+
if duration_in_seconds is not None:
|
|
1732
|
+
pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
|
|
1733
|
+
|
|
1734
|
+
@_builtins.property
|
|
1735
|
+
@pulumi.getter(name="durationInSeconds")
|
|
1736
|
+
def duration_in_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1737
|
+
"""
|
|
1738
|
+
Duration in seconds for the countdown timer.
|
|
1739
|
+
"""
|
|
1740
|
+
return pulumi.get(self, "duration_in_seconds")
|
|
1741
|
+
|
|
1742
|
+
@duration_in_seconds.setter
|
|
1743
|
+
def duration_in_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1744
|
+
pulumi.set(self, "duration_in_seconds", value)
|
|
1745
|
+
|
|
1746
|
+
|
|
@@ -32,6 +32,7 @@ __all__ = [
|
|
|
32
32
|
'CampaignLocalTimeZoneConfig',
|
|
33
33
|
'CampaignOpenHours',
|
|
34
34
|
'CampaignPredictiveConfig',
|
|
35
|
+
'CampaignPreviewConfig',
|
|
35
36
|
'CampaignProgressiveConfig',
|
|
36
37
|
'CampaignRestrictedPeriod',
|
|
37
38
|
'CampaignRestrictedPeriods',
|
|
@@ -45,6 +46,7 @@ __all__ = [
|
|
|
45
46
|
'CampaignTelephonyOutboundMode',
|
|
46
47
|
'CampaignTimeRange',
|
|
47
48
|
'CampaignTimeWindow',
|
|
49
|
+
'CampaignTimeoutConfig',
|
|
48
50
|
]
|
|
49
51
|
|
|
50
52
|
@pulumi.output_type
|
|
@@ -746,6 +748,72 @@ class CampaignPredictiveConfig(dict):
|
|
|
746
748
|
return pulumi.get(self, "bandwidth_allocation")
|
|
747
749
|
|
|
748
750
|
|
|
751
|
+
@pulumi.output_type
|
|
752
|
+
class CampaignPreviewConfig(dict):
|
|
753
|
+
"""
|
|
754
|
+
Preview config
|
|
755
|
+
"""
|
|
756
|
+
@staticmethod
|
|
757
|
+
def __key_warning(key: str):
|
|
758
|
+
suggest = None
|
|
759
|
+
if key == "bandwidthAllocation":
|
|
760
|
+
suggest = "bandwidth_allocation"
|
|
761
|
+
elif key == "timeoutConfig":
|
|
762
|
+
suggest = "timeout_config"
|
|
763
|
+
elif key == "agentActions":
|
|
764
|
+
suggest = "agent_actions"
|
|
765
|
+
|
|
766
|
+
if suggest:
|
|
767
|
+
pulumi.log.warn(f"Key '{key}' not found in CampaignPreviewConfig. Access the value via the '{suggest}' property getter instead.")
|
|
768
|
+
|
|
769
|
+
def __getitem__(self, key: str) -> Any:
|
|
770
|
+
CampaignPreviewConfig.__key_warning(key)
|
|
771
|
+
return super().__getitem__(key)
|
|
772
|
+
|
|
773
|
+
def get(self, key: str, default = None) -> Any:
|
|
774
|
+
CampaignPreviewConfig.__key_warning(key)
|
|
775
|
+
return super().get(key, default)
|
|
776
|
+
|
|
777
|
+
def __init__(__self__, *,
|
|
778
|
+
bandwidth_allocation: _builtins.float,
|
|
779
|
+
timeout_config: 'outputs.CampaignTimeoutConfig',
|
|
780
|
+
agent_actions: Optional[Sequence['CampaignAgentAction']] = None):
|
|
781
|
+
"""
|
|
782
|
+
Preview config
|
|
783
|
+
:param _builtins.float bandwidth_allocation: Bandwidth allocation for the preview outbound mode.
|
|
784
|
+
:param 'CampaignTimeoutConfig' timeout_config: Countdown timer configuration for preview outbound mode.
|
|
785
|
+
:param Sequence['CampaignAgentAction'] agent_actions: Agent actions for the preview outbound mode.
|
|
786
|
+
"""
|
|
787
|
+
pulumi.set(__self__, "bandwidth_allocation", bandwidth_allocation)
|
|
788
|
+
pulumi.set(__self__, "timeout_config", timeout_config)
|
|
789
|
+
if agent_actions is not None:
|
|
790
|
+
pulumi.set(__self__, "agent_actions", agent_actions)
|
|
791
|
+
|
|
792
|
+
@_builtins.property
|
|
793
|
+
@pulumi.getter(name="bandwidthAllocation")
|
|
794
|
+
def bandwidth_allocation(self) -> _builtins.float:
|
|
795
|
+
"""
|
|
796
|
+
Bandwidth allocation for the preview outbound mode.
|
|
797
|
+
"""
|
|
798
|
+
return pulumi.get(self, "bandwidth_allocation")
|
|
799
|
+
|
|
800
|
+
@_builtins.property
|
|
801
|
+
@pulumi.getter(name="timeoutConfig")
|
|
802
|
+
def timeout_config(self) -> 'outputs.CampaignTimeoutConfig':
|
|
803
|
+
"""
|
|
804
|
+
Countdown timer configuration for preview outbound mode.
|
|
805
|
+
"""
|
|
806
|
+
return pulumi.get(self, "timeout_config")
|
|
807
|
+
|
|
808
|
+
@_builtins.property
|
|
809
|
+
@pulumi.getter(name="agentActions")
|
|
810
|
+
def agent_actions(self) -> Optional[Sequence['CampaignAgentAction']]:
|
|
811
|
+
"""
|
|
812
|
+
Agent actions for the preview outbound mode.
|
|
813
|
+
"""
|
|
814
|
+
return pulumi.get(self, "agent_actions")
|
|
815
|
+
|
|
816
|
+
|
|
749
817
|
@pulumi.output_type
|
|
750
818
|
class CampaignProgressiveConfig(dict):
|
|
751
819
|
"""
|
|
@@ -1314,6 +1382,8 @@ class CampaignTelephonyOutboundMode(dict):
|
|
|
1314
1382
|
suggest = "agentless_config"
|
|
1315
1383
|
elif key == "predictiveConfig":
|
|
1316
1384
|
suggest = "predictive_config"
|
|
1385
|
+
elif key == "previewConfig":
|
|
1386
|
+
suggest = "preview_config"
|
|
1317
1387
|
elif key == "progressiveConfig":
|
|
1318
1388
|
suggest = "progressive_config"
|
|
1319
1389
|
|
|
@@ -1331,6 +1401,7 @@ class CampaignTelephonyOutboundMode(dict):
|
|
|
1331
1401
|
def __init__(__self__, *,
|
|
1332
1402
|
agentless_config: Optional['outputs.CampaignAgentlessConfig'] = None,
|
|
1333
1403
|
predictive_config: Optional['outputs.CampaignPredictiveConfig'] = None,
|
|
1404
|
+
preview_config: Optional['outputs.CampaignPreviewConfig'] = None,
|
|
1334
1405
|
progressive_config: Optional['outputs.CampaignProgressiveConfig'] = None):
|
|
1335
1406
|
"""
|
|
1336
1407
|
Telephony Outbound Mode
|
|
@@ -1342,6 +1413,8 @@ class CampaignTelephonyOutboundMode(dict):
|
|
|
1342
1413
|
pulumi.set(__self__, "agentless_config", agentless_config)
|
|
1343
1414
|
if predictive_config is not None:
|
|
1344
1415
|
pulumi.set(__self__, "predictive_config", predictive_config)
|
|
1416
|
+
if preview_config is not None:
|
|
1417
|
+
pulumi.set(__self__, "preview_config", preview_config)
|
|
1345
1418
|
if progressive_config is not None:
|
|
1346
1419
|
pulumi.set(__self__, "progressive_config", progressive_config)
|
|
1347
1420
|
|
|
@@ -1361,6 +1434,11 @@ class CampaignTelephonyOutboundMode(dict):
|
|
|
1361
1434
|
"""
|
|
1362
1435
|
return pulumi.get(self, "predictive_config")
|
|
1363
1436
|
|
|
1437
|
+
@_builtins.property
|
|
1438
|
+
@pulumi.getter(name="previewConfig")
|
|
1439
|
+
def preview_config(self) -> Optional['outputs.CampaignPreviewConfig']:
|
|
1440
|
+
return pulumi.get(self, "preview_config")
|
|
1441
|
+
|
|
1364
1442
|
@_builtins.property
|
|
1365
1443
|
@pulumi.getter(name="progressiveConfig")
|
|
1366
1444
|
def progressive_config(self) -> Optional['outputs.CampaignProgressiveConfig']:
|
|
@@ -1467,3 +1545,43 @@ class CampaignTimeWindow(dict):
|
|
|
1467
1545
|
return pulumi.get(self, "restricted_periods")
|
|
1468
1546
|
|
|
1469
1547
|
|
|
1548
|
+
@pulumi.output_type
|
|
1549
|
+
class CampaignTimeoutConfig(dict):
|
|
1550
|
+
"""
|
|
1551
|
+
Timeout Config for preview contacts
|
|
1552
|
+
"""
|
|
1553
|
+
@staticmethod
|
|
1554
|
+
def __key_warning(key: str):
|
|
1555
|
+
suggest = None
|
|
1556
|
+
if key == "durationInSeconds":
|
|
1557
|
+
suggest = "duration_in_seconds"
|
|
1558
|
+
|
|
1559
|
+
if suggest:
|
|
1560
|
+
pulumi.log.warn(f"Key '{key}' not found in CampaignTimeoutConfig. Access the value via the '{suggest}' property getter instead.")
|
|
1561
|
+
|
|
1562
|
+
def __getitem__(self, key: str) -> Any:
|
|
1563
|
+
CampaignTimeoutConfig.__key_warning(key)
|
|
1564
|
+
return super().__getitem__(key)
|
|
1565
|
+
|
|
1566
|
+
def get(self, key: str, default = None) -> Any:
|
|
1567
|
+
CampaignTimeoutConfig.__key_warning(key)
|
|
1568
|
+
return super().get(key, default)
|
|
1569
|
+
|
|
1570
|
+
def __init__(__self__, *,
|
|
1571
|
+
duration_in_seconds: Optional[_builtins.int] = None):
|
|
1572
|
+
"""
|
|
1573
|
+
Timeout Config for preview contacts
|
|
1574
|
+
:param _builtins.int duration_in_seconds: Duration in seconds for the countdown timer.
|
|
1575
|
+
"""
|
|
1576
|
+
if duration_in_seconds is not None:
|
|
1577
|
+
pulumi.set(__self__, "duration_in_seconds", duration_in_seconds)
|
|
1578
|
+
|
|
1579
|
+
@_builtins.property
|
|
1580
|
+
@pulumi.getter(name="durationInSeconds")
|
|
1581
|
+
def duration_in_seconds(self) -> Optional[_builtins.int]:
|
|
1582
|
+
"""
|
|
1583
|
+
Duration in seconds for the countdown timer.
|
|
1584
|
+
"""
|
|
1585
|
+
return pulumi.get(self, "duration_in_seconds")
|
|
1586
|
+
|
|
1587
|
+
|
|
@@ -58,6 +58,8 @@ __all__ = [
|
|
|
58
58
|
'ConnectionPropertiesInput5PropertiesArgsDict',
|
|
59
59
|
'ConnectionPropertiesInput6PropertiesArgs',
|
|
60
60
|
'ConnectionPropertiesInput6PropertiesArgsDict',
|
|
61
|
+
'ConnectionPropertiesInput7PropertiesArgs',
|
|
62
|
+
'ConnectionPropertiesInput7PropertiesArgsDict',
|
|
61
63
|
'ConnectionRedshiftCredentials0PropertiesArgs',
|
|
62
64
|
'ConnectionRedshiftCredentials0PropertiesArgsDict',
|
|
63
65
|
'ConnectionRedshiftCredentials1PropertiesArgs',
|
|
@@ -70,6 +72,8 @@ __all__ = [
|
|
|
70
72
|
'ConnectionRedshiftStorageProperties0PropertiesArgsDict',
|
|
71
73
|
'ConnectionRedshiftStorageProperties1PropertiesArgs',
|
|
72
74
|
'ConnectionRedshiftStorageProperties1PropertiesArgsDict',
|
|
75
|
+
'ConnectionS3PropertiesInputArgs',
|
|
76
|
+
'ConnectionS3PropertiesInputArgsDict',
|
|
73
77
|
'ConnectionSparkEmrPropertiesInputArgs',
|
|
74
78
|
'ConnectionSparkEmrPropertiesInputArgsDict',
|
|
75
79
|
'ConnectionSparkGlueArgsArgs',
|
|
@@ -1243,6 +1247,28 @@ class ConnectionPropertiesInput6PropertiesArgs:
|
|
|
1243
1247
|
pulumi.set(self, "spark_glue_properties", value)
|
|
1244
1248
|
|
|
1245
1249
|
|
|
1250
|
+
if not MYPY:
|
|
1251
|
+
class ConnectionPropertiesInput7PropertiesArgsDict(TypedDict):
|
|
1252
|
+
s3_properties: pulumi.Input['ConnectionS3PropertiesInputArgsDict']
|
|
1253
|
+
elif False:
|
|
1254
|
+
ConnectionPropertiesInput7PropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1255
|
+
|
|
1256
|
+
@pulumi.input_type
|
|
1257
|
+
class ConnectionPropertiesInput7PropertiesArgs:
|
|
1258
|
+
def __init__(__self__, *,
|
|
1259
|
+
s3_properties: pulumi.Input['ConnectionS3PropertiesInputArgs']):
|
|
1260
|
+
pulumi.set(__self__, "s3_properties", s3_properties)
|
|
1261
|
+
|
|
1262
|
+
@_builtins.property
|
|
1263
|
+
@pulumi.getter(name="s3Properties")
|
|
1264
|
+
def s3_properties(self) -> pulumi.Input['ConnectionS3PropertiesInputArgs']:
|
|
1265
|
+
return pulumi.get(self, "s3_properties")
|
|
1266
|
+
|
|
1267
|
+
@s3_properties.setter
|
|
1268
|
+
def s3_properties(self, value: pulumi.Input['ConnectionS3PropertiesInputArgs']):
|
|
1269
|
+
pulumi.set(self, "s3_properties", value)
|
|
1270
|
+
|
|
1271
|
+
|
|
1246
1272
|
if not MYPY:
|
|
1247
1273
|
class ConnectionRedshiftCredentials0PropertiesArgsDict(TypedDict):
|
|
1248
1274
|
secret_arn: pulumi.Input[_builtins.str]
|
|
@@ -1467,6 +1493,61 @@ class ConnectionRedshiftStorageProperties1PropertiesArgs:
|
|
|
1467
1493
|
pulumi.set(self, "workgroup_name", value)
|
|
1468
1494
|
|
|
1469
1495
|
|
|
1496
|
+
if not MYPY:
|
|
1497
|
+
class ConnectionS3PropertiesInputArgsDict(TypedDict):
|
|
1498
|
+
"""
|
|
1499
|
+
S3 Properties Input
|
|
1500
|
+
"""
|
|
1501
|
+
s3_uri: pulumi.Input[_builtins.str]
|
|
1502
|
+
"""
|
|
1503
|
+
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
1504
|
+
"""
|
|
1505
|
+
s3_access_grant_location_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
1506
|
+
"""
|
|
1507
|
+
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
1508
|
+
"""
|
|
1509
|
+
elif False:
|
|
1510
|
+
ConnectionS3PropertiesInputArgsDict: TypeAlias = Mapping[str, Any]
|
|
1511
|
+
|
|
1512
|
+
@pulumi.input_type
|
|
1513
|
+
class ConnectionS3PropertiesInputArgs:
|
|
1514
|
+
def __init__(__self__, *,
|
|
1515
|
+
s3_uri: pulumi.Input[_builtins.str],
|
|
1516
|
+
s3_access_grant_location_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1517
|
+
"""
|
|
1518
|
+
S3 Properties Input
|
|
1519
|
+
:param pulumi.Input[_builtins.str] s3_uri: The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
1520
|
+
:param pulumi.Input[_builtins.str] s3_access_grant_location_id: The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
1521
|
+
"""
|
|
1522
|
+
pulumi.set(__self__, "s3_uri", s3_uri)
|
|
1523
|
+
if s3_access_grant_location_id is not None:
|
|
1524
|
+
pulumi.set(__self__, "s3_access_grant_location_id", s3_access_grant_location_id)
|
|
1525
|
+
|
|
1526
|
+
@_builtins.property
|
|
1527
|
+
@pulumi.getter(name="s3Uri")
|
|
1528
|
+
def s3_uri(self) -> pulumi.Input[_builtins.str]:
|
|
1529
|
+
"""
|
|
1530
|
+
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
1531
|
+
"""
|
|
1532
|
+
return pulumi.get(self, "s3_uri")
|
|
1533
|
+
|
|
1534
|
+
@s3_uri.setter
|
|
1535
|
+
def s3_uri(self, value: pulumi.Input[_builtins.str]):
|
|
1536
|
+
pulumi.set(self, "s3_uri", value)
|
|
1537
|
+
|
|
1538
|
+
@_builtins.property
|
|
1539
|
+
@pulumi.getter(name="s3AccessGrantLocationId")
|
|
1540
|
+
def s3_access_grant_location_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1541
|
+
"""
|
|
1542
|
+
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
1543
|
+
"""
|
|
1544
|
+
return pulumi.get(self, "s3_access_grant_location_id")
|
|
1545
|
+
|
|
1546
|
+
@s3_access_grant_location_id.setter
|
|
1547
|
+
def s3_access_grant_location_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1548
|
+
pulumi.set(self, "s3_access_grant_location_id", value)
|
|
1549
|
+
|
|
1550
|
+
|
|
1470
1551
|
if not MYPY:
|
|
1471
1552
|
class ConnectionSparkEmrPropertiesInputArgsDict(TypedDict):
|
|
1472
1553
|
"""
|