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
|
@@ -20,10 +20,26 @@ __all__ = [
|
|
|
20
20
|
'AttributeConfigurationPropertiesArgsDict',
|
|
21
21
|
'ConstraintsPropertiesArgs',
|
|
22
22
|
'ConstraintsPropertiesArgsDict',
|
|
23
|
+
'EmailAddressAliasConfigurationArgs',
|
|
24
|
+
'EmailAddressAliasConfigurationArgsDict',
|
|
23
25
|
'EvaluationFormAutoEvaluationConfigurationArgs',
|
|
24
26
|
'EvaluationFormAutoEvaluationConfigurationArgsDict',
|
|
27
|
+
'EvaluationFormAutomaticFailConfigurationArgs',
|
|
28
|
+
'EvaluationFormAutomaticFailConfigurationArgsDict',
|
|
25
29
|
'EvaluationFormBaseItemArgs',
|
|
26
30
|
'EvaluationFormBaseItemArgsDict',
|
|
31
|
+
'EvaluationFormItemEnablementConditionOperandArgs',
|
|
32
|
+
'EvaluationFormItemEnablementConditionOperandArgsDict',
|
|
33
|
+
'EvaluationFormItemEnablementConditionArgs',
|
|
34
|
+
'EvaluationFormItemEnablementConditionArgsDict',
|
|
35
|
+
'EvaluationFormItemEnablementConfigurationArgs',
|
|
36
|
+
'EvaluationFormItemEnablementConfigurationArgsDict',
|
|
37
|
+
'EvaluationFormItemEnablementExpressionArgs',
|
|
38
|
+
'EvaluationFormItemEnablementExpressionArgsDict',
|
|
39
|
+
'EvaluationFormItemEnablementSourceValueArgs',
|
|
40
|
+
'EvaluationFormItemEnablementSourceValueArgsDict',
|
|
41
|
+
'EvaluationFormItemEnablementSourceArgs',
|
|
42
|
+
'EvaluationFormItemEnablementSourceArgsDict',
|
|
27
43
|
'EvaluationFormItemArgs',
|
|
28
44
|
'EvaluationFormItemArgsDict',
|
|
29
45
|
'EvaluationFormNumericQuestionAutomationArgs',
|
|
@@ -34,6 +50,8 @@ __all__ = [
|
|
|
34
50
|
'EvaluationFormNumericQuestionPropertiesArgsDict',
|
|
35
51
|
'EvaluationFormNumericQuestionPropertyValueAutomationArgs',
|
|
36
52
|
'EvaluationFormNumericQuestionPropertyValueAutomationArgsDict',
|
|
53
|
+
'EvaluationFormQuestionAutomationAnswerSourceArgs',
|
|
54
|
+
'EvaluationFormQuestionAutomationAnswerSourceArgsDict',
|
|
37
55
|
'EvaluationFormQuestionTypePropertiesArgs',
|
|
38
56
|
'EvaluationFormQuestionTypePropertiesArgsDict',
|
|
39
57
|
'EvaluationFormQuestionArgs',
|
|
@@ -52,6 +70,10 @@ __all__ = [
|
|
|
52
70
|
'EvaluationFormSingleSelectQuestionPropertiesArgsDict',
|
|
53
71
|
'EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs',
|
|
54
72
|
'EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgsDict',
|
|
73
|
+
'EvaluationFormTextQuestionAutomationArgs',
|
|
74
|
+
'EvaluationFormTextQuestionAutomationArgsDict',
|
|
75
|
+
'EvaluationFormTextQuestionPropertiesArgs',
|
|
76
|
+
'EvaluationFormTextQuestionPropertiesArgsDict',
|
|
55
77
|
'HoursOfOperationConfigArgs',
|
|
56
78
|
'HoursOfOperationConfigArgsDict',
|
|
57
79
|
'HoursOfOperationOverrideConfigArgs',
|
|
@@ -296,6 +318,41 @@ class ConstraintsPropertiesArgs:
|
|
|
296
318
|
pulumi.set(self, "required_fields", value)
|
|
297
319
|
|
|
298
320
|
|
|
321
|
+
if not MYPY:
|
|
322
|
+
class EmailAddressAliasConfigurationArgsDict(TypedDict):
|
|
323
|
+
"""
|
|
324
|
+
Configuration for an email address alias
|
|
325
|
+
"""
|
|
326
|
+
email_address_arn: pulumi.Input[_builtins.str]
|
|
327
|
+
"""
|
|
328
|
+
The identifier of the email address alias
|
|
329
|
+
"""
|
|
330
|
+
elif False:
|
|
331
|
+
EmailAddressAliasConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
332
|
+
|
|
333
|
+
@pulumi.input_type
|
|
334
|
+
class EmailAddressAliasConfigurationArgs:
|
|
335
|
+
def __init__(__self__, *,
|
|
336
|
+
email_address_arn: pulumi.Input[_builtins.str]):
|
|
337
|
+
"""
|
|
338
|
+
Configuration for an email address alias
|
|
339
|
+
:param pulumi.Input[_builtins.str] email_address_arn: The identifier of the email address alias
|
|
340
|
+
"""
|
|
341
|
+
pulumi.set(__self__, "email_address_arn", email_address_arn)
|
|
342
|
+
|
|
343
|
+
@_builtins.property
|
|
344
|
+
@pulumi.getter(name="emailAddressArn")
|
|
345
|
+
def email_address_arn(self) -> pulumi.Input[_builtins.str]:
|
|
346
|
+
"""
|
|
347
|
+
The identifier of the email address alias
|
|
348
|
+
"""
|
|
349
|
+
return pulumi.get(self, "email_address_arn")
|
|
350
|
+
|
|
351
|
+
@email_address_arn.setter
|
|
352
|
+
def email_address_arn(self, value: pulumi.Input[_builtins.str]):
|
|
353
|
+
pulumi.set(self, "email_address_arn", value)
|
|
354
|
+
|
|
355
|
+
|
|
299
356
|
if not MYPY:
|
|
300
357
|
class EvaluationFormAutoEvaluationConfigurationArgsDict(TypedDict):
|
|
301
358
|
enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
|
@@ -319,6 +376,38 @@ class EvaluationFormAutoEvaluationConfigurationArgs:
|
|
|
319
376
|
pulumi.set(self, "enabled", value)
|
|
320
377
|
|
|
321
378
|
|
|
379
|
+
if not MYPY:
|
|
380
|
+
class EvaluationFormAutomaticFailConfigurationArgsDict(TypedDict):
|
|
381
|
+
target_section: NotRequired[pulumi.Input[_builtins.str]]
|
|
382
|
+
"""
|
|
383
|
+
The target section refId to control failure propagation boundary.
|
|
384
|
+
"""
|
|
385
|
+
elif False:
|
|
386
|
+
EvaluationFormAutomaticFailConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
387
|
+
|
|
388
|
+
@pulumi.input_type
|
|
389
|
+
class EvaluationFormAutomaticFailConfigurationArgs:
|
|
390
|
+
def __init__(__self__, *,
|
|
391
|
+
target_section: Optional[pulumi.Input[_builtins.str]] = None):
|
|
392
|
+
"""
|
|
393
|
+
:param pulumi.Input[_builtins.str] target_section: The target section refId to control failure propagation boundary.
|
|
394
|
+
"""
|
|
395
|
+
if target_section is not None:
|
|
396
|
+
pulumi.set(__self__, "target_section", target_section)
|
|
397
|
+
|
|
398
|
+
@_builtins.property
|
|
399
|
+
@pulumi.getter(name="targetSection")
|
|
400
|
+
def target_section(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
401
|
+
"""
|
|
402
|
+
The target section refId to control failure propagation boundary.
|
|
403
|
+
"""
|
|
404
|
+
return pulumi.get(self, "target_section")
|
|
405
|
+
|
|
406
|
+
@target_section.setter
|
|
407
|
+
def target_section(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
408
|
+
pulumi.set(self, "target_section", value)
|
|
409
|
+
|
|
410
|
+
|
|
322
411
|
if not MYPY:
|
|
323
412
|
class EvaluationFormBaseItemArgsDict(TypedDict):
|
|
324
413
|
"""
|
|
@@ -354,6 +443,324 @@ class EvaluationFormBaseItemArgs:
|
|
|
354
443
|
pulumi.set(self, "section", value)
|
|
355
444
|
|
|
356
445
|
|
|
446
|
+
if not MYPY:
|
|
447
|
+
class EvaluationFormItemEnablementConditionOperandArgsDict(TypedDict):
|
|
448
|
+
expression: NotRequired[pulumi.Input['EvaluationFormItemEnablementExpressionArgsDict']]
|
|
449
|
+
"""
|
|
450
|
+
A direct comparison expression that evaluates a form item's value against specified criteria.
|
|
451
|
+
"""
|
|
452
|
+
elif False:
|
|
453
|
+
EvaluationFormItemEnablementConditionOperandArgsDict: TypeAlias = Mapping[str, Any]
|
|
454
|
+
|
|
455
|
+
@pulumi.input_type
|
|
456
|
+
class EvaluationFormItemEnablementConditionOperandArgs:
|
|
457
|
+
def __init__(__self__, *,
|
|
458
|
+
expression: Optional[pulumi.Input['EvaluationFormItemEnablementExpressionArgs']] = None):
|
|
459
|
+
"""
|
|
460
|
+
:param pulumi.Input['EvaluationFormItemEnablementExpressionArgs'] expression: A direct comparison expression that evaluates a form item's value against specified criteria.
|
|
461
|
+
"""
|
|
462
|
+
if expression is not None:
|
|
463
|
+
pulumi.set(__self__, "expression", expression)
|
|
464
|
+
|
|
465
|
+
@_builtins.property
|
|
466
|
+
@pulumi.getter
|
|
467
|
+
def expression(self) -> Optional[pulumi.Input['EvaluationFormItemEnablementExpressionArgs']]:
|
|
468
|
+
"""
|
|
469
|
+
A direct comparison expression that evaluates a form item's value against specified criteria.
|
|
470
|
+
"""
|
|
471
|
+
return pulumi.get(self, "expression")
|
|
472
|
+
|
|
473
|
+
@expression.setter
|
|
474
|
+
def expression(self, value: Optional[pulumi.Input['EvaluationFormItemEnablementExpressionArgs']]):
|
|
475
|
+
pulumi.set(self, "expression", value)
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
if not MYPY:
|
|
479
|
+
class EvaluationFormItemEnablementConditionArgsDict(TypedDict):
|
|
480
|
+
operands: pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementConditionOperandArgsDict']]]
|
|
481
|
+
"""
|
|
482
|
+
The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
|
|
483
|
+
"""
|
|
484
|
+
operator: NotRequired[pulumi.Input['EvaluationFormItemEnablementConditionOperator']]
|
|
485
|
+
"""
|
|
486
|
+
The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
|
|
487
|
+
"""
|
|
488
|
+
elif False:
|
|
489
|
+
EvaluationFormItemEnablementConditionArgsDict: TypeAlias = Mapping[str, Any]
|
|
490
|
+
|
|
491
|
+
@pulumi.input_type
|
|
492
|
+
class EvaluationFormItemEnablementConditionArgs:
|
|
493
|
+
def __init__(__self__, *,
|
|
494
|
+
operands: pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementConditionOperandArgs']]],
|
|
495
|
+
operator: Optional[pulumi.Input['EvaluationFormItemEnablementConditionOperator']] = None):
|
|
496
|
+
"""
|
|
497
|
+
:param pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementConditionOperandArgs']]] operands: The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
|
|
498
|
+
:param pulumi.Input['EvaluationFormItemEnablementConditionOperator'] operator: The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
|
|
499
|
+
"""
|
|
500
|
+
pulumi.set(__self__, "operands", operands)
|
|
501
|
+
if operator is not None:
|
|
502
|
+
pulumi.set(__self__, "operator", operator)
|
|
503
|
+
|
|
504
|
+
@_builtins.property
|
|
505
|
+
@pulumi.getter
|
|
506
|
+
def operands(self) -> pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementConditionOperandArgs']]]:
|
|
507
|
+
"""
|
|
508
|
+
The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
|
|
509
|
+
"""
|
|
510
|
+
return pulumi.get(self, "operands")
|
|
511
|
+
|
|
512
|
+
@operands.setter
|
|
513
|
+
def operands(self, value: pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementConditionOperandArgs']]]):
|
|
514
|
+
pulumi.set(self, "operands", value)
|
|
515
|
+
|
|
516
|
+
@_builtins.property
|
|
517
|
+
@pulumi.getter
|
|
518
|
+
def operator(self) -> Optional[pulumi.Input['EvaluationFormItemEnablementConditionOperator']]:
|
|
519
|
+
"""
|
|
520
|
+
The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
|
|
521
|
+
"""
|
|
522
|
+
return pulumi.get(self, "operator")
|
|
523
|
+
|
|
524
|
+
@operator.setter
|
|
525
|
+
def operator(self, value: Optional[pulumi.Input['EvaluationFormItemEnablementConditionOperator']]):
|
|
526
|
+
pulumi.set(self, "operator", value)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
if not MYPY:
|
|
530
|
+
class EvaluationFormItemEnablementConfigurationArgsDict(TypedDict):
|
|
531
|
+
action: pulumi.Input['EvaluationFormItemEnablementConfigurationAction']
|
|
532
|
+
"""
|
|
533
|
+
Defines the enablement status to be applied when the specified condition is met.
|
|
534
|
+
"""
|
|
535
|
+
condition: pulumi.Input['EvaluationFormItemEnablementConditionArgsDict']
|
|
536
|
+
"""
|
|
537
|
+
Specifies the logical condition that determines when to apply the enablement rules.
|
|
538
|
+
"""
|
|
539
|
+
default_action: NotRequired[pulumi.Input['EvaluationFormItemEnablementConfigurationDefaultAction']]
|
|
540
|
+
"""
|
|
541
|
+
Specifies the default enablement status to be applied when the condition is not satisfied.
|
|
542
|
+
"""
|
|
543
|
+
elif False:
|
|
544
|
+
EvaluationFormItemEnablementConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
545
|
+
|
|
546
|
+
@pulumi.input_type
|
|
547
|
+
class EvaluationFormItemEnablementConfigurationArgs:
|
|
548
|
+
def __init__(__self__, *,
|
|
549
|
+
action: pulumi.Input['EvaluationFormItemEnablementConfigurationAction'],
|
|
550
|
+
condition: pulumi.Input['EvaluationFormItemEnablementConditionArgs'],
|
|
551
|
+
default_action: Optional[pulumi.Input['EvaluationFormItemEnablementConfigurationDefaultAction']] = None):
|
|
552
|
+
"""
|
|
553
|
+
:param pulumi.Input['EvaluationFormItemEnablementConfigurationAction'] action: Defines the enablement status to be applied when the specified condition is met.
|
|
554
|
+
:param pulumi.Input['EvaluationFormItemEnablementConditionArgs'] condition: Specifies the logical condition that determines when to apply the enablement rules.
|
|
555
|
+
:param pulumi.Input['EvaluationFormItemEnablementConfigurationDefaultAction'] default_action: Specifies the default enablement status to be applied when the condition is not satisfied.
|
|
556
|
+
"""
|
|
557
|
+
pulumi.set(__self__, "action", action)
|
|
558
|
+
pulumi.set(__self__, "condition", condition)
|
|
559
|
+
if default_action is not None:
|
|
560
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
561
|
+
|
|
562
|
+
@_builtins.property
|
|
563
|
+
@pulumi.getter
|
|
564
|
+
def action(self) -> pulumi.Input['EvaluationFormItemEnablementConfigurationAction']:
|
|
565
|
+
"""
|
|
566
|
+
Defines the enablement status to be applied when the specified condition is met.
|
|
567
|
+
"""
|
|
568
|
+
return pulumi.get(self, "action")
|
|
569
|
+
|
|
570
|
+
@action.setter
|
|
571
|
+
def action(self, value: pulumi.Input['EvaluationFormItemEnablementConfigurationAction']):
|
|
572
|
+
pulumi.set(self, "action", value)
|
|
573
|
+
|
|
574
|
+
@_builtins.property
|
|
575
|
+
@pulumi.getter
|
|
576
|
+
def condition(self) -> pulumi.Input['EvaluationFormItemEnablementConditionArgs']:
|
|
577
|
+
"""
|
|
578
|
+
Specifies the logical condition that determines when to apply the enablement rules.
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "condition")
|
|
581
|
+
|
|
582
|
+
@condition.setter
|
|
583
|
+
def condition(self, value: pulumi.Input['EvaluationFormItemEnablementConditionArgs']):
|
|
584
|
+
pulumi.set(self, "condition", value)
|
|
585
|
+
|
|
586
|
+
@_builtins.property
|
|
587
|
+
@pulumi.getter(name="defaultAction")
|
|
588
|
+
def default_action(self) -> Optional[pulumi.Input['EvaluationFormItemEnablementConfigurationDefaultAction']]:
|
|
589
|
+
"""
|
|
590
|
+
Specifies the default enablement status to be applied when the condition is not satisfied.
|
|
591
|
+
"""
|
|
592
|
+
return pulumi.get(self, "default_action")
|
|
593
|
+
|
|
594
|
+
@default_action.setter
|
|
595
|
+
def default_action(self, value: Optional[pulumi.Input['EvaluationFormItemEnablementConfigurationDefaultAction']]):
|
|
596
|
+
pulumi.set(self, "default_action", value)
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
if not MYPY:
|
|
600
|
+
class EvaluationFormItemEnablementExpressionArgsDict(TypedDict):
|
|
601
|
+
comparator: pulumi.Input['EvaluationFormItemEnablementExpressionComparator']
|
|
602
|
+
"""
|
|
603
|
+
Specifies the comparison method to determine if the source value matches any of the specified values.
|
|
604
|
+
"""
|
|
605
|
+
source: pulumi.Input['EvaluationFormItemEnablementSourceArgsDict']
|
|
606
|
+
"""
|
|
607
|
+
Identifies the form item whose value will be evaluated in the expression.
|
|
608
|
+
"""
|
|
609
|
+
values: pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementSourceValueArgsDict']]]
|
|
610
|
+
"""
|
|
611
|
+
The list of possible values to compare against the source form item's value.
|
|
612
|
+
"""
|
|
613
|
+
elif False:
|
|
614
|
+
EvaluationFormItemEnablementExpressionArgsDict: TypeAlias = Mapping[str, Any]
|
|
615
|
+
|
|
616
|
+
@pulumi.input_type
|
|
617
|
+
class EvaluationFormItemEnablementExpressionArgs:
|
|
618
|
+
def __init__(__self__, *,
|
|
619
|
+
comparator: pulumi.Input['EvaluationFormItemEnablementExpressionComparator'],
|
|
620
|
+
source: pulumi.Input['EvaluationFormItemEnablementSourceArgs'],
|
|
621
|
+
values: pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementSourceValueArgs']]]):
|
|
622
|
+
"""
|
|
623
|
+
:param pulumi.Input['EvaluationFormItemEnablementExpressionComparator'] comparator: Specifies the comparison method to determine if the source value matches any of the specified values.
|
|
624
|
+
:param pulumi.Input['EvaluationFormItemEnablementSourceArgs'] source: Identifies the form item whose value will be evaluated in the expression.
|
|
625
|
+
:param pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementSourceValueArgs']]] values: The list of possible values to compare against the source form item's value.
|
|
626
|
+
"""
|
|
627
|
+
pulumi.set(__self__, "comparator", comparator)
|
|
628
|
+
pulumi.set(__self__, "source", source)
|
|
629
|
+
pulumi.set(__self__, "values", values)
|
|
630
|
+
|
|
631
|
+
@_builtins.property
|
|
632
|
+
@pulumi.getter
|
|
633
|
+
def comparator(self) -> pulumi.Input['EvaluationFormItemEnablementExpressionComparator']:
|
|
634
|
+
"""
|
|
635
|
+
Specifies the comparison method to determine if the source value matches any of the specified values.
|
|
636
|
+
"""
|
|
637
|
+
return pulumi.get(self, "comparator")
|
|
638
|
+
|
|
639
|
+
@comparator.setter
|
|
640
|
+
def comparator(self, value: pulumi.Input['EvaluationFormItemEnablementExpressionComparator']):
|
|
641
|
+
pulumi.set(self, "comparator", value)
|
|
642
|
+
|
|
643
|
+
@_builtins.property
|
|
644
|
+
@pulumi.getter
|
|
645
|
+
def source(self) -> pulumi.Input['EvaluationFormItemEnablementSourceArgs']:
|
|
646
|
+
"""
|
|
647
|
+
Identifies the form item whose value will be evaluated in the expression.
|
|
648
|
+
"""
|
|
649
|
+
return pulumi.get(self, "source")
|
|
650
|
+
|
|
651
|
+
@source.setter
|
|
652
|
+
def source(self, value: pulumi.Input['EvaluationFormItemEnablementSourceArgs']):
|
|
653
|
+
pulumi.set(self, "source", value)
|
|
654
|
+
|
|
655
|
+
@_builtins.property
|
|
656
|
+
@pulumi.getter
|
|
657
|
+
def values(self) -> pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementSourceValueArgs']]]:
|
|
658
|
+
"""
|
|
659
|
+
The list of possible values to compare against the source form item's value.
|
|
660
|
+
"""
|
|
661
|
+
return pulumi.get(self, "values")
|
|
662
|
+
|
|
663
|
+
@values.setter
|
|
664
|
+
def values(self, value: pulumi.Input[Sequence[pulumi.Input['EvaluationFormItemEnablementSourceValueArgs']]]):
|
|
665
|
+
pulumi.set(self, "values", value)
|
|
666
|
+
|
|
667
|
+
|
|
668
|
+
if not MYPY:
|
|
669
|
+
class EvaluationFormItemEnablementSourceValueArgsDict(TypedDict):
|
|
670
|
+
ref_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
671
|
+
"""
|
|
672
|
+
The reference id of the source entity value.
|
|
673
|
+
"""
|
|
674
|
+
type: NotRequired[pulumi.Input['EvaluationFormItemEnablementSourceValueType']]
|
|
675
|
+
"""
|
|
676
|
+
Type of the source entity value.
|
|
677
|
+
"""
|
|
678
|
+
elif False:
|
|
679
|
+
EvaluationFormItemEnablementSourceValueArgsDict: TypeAlias = Mapping[str, Any]
|
|
680
|
+
|
|
681
|
+
@pulumi.input_type
|
|
682
|
+
class EvaluationFormItemEnablementSourceValueArgs:
|
|
683
|
+
def __init__(__self__, *,
|
|
684
|
+
ref_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
685
|
+
type: Optional[pulumi.Input['EvaluationFormItemEnablementSourceValueType']] = None):
|
|
686
|
+
"""
|
|
687
|
+
:param pulumi.Input[_builtins.str] ref_id: The reference id of the source entity value.
|
|
688
|
+
:param pulumi.Input['EvaluationFormItemEnablementSourceValueType'] type: Type of the source entity value.
|
|
689
|
+
"""
|
|
690
|
+
if ref_id is not None:
|
|
691
|
+
pulumi.set(__self__, "ref_id", ref_id)
|
|
692
|
+
if type is not None:
|
|
693
|
+
pulumi.set(__self__, "type", type)
|
|
694
|
+
|
|
695
|
+
@_builtins.property
|
|
696
|
+
@pulumi.getter(name="refId")
|
|
697
|
+
def ref_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
698
|
+
"""
|
|
699
|
+
The reference id of the source entity value.
|
|
700
|
+
"""
|
|
701
|
+
return pulumi.get(self, "ref_id")
|
|
702
|
+
|
|
703
|
+
@ref_id.setter
|
|
704
|
+
def ref_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
705
|
+
pulumi.set(self, "ref_id", value)
|
|
706
|
+
|
|
707
|
+
@_builtins.property
|
|
708
|
+
@pulumi.getter
|
|
709
|
+
def type(self) -> Optional[pulumi.Input['EvaluationFormItemEnablementSourceValueType']]:
|
|
710
|
+
"""
|
|
711
|
+
Type of the source entity value.
|
|
712
|
+
"""
|
|
713
|
+
return pulumi.get(self, "type")
|
|
714
|
+
|
|
715
|
+
@type.setter
|
|
716
|
+
def type(self, value: Optional[pulumi.Input['EvaluationFormItemEnablementSourceValueType']]):
|
|
717
|
+
pulumi.set(self, "type", value)
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
if not MYPY:
|
|
721
|
+
class EvaluationFormItemEnablementSourceArgsDict(TypedDict):
|
|
722
|
+
type: pulumi.Input['EvaluationFormItemEnablementSourceType']
|
|
723
|
+
"""
|
|
724
|
+
The type of the source entity.
|
|
725
|
+
"""
|
|
726
|
+
ref_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
727
|
+
elif False:
|
|
728
|
+
EvaluationFormItemEnablementSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
729
|
+
|
|
730
|
+
@pulumi.input_type
|
|
731
|
+
class EvaluationFormItemEnablementSourceArgs:
|
|
732
|
+
def __init__(__self__, *,
|
|
733
|
+
type: pulumi.Input['EvaluationFormItemEnablementSourceType'],
|
|
734
|
+
ref_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
735
|
+
"""
|
|
736
|
+
:param pulumi.Input['EvaluationFormItemEnablementSourceType'] type: The type of the source entity.
|
|
737
|
+
"""
|
|
738
|
+
pulumi.set(__self__, "type", type)
|
|
739
|
+
if ref_id is not None:
|
|
740
|
+
pulumi.set(__self__, "ref_id", ref_id)
|
|
741
|
+
|
|
742
|
+
@_builtins.property
|
|
743
|
+
@pulumi.getter
|
|
744
|
+
def type(self) -> pulumi.Input['EvaluationFormItemEnablementSourceType']:
|
|
745
|
+
"""
|
|
746
|
+
The type of the source entity.
|
|
747
|
+
"""
|
|
748
|
+
return pulumi.get(self, "type")
|
|
749
|
+
|
|
750
|
+
@type.setter
|
|
751
|
+
def type(self, value: pulumi.Input['EvaluationFormItemEnablementSourceType']):
|
|
752
|
+
pulumi.set(self, "type", value)
|
|
753
|
+
|
|
754
|
+
@_builtins.property
|
|
755
|
+
@pulumi.getter(name="refId")
|
|
756
|
+
def ref_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
757
|
+
return pulumi.get(self, "ref_id")
|
|
758
|
+
|
|
759
|
+
@ref_id.setter
|
|
760
|
+
def ref_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
761
|
+
pulumi.set(self, "ref_id", value)
|
|
762
|
+
|
|
763
|
+
|
|
357
764
|
if not MYPY:
|
|
358
765
|
class EvaluationFormItemArgsDict(TypedDict):
|
|
359
766
|
"""
|
|
@@ -415,6 +822,7 @@ if not MYPY:
|
|
|
415
822
|
"""
|
|
416
823
|
Information about the automation configuration in numeric questions.
|
|
417
824
|
"""
|
|
825
|
+
answer_source: NotRequired[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgsDict']]
|
|
418
826
|
property_value: NotRequired[pulumi.Input['EvaluationFormNumericQuestionPropertyValueAutomationArgsDict']]
|
|
419
827
|
"""
|
|
420
828
|
The property value of the automation.
|
|
@@ -425,14 +833,26 @@ elif False:
|
|
|
425
833
|
@pulumi.input_type
|
|
426
834
|
class EvaluationFormNumericQuestionAutomationArgs:
|
|
427
835
|
def __init__(__self__, *,
|
|
836
|
+
answer_source: Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']] = None,
|
|
428
837
|
property_value: Optional[pulumi.Input['EvaluationFormNumericQuestionPropertyValueAutomationArgs']] = None):
|
|
429
838
|
"""
|
|
430
839
|
Information about the automation configuration in numeric questions.
|
|
431
840
|
:param pulumi.Input['EvaluationFormNumericQuestionPropertyValueAutomationArgs'] property_value: The property value of the automation.
|
|
432
841
|
"""
|
|
842
|
+
if answer_source is not None:
|
|
843
|
+
pulumi.set(__self__, "answer_source", answer_source)
|
|
433
844
|
if property_value is not None:
|
|
434
845
|
pulumi.set(__self__, "property_value", property_value)
|
|
435
846
|
|
|
847
|
+
@_builtins.property
|
|
848
|
+
@pulumi.getter(name="answerSource")
|
|
849
|
+
def answer_source(self) -> Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']]:
|
|
850
|
+
return pulumi.get(self, "answer_source")
|
|
851
|
+
|
|
852
|
+
@answer_source.setter
|
|
853
|
+
def answer_source(self, value: Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']]):
|
|
854
|
+
pulumi.set(self, "answer_source", value)
|
|
855
|
+
|
|
436
856
|
@_builtins.property
|
|
437
857
|
@pulumi.getter(name="propertyValue")
|
|
438
858
|
def property_value(self) -> Optional[pulumi.Input['EvaluationFormNumericQuestionPropertyValueAutomationArgs']]:
|
|
@@ -463,6 +883,7 @@ if not MYPY:
|
|
|
463
883
|
"""
|
|
464
884
|
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
|
|
465
885
|
"""
|
|
886
|
+
automatic_fail_configuration: NotRequired[pulumi.Input['EvaluationFormAutomaticFailConfigurationArgsDict']]
|
|
466
887
|
score: NotRequired[pulumi.Input[_builtins.int]]
|
|
467
888
|
"""
|
|
468
889
|
The score assigned to answer values within the range option.
|
|
@@ -478,6 +899,7 @@ class EvaluationFormNumericQuestionOptionArgs:
|
|
|
478
899
|
max_value: pulumi.Input[_builtins.int],
|
|
479
900
|
min_value: pulumi.Input[_builtins.int],
|
|
480
901
|
automatic_fail: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
902
|
+
automatic_fail_configuration: Optional[pulumi.Input['EvaluationFormAutomaticFailConfigurationArgs']] = None,
|
|
481
903
|
score: Optional[pulumi.Input[_builtins.int]] = None):
|
|
482
904
|
"""
|
|
483
905
|
Information about the option range used for scoring in numeric questions.
|
|
@@ -492,6 +914,8 @@ class EvaluationFormNumericQuestionOptionArgs:
|
|
|
492
914
|
pulumi.set(__self__, "min_value", min_value)
|
|
493
915
|
if automatic_fail is not None:
|
|
494
916
|
pulumi.set(__self__, "automatic_fail", automatic_fail)
|
|
917
|
+
if automatic_fail_configuration is not None:
|
|
918
|
+
pulumi.set(__self__, "automatic_fail_configuration", automatic_fail_configuration)
|
|
495
919
|
if score is not None:
|
|
496
920
|
pulumi.set(__self__, "score", score)
|
|
497
921
|
|
|
@@ -531,6 +955,15 @@ class EvaluationFormNumericQuestionOptionArgs:
|
|
|
531
955
|
def automatic_fail(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
532
956
|
pulumi.set(self, "automatic_fail", value)
|
|
533
957
|
|
|
958
|
+
@_builtins.property
|
|
959
|
+
@pulumi.getter(name="automaticFailConfiguration")
|
|
960
|
+
def automatic_fail_configuration(self) -> Optional[pulumi.Input['EvaluationFormAutomaticFailConfigurationArgs']]:
|
|
961
|
+
return pulumi.get(self, "automatic_fail_configuration")
|
|
962
|
+
|
|
963
|
+
@automatic_fail_configuration.setter
|
|
964
|
+
def automatic_fail_configuration(self, value: Optional[pulumi.Input['EvaluationFormAutomaticFailConfigurationArgs']]):
|
|
965
|
+
pulumi.set(self, "automatic_fail_configuration", value)
|
|
966
|
+
|
|
534
967
|
@_builtins.property
|
|
535
968
|
@pulumi.getter
|
|
536
969
|
def score(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -675,6 +1108,37 @@ class EvaluationFormNumericQuestionPropertyValueAutomationArgs:
|
|
|
675
1108
|
pulumi.set(self, "label", value)
|
|
676
1109
|
|
|
677
1110
|
|
|
1111
|
+
if not MYPY:
|
|
1112
|
+
class EvaluationFormQuestionAutomationAnswerSourceArgsDict(TypedDict):
|
|
1113
|
+
source_type: pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceSourceType']
|
|
1114
|
+
"""
|
|
1115
|
+
The type of the answer sourcr
|
|
1116
|
+
"""
|
|
1117
|
+
elif False:
|
|
1118
|
+
EvaluationFormQuestionAutomationAnswerSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1119
|
+
|
|
1120
|
+
@pulumi.input_type
|
|
1121
|
+
class EvaluationFormQuestionAutomationAnswerSourceArgs:
|
|
1122
|
+
def __init__(__self__, *,
|
|
1123
|
+
source_type: pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceSourceType']):
|
|
1124
|
+
"""
|
|
1125
|
+
:param pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceSourceType'] source_type: The type of the answer sourcr
|
|
1126
|
+
"""
|
|
1127
|
+
pulumi.set(__self__, "source_type", source_type)
|
|
1128
|
+
|
|
1129
|
+
@_builtins.property
|
|
1130
|
+
@pulumi.getter(name="sourceType")
|
|
1131
|
+
def source_type(self) -> pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceSourceType']:
|
|
1132
|
+
"""
|
|
1133
|
+
The type of the answer sourcr
|
|
1134
|
+
"""
|
|
1135
|
+
return pulumi.get(self, "source_type")
|
|
1136
|
+
|
|
1137
|
+
@source_type.setter
|
|
1138
|
+
def source_type(self, value: pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceSourceType']):
|
|
1139
|
+
pulumi.set(self, "source_type", value)
|
|
1140
|
+
|
|
1141
|
+
|
|
678
1142
|
if not MYPY:
|
|
679
1143
|
class EvaluationFormQuestionTypePropertiesArgsDict(TypedDict):
|
|
680
1144
|
"""
|
|
@@ -688,6 +1152,7 @@ if not MYPY:
|
|
|
688
1152
|
"""
|
|
689
1153
|
The properties of the numeric question.
|
|
690
1154
|
"""
|
|
1155
|
+
text: NotRequired[pulumi.Input['EvaluationFormTextQuestionPropertiesArgsDict']]
|
|
691
1156
|
elif False:
|
|
692
1157
|
EvaluationFormQuestionTypePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
693
1158
|
|
|
@@ -695,7 +1160,8 @@ elif False:
|
|
|
695
1160
|
class EvaluationFormQuestionTypePropertiesArgs:
|
|
696
1161
|
def __init__(__self__, *,
|
|
697
1162
|
numeric: Optional[pulumi.Input['EvaluationFormNumericQuestionPropertiesArgs']] = None,
|
|
698
|
-
single_select: Optional[pulumi.Input['EvaluationFormSingleSelectQuestionPropertiesArgs']] = None
|
|
1163
|
+
single_select: Optional[pulumi.Input['EvaluationFormSingleSelectQuestionPropertiesArgs']] = None,
|
|
1164
|
+
text: Optional[pulumi.Input['EvaluationFormTextQuestionPropertiesArgs']] = None):
|
|
699
1165
|
"""
|
|
700
1166
|
Information about properties for a question in an evaluation form. The question type properties must be either for a numeric question or a single select question.
|
|
701
1167
|
:param pulumi.Input['EvaluationFormNumericQuestionPropertiesArgs'] numeric: The properties of the numeric question.
|
|
@@ -705,6 +1171,8 @@ class EvaluationFormQuestionTypePropertiesArgs:
|
|
|
705
1171
|
pulumi.set(__self__, "numeric", numeric)
|
|
706
1172
|
if single_select is not None:
|
|
707
1173
|
pulumi.set(__self__, "single_select", single_select)
|
|
1174
|
+
if text is not None:
|
|
1175
|
+
pulumi.set(__self__, "text", text)
|
|
708
1176
|
|
|
709
1177
|
@_builtins.property
|
|
710
1178
|
@pulumi.getter
|
|
@@ -730,6 +1198,15 @@ class EvaluationFormQuestionTypePropertiesArgs:
|
|
|
730
1198
|
def single_select(self, value: Optional[pulumi.Input['EvaluationFormSingleSelectQuestionPropertiesArgs']]):
|
|
731
1199
|
pulumi.set(self, "single_select", value)
|
|
732
1200
|
|
|
1201
|
+
@_builtins.property
|
|
1202
|
+
@pulumi.getter
|
|
1203
|
+
def text(self) -> Optional[pulumi.Input['EvaluationFormTextQuestionPropertiesArgs']]:
|
|
1204
|
+
return pulumi.get(self, "text")
|
|
1205
|
+
|
|
1206
|
+
@text.setter
|
|
1207
|
+
def text(self, value: Optional[pulumi.Input['EvaluationFormTextQuestionPropertiesArgs']]):
|
|
1208
|
+
pulumi.set(self, "text", value)
|
|
1209
|
+
|
|
733
1210
|
|
|
734
1211
|
if not MYPY:
|
|
735
1212
|
class EvaluationFormQuestionArgsDict(TypedDict):
|
|
@@ -751,6 +1228,7 @@ if not MYPY:
|
|
|
751
1228
|
The title of the question.
|
|
752
1229
|
*Length Constraints*: Minimum length of 1. Maximum length of 350.
|
|
753
1230
|
"""
|
|
1231
|
+
enablement: NotRequired[pulumi.Input['EvaluationFormItemEnablementConfigurationArgsDict']]
|
|
754
1232
|
instructions: NotRequired[pulumi.Input[_builtins.str]]
|
|
755
1233
|
"""
|
|
756
1234
|
The instructions of the section.
|
|
@@ -779,6 +1257,7 @@ class EvaluationFormQuestionArgs:
|
|
|
779
1257
|
question_type: pulumi.Input['EvaluationFormQuestionQuestionType'],
|
|
780
1258
|
ref_id: pulumi.Input[_builtins.str],
|
|
781
1259
|
title: pulumi.Input[_builtins.str],
|
|
1260
|
+
enablement: Optional[pulumi.Input['EvaluationFormItemEnablementConfigurationArgs']] = None,
|
|
782
1261
|
instructions: Optional[pulumi.Input[_builtins.str]] = None,
|
|
783
1262
|
not_applicable_enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
784
1263
|
question_type_properties: Optional[pulumi.Input['EvaluationFormQuestionTypePropertiesArgs']] = None,
|
|
@@ -802,6 +1281,8 @@ class EvaluationFormQuestionArgs:
|
|
|
802
1281
|
pulumi.set(__self__, "question_type", question_type)
|
|
803
1282
|
pulumi.set(__self__, "ref_id", ref_id)
|
|
804
1283
|
pulumi.set(__self__, "title", title)
|
|
1284
|
+
if enablement is not None:
|
|
1285
|
+
pulumi.set(__self__, "enablement", enablement)
|
|
805
1286
|
if instructions is not None:
|
|
806
1287
|
pulumi.set(__self__, "instructions", instructions)
|
|
807
1288
|
if not_applicable_enabled is not None:
|
|
@@ -850,6 +1331,15 @@ class EvaluationFormQuestionArgs:
|
|
|
850
1331
|
def title(self, value: pulumi.Input[_builtins.str]):
|
|
851
1332
|
pulumi.set(self, "title", value)
|
|
852
1333
|
|
|
1334
|
+
@_builtins.property
|
|
1335
|
+
@pulumi.getter
|
|
1336
|
+
def enablement(self) -> Optional[pulumi.Input['EvaluationFormItemEnablementConfigurationArgs']]:
|
|
1337
|
+
return pulumi.get(self, "enablement")
|
|
1338
|
+
|
|
1339
|
+
@enablement.setter
|
|
1340
|
+
def enablement(self, value: Optional[pulumi.Input['EvaluationFormItemEnablementConfigurationArgs']]):
|
|
1341
|
+
pulumi.set(self, "enablement", value)
|
|
1342
|
+
|
|
853
1343
|
@_builtins.property
|
|
854
1344
|
@pulumi.getter
|
|
855
1345
|
def instructions(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -1137,6 +1627,7 @@ if not MYPY:
|
|
|
1137
1627
|
*Minimum*: 1
|
|
1138
1628
|
*Maximum*: 20
|
|
1139
1629
|
"""
|
|
1630
|
+
answer_source: NotRequired[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgsDict']]
|
|
1140
1631
|
default_option_ref_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
1141
1632
|
"""
|
|
1142
1633
|
The identifier of the default answer option, when none of the automation options match the criteria.
|
|
@@ -1149,6 +1640,7 @@ elif False:
|
|
|
1149
1640
|
class EvaluationFormSingleSelectQuestionAutomationArgs:
|
|
1150
1641
|
def __init__(__self__, *,
|
|
1151
1642
|
options: pulumi.Input[Sequence[pulumi.Input['EvaluationFormSingleSelectQuestionAutomationOptionArgs']]],
|
|
1643
|
+
answer_source: Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']] = None,
|
|
1152
1644
|
default_option_ref_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1153
1645
|
"""
|
|
1154
1646
|
Information about the automation configuration in single select questions. Automation options are evaluated in order, and the first matched option is applied. If no automation option matches, and there is a default option, then the default option is applied.
|
|
@@ -1159,6 +1651,8 @@ class EvaluationFormSingleSelectQuestionAutomationArgs:
|
|
|
1159
1651
|
*Length Constraints*: Minimum length of 1. Maximum length of 40.
|
|
1160
1652
|
"""
|
|
1161
1653
|
pulumi.set(__self__, "options", options)
|
|
1654
|
+
if answer_source is not None:
|
|
1655
|
+
pulumi.set(__self__, "answer_source", answer_source)
|
|
1162
1656
|
if default_option_ref_id is not None:
|
|
1163
1657
|
pulumi.set(__self__, "default_option_ref_id", default_option_ref_id)
|
|
1164
1658
|
|
|
@@ -1176,6 +1670,15 @@ class EvaluationFormSingleSelectQuestionAutomationArgs:
|
|
|
1176
1670
|
def options(self, value: pulumi.Input[Sequence[pulumi.Input['EvaluationFormSingleSelectQuestionAutomationOptionArgs']]]):
|
|
1177
1671
|
pulumi.set(self, "options", value)
|
|
1178
1672
|
|
|
1673
|
+
@_builtins.property
|
|
1674
|
+
@pulumi.getter(name="answerSource")
|
|
1675
|
+
def answer_source(self) -> Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']]:
|
|
1676
|
+
return pulumi.get(self, "answer_source")
|
|
1677
|
+
|
|
1678
|
+
@answer_source.setter
|
|
1679
|
+
def answer_source(self, value: Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']]):
|
|
1680
|
+
pulumi.set(self, "answer_source", value)
|
|
1681
|
+
|
|
1179
1682
|
@_builtins.property
|
|
1180
1683
|
@pulumi.getter(name="defaultOptionRefId")
|
|
1181
1684
|
def default_option_ref_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -1209,6 +1712,7 @@ if not MYPY:
|
|
|
1209
1712
|
"""
|
|
1210
1713
|
The flag to mark the option as automatic fail. If an automatic fail answer is provided, the overall evaluation gets a score of 0.
|
|
1211
1714
|
"""
|
|
1715
|
+
automatic_fail_configuration: NotRequired[pulumi.Input['EvaluationFormAutomaticFailConfigurationArgsDict']]
|
|
1212
1716
|
score: NotRequired[pulumi.Input[_builtins.int]]
|
|
1213
1717
|
"""
|
|
1214
1718
|
The score assigned to the answer option.
|
|
@@ -1224,6 +1728,7 @@ class EvaluationFormSingleSelectQuestionOptionArgs:
|
|
|
1224
1728
|
ref_id: pulumi.Input[_builtins.str],
|
|
1225
1729
|
text: pulumi.Input[_builtins.str],
|
|
1226
1730
|
automatic_fail: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1731
|
+
automatic_fail_configuration: Optional[pulumi.Input['EvaluationFormAutomaticFailConfigurationArgs']] = None,
|
|
1227
1732
|
score: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1228
1733
|
"""
|
|
1229
1734
|
Information about the automation configuration in single select questions.
|
|
@@ -1240,6 +1745,8 @@ class EvaluationFormSingleSelectQuestionOptionArgs:
|
|
|
1240
1745
|
pulumi.set(__self__, "text", text)
|
|
1241
1746
|
if automatic_fail is not None:
|
|
1242
1747
|
pulumi.set(__self__, "automatic_fail", automatic_fail)
|
|
1748
|
+
if automatic_fail_configuration is not None:
|
|
1749
|
+
pulumi.set(__self__, "automatic_fail_configuration", automatic_fail_configuration)
|
|
1243
1750
|
if score is not None:
|
|
1244
1751
|
pulumi.set(__self__, "score", score)
|
|
1245
1752
|
|
|
@@ -1281,6 +1788,15 @@ class EvaluationFormSingleSelectQuestionOptionArgs:
|
|
|
1281
1788
|
def automatic_fail(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1282
1789
|
pulumi.set(self, "automatic_fail", value)
|
|
1283
1790
|
|
|
1791
|
+
@_builtins.property
|
|
1792
|
+
@pulumi.getter(name="automaticFailConfiguration")
|
|
1793
|
+
def automatic_fail_configuration(self) -> Optional[pulumi.Input['EvaluationFormAutomaticFailConfigurationArgs']]:
|
|
1794
|
+
return pulumi.get(self, "automatic_fail_configuration")
|
|
1795
|
+
|
|
1796
|
+
@automatic_fail_configuration.setter
|
|
1797
|
+
def automatic_fail_configuration(self, value: Optional[pulumi.Input['EvaluationFormAutomaticFailConfigurationArgs']]):
|
|
1798
|
+
pulumi.set(self, "automatic_fail_configuration", value)
|
|
1799
|
+
|
|
1284
1800
|
@_builtins.property
|
|
1285
1801
|
@pulumi.getter
|
|
1286
1802
|
def score(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
@@ -1470,6 +1986,70 @@ class EvaluationFormSingleSelectQuestionRuleCategoryAutomationArgs:
|
|
|
1470
1986
|
pulumi.set(self, "option_ref_id", value)
|
|
1471
1987
|
|
|
1472
1988
|
|
|
1989
|
+
if not MYPY:
|
|
1990
|
+
class EvaluationFormTextQuestionAutomationArgsDict(TypedDict):
|
|
1991
|
+
answer_source: NotRequired[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgsDict']]
|
|
1992
|
+
"""
|
|
1993
|
+
The source of automation answer of the question.
|
|
1994
|
+
"""
|
|
1995
|
+
elif False:
|
|
1996
|
+
EvaluationFormTextQuestionAutomationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1997
|
+
|
|
1998
|
+
@pulumi.input_type
|
|
1999
|
+
class EvaluationFormTextQuestionAutomationArgs:
|
|
2000
|
+
def __init__(__self__, *,
|
|
2001
|
+
answer_source: Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']] = None):
|
|
2002
|
+
"""
|
|
2003
|
+
:param pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs'] answer_source: The source of automation answer of the question.
|
|
2004
|
+
"""
|
|
2005
|
+
if answer_source is not None:
|
|
2006
|
+
pulumi.set(__self__, "answer_source", answer_source)
|
|
2007
|
+
|
|
2008
|
+
@_builtins.property
|
|
2009
|
+
@pulumi.getter(name="answerSource")
|
|
2010
|
+
def answer_source(self) -> Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']]:
|
|
2011
|
+
"""
|
|
2012
|
+
The source of automation answer of the question.
|
|
2013
|
+
"""
|
|
2014
|
+
return pulumi.get(self, "answer_source")
|
|
2015
|
+
|
|
2016
|
+
@answer_source.setter
|
|
2017
|
+
def answer_source(self, value: Optional[pulumi.Input['EvaluationFormQuestionAutomationAnswerSourceArgs']]):
|
|
2018
|
+
pulumi.set(self, "answer_source", value)
|
|
2019
|
+
|
|
2020
|
+
|
|
2021
|
+
if not MYPY:
|
|
2022
|
+
class EvaluationFormTextQuestionPropertiesArgsDict(TypedDict):
|
|
2023
|
+
automation: NotRequired[pulumi.Input['EvaluationFormTextQuestionAutomationArgsDict']]
|
|
2024
|
+
"""
|
|
2025
|
+
Specifies how the question can be automatically answered.
|
|
2026
|
+
"""
|
|
2027
|
+
elif False:
|
|
2028
|
+
EvaluationFormTextQuestionPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
2029
|
+
|
|
2030
|
+
@pulumi.input_type
|
|
2031
|
+
class EvaluationFormTextQuestionPropertiesArgs:
|
|
2032
|
+
def __init__(__self__, *,
|
|
2033
|
+
automation: Optional[pulumi.Input['EvaluationFormTextQuestionAutomationArgs']] = None):
|
|
2034
|
+
"""
|
|
2035
|
+
:param pulumi.Input['EvaluationFormTextQuestionAutomationArgs'] automation: Specifies how the question can be automatically answered.
|
|
2036
|
+
"""
|
|
2037
|
+
if automation is not None:
|
|
2038
|
+
pulumi.set(__self__, "automation", automation)
|
|
2039
|
+
|
|
2040
|
+
@_builtins.property
|
|
2041
|
+
@pulumi.getter
|
|
2042
|
+
def automation(self) -> Optional[pulumi.Input['EvaluationFormTextQuestionAutomationArgs']]:
|
|
2043
|
+
"""
|
|
2044
|
+
Specifies how the question can be automatically answered.
|
|
2045
|
+
"""
|
|
2046
|
+
return pulumi.get(self, "automation")
|
|
2047
|
+
|
|
2048
|
+
@automation.setter
|
|
2049
|
+
def automation(self, value: Optional[pulumi.Input['EvaluationFormTextQuestionAutomationArgs']]):
|
|
2050
|
+
pulumi.set(self, "automation", value)
|
|
2051
|
+
|
|
2052
|
+
|
|
1473
2053
|
if not MYPY:
|
|
1474
2054
|
class HoursOfOperationConfigArgsDict(TypedDict):
|
|
1475
2055
|
"""
|