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
|
@@ -19,14 +19,23 @@ from ._enums import *
|
|
|
19
19
|
__all__ = [
|
|
20
20
|
'AttributeConfigurationProperties',
|
|
21
21
|
'ConstraintsProperties',
|
|
22
|
+
'EmailAddressAliasConfiguration',
|
|
22
23
|
'EvaluationFormAutoEvaluationConfiguration',
|
|
24
|
+
'EvaluationFormAutomaticFailConfiguration',
|
|
23
25
|
'EvaluationFormBaseItem',
|
|
24
26
|
'EvaluationFormItem',
|
|
27
|
+
'EvaluationFormItemEnablementCondition',
|
|
28
|
+
'EvaluationFormItemEnablementConditionOperand',
|
|
29
|
+
'EvaluationFormItemEnablementConfiguration',
|
|
30
|
+
'EvaluationFormItemEnablementExpression',
|
|
31
|
+
'EvaluationFormItemEnablementSource',
|
|
32
|
+
'EvaluationFormItemEnablementSourceValue',
|
|
25
33
|
'EvaluationFormNumericQuestionAutomation',
|
|
26
34
|
'EvaluationFormNumericQuestionOption',
|
|
27
35
|
'EvaluationFormNumericQuestionProperties',
|
|
28
36
|
'EvaluationFormNumericQuestionPropertyValueAutomation',
|
|
29
37
|
'EvaluationFormQuestion',
|
|
38
|
+
'EvaluationFormQuestionAutomationAnswerSource',
|
|
30
39
|
'EvaluationFormQuestionTypeProperties',
|
|
31
40
|
'EvaluationFormScoringStrategy',
|
|
32
41
|
'EvaluationFormSection',
|
|
@@ -35,6 +44,8 @@ __all__ = [
|
|
|
35
44
|
'EvaluationFormSingleSelectQuestionOption',
|
|
36
45
|
'EvaluationFormSingleSelectQuestionProperties',
|
|
37
46
|
'EvaluationFormSingleSelectQuestionRuleCategoryAutomation',
|
|
47
|
+
'EvaluationFormTextQuestionAutomation',
|
|
48
|
+
'EvaluationFormTextQuestionProperties',
|
|
38
49
|
'HoursOfOperationConfig',
|
|
39
50
|
'HoursOfOperationOverride',
|
|
40
51
|
'HoursOfOperationOverrideConfig',
|
|
@@ -213,6 +224,45 @@ class ConstraintsProperties(dict):
|
|
|
213
224
|
return pulumi.get(self, "required_fields")
|
|
214
225
|
|
|
215
226
|
|
|
227
|
+
@pulumi.output_type
|
|
228
|
+
class EmailAddressAliasConfiguration(dict):
|
|
229
|
+
"""
|
|
230
|
+
Configuration for an email address alias
|
|
231
|
+
"""
|
|
232
|
+
@staticmethod
|
|
233
|
+
def __key_warning(key: str):
|
|
234
|
+
suggest = None
|
|
235
|
+
if key == "emailAddressArn":
|
|
236
|
+
suggest = "email_address_arn"
|
|
237
|
+
|
|
238
|
+
if suggest:
|
|
239
|
+
pulumi.log.warn(f"Key '{key}' not found in EmailAddressAliasConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
240
|
+
|
|
241
|
+
def __getitem__(self, key: str) -> Any:
|
|
242
|
+
EmailAddressAliasConfiguration.__key_warning(key)
|
|
243
|
+
return super().__getitem__(key)
|
|
244
|
+
|
|
245
|
+
def get(self, key: str, default = None) -> Any:
|
|
246
|
+
EmailAddressAliasConfiguration.__key_warning(key)
|
|
247
|
+
return super().get(key, default)
|
|
248
|
+
|
|
249
|
+
def __init__(__self__, *,
|
|
250
|
+
email_address_arn: _builtins.str):
|
|
251
|
+
"""
|
|
252
|
+
Configuration for an email address alias
|
|
253
|
+
:param _builtins.str email_address_arn: The identifier of the email address alias
|
|
254
|
+
"""
|
|
255
|
+
pulumi.set(__self__, "email_address_arn", email_address_arn)
|
|
256
|
+
|
|
257
|
+
@_builtins.property
|
|
258
|
+
@pulumi.getter(name="emailAddressArn")
|
|
259
|
+
def email_address_arn(self) -> _builtins.str:
|
|
260
|
+
"""
|
|
261
|
+
The identifier of the email address alias
|
|
262
|
+
"""
|
|
263
|
+
return pulumi.get(self, "email_address_arn")
|
|
264
|
+
|
|
265
|
+
|
|
216
266
|
@pulumi.output_type
|
|
217
267
|
class EvaluationFormAutoEvaluationConfiguration(dict):
|
|
218
268
|
def __init__(__self__, *,
|
|
@@ -226,6 +276,42 @@ class EvaluationFormAutoEvaluationConfiguration(dict):
|
|
|
226
276
|
return pulumi.get(self, "enabled")
|
|
227
277
|
|
|
228
278
|
|
|
279
|
+
@pulumi.output_type
|
|
280
|
+
class EvaluationFormAutomaticFailConfiguration(dict):
|
|
281
|
+
@staticmethod
|
|
282
|
+
def __key_warning(key: str):
|
|
283
|
+
suggest = None
|
|
284
|
+
if key == "targetSection":
|
|
285
|
+
suggest = "target_section"
|
|
286
|
+
|
|
287
|
+
if suggest:
|
|
288
|
+
pulumi.log.warn(f"Key '{key}' not found in EvaluationFormAutomaticFailConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
289
|
+
|
|
290
|
+
def __getitem__(self, key: str) -> Any:
|
|
291
|
+
EvaluationFormAutomaticFailConfiguration.__key_warning(key)
|
|
292
|
+
return super().__getitem__(key)
|
|
293
|
+
|
|
294
|
+
def get(self, key: str, default = None) -> Any:
|
|
295
|
+
EvaluationFormAutomaticFailConfiguration.__key_warning(key)
|
|
296
|
+
return super().get(key, default)
|
|
297
|
+
|
|
298
|
+
def __init__(__self__, *,
|
|
299
|
+
target_section: Optional[_builtins.str] = None):
|
|
300
|
+
"""
|
|
301
|
+
:param _builtins.str target_section: The target section refId to control failure propagation boundary.
|
|
302
|
+
"""
|
|
303
|
+
if target_section is not None:
|
|
304
|
+
pulumi.set(__self__, "target_section", target_section)
|
|
305
|
+
|
|
306
|
+
@_builtins.property
|
|
307
|
+
@pulumi.getter(name="targetSection")
|
|
308
|
+
def target_section(self) -> Optional[_builtins.str]:
|
|
309
|
+
"""
|
|
310
|
+
The target section refId to control failure propagation boundary.
|
|
311
|
+
"""
|
|
312
|
+
return pulumi.get(self, "target_section")
|
|
313
|
+
|
|
314
|
+
|
|
229
315
|
@pulumi.output_type
|
|
230
316
|
class EvaluationFormBaseItem(dict):
|
|
231
317
|
"""
|
|
@@ -283,6 +369,244 @@ class EvaluationFormItem(dict):
|
|
|
283
369
|
return pulumi.get(self, "section")
|
|
284
370
|
|
|
285
371
|
|
|
372
|
+
@pulumi.output_type
|
|
373
|
+
class EvaluationFormItemEnablementCondition(dict):
|
|
374
|
+
def __init__(__self__, *,
|
|
375
|
+
operands: Sequence['outputs.EvaluationFormItemEnablementConditionOperand'],
|
|
376
|
+
operator: Optional['EvaluationFormItemEnablementConditionOperator'] = None):
|
|
377
|
+
"""
|
|
378
|
+
:param Sequence['EvaluationFormItemEnablementConditionOperand'] operands: The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
|
|
379
|
+
:param 'EvaluationFormItemEnablementConditionOperator' operator: The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
|
|
380
|
+
"""
|
|
381
|
+
pulumi.set(__self__, "operands", operands)
|
|
382
|
+
if operator is not None:
|
|
383
|
+
pulumi.set(__self__, "operator", operator)
|
|
384
|
+
|
|
385
|
+
@_builtins.property
|
|
386
|
+
@pulumi.getter
|
|
387
|
+
def operands(self) -> Sequence['outputs.EvaluationFormItemEnablementConditionOperand']:
|
|
388
|
+
"""
|
|
389
|
+
The list of operands that compose the condition. Each operand represents a specific criteria to be evaluated.
|
|
390
|
+
"""
|
|
391
|
+
return pulumi.get(self, "operands")
|
|
392
|
+
|
|
393
|
+
@_builtins.property
|
|
394
|
+
@pulumi.getter
|
|
395
|
+
def operator(self) -> Optional['EvaluationFormItemEnablementConditionOperator']:
|
|
396
|
+
"""
|
|
397
|
+
The logical operator used to combine multiple operands, determining how the condition is evaluated as a whole.
|
|
398
|
+
"""
|
|
399
|
+
return pulumi.get(self, "operator")
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
@pulumi.output_type
|
|
403
|
+
class EvaluationFormItemEnablementConditionOperand(dict):
|
|
404
|
+
def __init__(__self__, *,
|
|
405
|
+
expression: Optional['outputs.EvaluationFormItemEnablementExpression'] = None):
|
|
406
|
+
"""
|
|
407
|
+
:param 'EvaluationFormItemEnablementExpression' expression: A direct comparison expression that evaluates a form item's value against specified criteria.
|
|
408
|
+
"""
|
|
409
|
+
if expression is not None:
|
|
410
|
+
pulumi.set(__self__, "expression", expression)
|
|
411
|
+
|
|
412
|
+
@_builtins.property
|
|
413
|
+
@pulumi.getter
|
|
414
|
+
def expression(self) -> Optional['outputs.EvaluationFormItemEnablementExpression']:
|
|
415
|
+
"""
|
|
416
|
+
A direct comparison expression that evaluates a form item's value against specified criteria.
|
|
417
|
+
"""
|
|
418
|
+
return pulumi.get(self, "expression")
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
@pulumi.output_type
|
|
422
|
+
class EvaluationFormItemEnablementConfiguration(dict):
|
|
423
|
+
@staticmethod
|
|
424
|
+
def __key_warning(key: str):
|
|
425
|
+
suggest = None
|
|
426
|
+
if key == "defaultAction":
|
|
427
|
+
suggest = "default_action"
|
|
428
|
+
|
|
429
|
+
if suggest:
|
|
430
|
+
pulumi.log.warn(f"Key '{key}' not found in EvaluationFormItemEnablementConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
431
|
+
|
|
432
|
+
def __getitem__(self, key: str) -> Any:
|
|
433
|
+
EvaluationFormItemEnablementConfiguration.__key_warning(key)
|
|
434
|
+
return super().__getitem__(key)
|
|
435
|
+
|
|
436
|
+
def get(self, key: str, default = None) -> Any:
|
|
437
|
+
EvaluationFormItemEnablementConfiguration.__key_warning(key)
|
|
438
|
+
return super().get(key, default)
|
|
439
|
+
|
|
440
|
+
def __init__(__self__, *,
|
|
441
|
+
action: 'EvaluationFormItemEnablementConfigurationAction',
|
|
442
|
+
condition: 'outputs.EvaluationFormItemEnablementCondition',
|
|
443
|
+
default_action: Optional['EvaluationFormItemEnablementConfigurationDefaultAction'] = None):
|
|
444
|
+
"""
|
|
445
|
+
:param 'EvaluationFormItemEnablementConfigurationAction' action: Defines the enablement status to be applied when the specified condition is met.
|
|
446
|
+
:param 'EvaluationFormItemEnablementCondition' condition: Specifies the logical condition that determines when to apply the enablement rules.
|
|
447
|
+
:param 'EvaluationFormItemEnablementConfigurationDefaultAction' default_action: Specifies the default enablement status to be applied when the condition is not satisfied.
|
|
448
|
+
"""
|
|
449
|
+
pulumi.set(__self__, "action", action)
|
|
450
|
+
pulumi.set(__self__, "condition", condition)
|
|
451
|
+
if default_action is not None:
|
|
452
|
+
pulumi.set(__self__, "default_action", default_action)
|
|
453
|
+
|
|
454
|
+
@_builtins.property
|
|
455
|
+
@pulumi.getter
|
|
456
|
+
def action(self) -> 'EvaluationFormItemEnablementConfigurationAction':
|
|
457
|
+
"""
|
|
458
|
+
Defines the enablement status to be applied when the specified condition is met.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "action")
|
|
461
|
+
|
|
462
|
+
@_builtins.property
|
|
463
|
+
@pulumi.getter
|
|
464
|
+
def condition(self) -> 'outputs.EvaluationFormItemEnablementCondition':
|
|
465
|
+
"""
|
|
466
|
+
Specifies the logical condition that determines when to apply the enablement rules.
|
|
467
|
+
"""
|
|
468
|
+
return pulumi.get(self, "condition")
|
|
469
|
+
|
|
470
|
+
@_builtins.property
|
|
471
|
+
@pulumi.getter(name="defaultAction")
|
|
472
|
+
def default_action(self) -> Optional['EvaluationFormItemEnablementConfigurationDefaultAction']:
|
|
473
|
+
"""
|
|
474
|
+
Specifies the default enablement status to be applied when the condition is not satisfied.
|
|
475
|
+
"""
|
|
476
|
+
return pulumi.get(self, "default_action")
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
@pulumi.output_type
|
|
480
|
+
class EvaluationFormItemEnablementExpression(dict):
|
|
481
|
+
def __init__(__self__, *,
|
|
482
|
+
comparator: 'EvaluationFormItemEnablementExpressionComparator',
|
|
483
|
+
source: 'outputs.EvaluationFormItemEnablementSource',
|
|
484
|
+
values: Sequence['outputs.EvaluationFormItemEnablementSourceValue']):
|
|
485
|
+
"""
|
|
486
|
+
:param 'EvaluationFormItemEnablementExpressionComparator' comparator: Specifies the comparison method to determine if the source value matches any of the specified values.
|
|
487
|
+
:param 'EvaluationFormItemEnablementSource' source: Identifies the form item whose value will be evaluated in the expression.
|
|
488
|
+
:param Sequence['EvaluationFormItemEnablementSourceValue'] values: The list of possible values to compare against the source form item's value.
|
|
489
|
+
"""
|
|
490
|
+
pulumi.set(__self__, "comparator", comparator)
|
|
491
|
+
pulumi.set(__self__, "source", source)
|
|
492
|
+
pulumi.set(__self__, "values", values)
|
|
493
|
+
|
|
494
|
+
@_builtins.property
|
|
495
|
+
@pulumi.getter
|
|
496
|
+
def comparator(self) -> 'EvaluationFormItemEnablementExpressionComparator':
|
|
497
|
+
"""
|
|
498
|
+
Specifies the comparison method to determine if the source value matches any of the specified values.
|
|
499
|
+
"""
|
|
500
|
+
return pulumi.get(self, "comparator")
|
|
501
|
+
|
|
502
|
+
@_builtins.property
|
|
503
|
+
@pulumi.getter
|
|
504
|
+
def source(self) -> 'outputs.EvaluationFormItemEnablementSource':
|
|
505
|
+
"""
|
|
506
|
+
Identifies the form item whose value will be evaluated in the expression.
|
|
507
|
+
"""
|
|
508
|
+
return pulumi.get(self, "source")
|
|
509
|
+
|
|
510
|
+
@_builtins.property
|
|
511
|
+
@pulumi.getter
|
|
512
|
+
def values(self) -> Sequence['outputs.EvaluationFormItemEnablementSourceValue']:
|
|
513
|
+
"""
|
|
514
|
+
The list of possible values to compare against the source form item's value.
|
|
515
|
+
"""
|
|
516
|
+
return pulumi.get(self, "values")
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
@pulumi.output_type
|
|
520
|
+
class EvaluationFormItemEnablementSource(dict):
|
|
521
|
+
@staticmethod
|
|
522
|
+
def __key_warning(key: str):
|
|
523
|
+
suggest = None
|
|
524
|
+
if key == "refId":
|
|
525
|
+
suggest = "ref_id"
|
|
526
|
+
|
|
527
|
+
if suggest:
|
|
528
|
+
pulumi.log.warn(f"Key '{key}' not found in EvaluationFormItemEnablementSource. Access the value via the '{suggest}' property getter instead.")
|
|
529
|
+
|
|
530
|
+
def __getitem__(self, key: str) -> Any:
|
|
531
|
+
EvaluationFormItemEnablementSource.__key_warning(key)
|
|
532
|
+
return super().__getitem__(key)
|
|
533
|
+
|
|
534
|
+
def get(self, key: str, default = None) -> Any:
|
|
535
|
+
EvaluationFormItemEnablementSource.__key_warning(key)
|
|
536
|
+
return super().get(key, default)
|
|
537
|
+
|
|
538
|
+
def __init__(__self__, *,
|
|
539
|
+
type: 'EvaluationFormItemEnablementSourceType',
|
|
540
|
+
ref_id: Optional[_builtins.str] = None):
|
|
541
|
+
"""
|
|
542
|
+
:param 'EvaluationFormItemEnablementSourceType' type: The type of the source entity.
|
|
543
|
+
"""
|
|
544
|
+
pulumi.set(__self__, "type", type)
|
|
545
|
+
if ref_id is not None:
|
|
546
|
+
pulumi.set(__self__, "ref_id", ref_id)
|
|
547
|
+
|
|
548
|
+
@_builtins.property
|
|
549
|
+
@pulumi.getter
|
|
550
|
+
def type(self) -> 'EvaluationFormItemEnablementSourceType':
|
|
551
|
+
"""
|
|
552
|
+
The type of the source entity.
|
|
553
|
+
"""
|
|
554
|
+
return pulumi.get(self, "type")
|
|
555
|
+
|
|
556
|
+
@_builtins.property
|
|
557
|
+
@pulumi.getter(name="refId")
|
|
558
|
+
def ref_id(self) -> Optional[_builtins.str]:
|
|
559
|
+
return pulumi.get(self, "ref_id")
|
|
560
|
+
|
|
561
|
+
|
|
562
|
+
@pulumi.output_type
|
|
563
|
+
class EvaluationFormItemEnablementSourceValue(dict):
|
|
564
|
+
@staticmethod
|
|
565
|
+
def __key_warning(key: str):
|
|
566
|
+
suggest = None
|
|
567
|
+
if key == "refId":
|
|
568
|
+
suggest = "ref_id"
|
|
569
|
+
|
|
570
|
+
if suggest:
|
|
571
|
+
pulumi.log.warn(f"Key '{key}' not found in EvaluationFormItemEnablementSourceValue. Access the value via the '{suggest}' property getter instead.")
|
|
572
|
+
|
|
573
|
+
def __getitem__(self, key: str) -> Any:
|
|
574
|
+
EvaluationFormItemEnablementSourceValue.__key_warning(key)
|
|
575
|
+
return super().__getitem__(key)
|
|
576
|
+
|
|
577
|
+
def get(self, key: str, default = None) -> Any:
|
|
578
|
+
EvaluationFormItemEnablementSourceValue.__key_warning(key)
|
|
579
|
+
return super().get(key, default)
|
|
580
|
+
|
|
581
|
+
def __init__(__self__, *,
|
|
582
|
+
ref_id: Optional[_builtins.str] = None,
|
|
583
|
+
type: Optional['EvaluationFormItemEnablementSourceValueType'] = None):
|
|
584
|
+
"""
|
|
585
|
+
:param _builtins.str ref_id: The reference id of the source entity value.
|
|
586
|
+
:param 'EvaluationFormItemEnablementSourceValueType' type: Type of the source entity value.
|
|
587
|
+
"""
|
|
588
|
+
if ref_id is not None:
|
|
589
|
+
pulumi.set(__self__, "ref_id", ref_id)
|
|
590
|
+
if type is not None:
|
|
591
|
+
pulumi.set(__self__, "type", type)
|
|
592
|
+
|
|
593
|
+
@_builtins.property
|
|
594
|
+
@pulumi.getter(name="refId")
|
|
595
|
+
def ref_id(self) -> Optional[_builtins.str]:
|
|
596
|
+
"""
|
|
597
|
+
The reference id of the source entity value.
|
|
598
|
+
"""
|
|
599
|
+
return pulumi.get(self, "ref_id")
|
|
600
|
+
|
|
601
|
+
@_builtins.property
|
|
602
|
+
@pulumi.getter
|
|
603
|
+
def type(self) -> Optional['EvaluationFormItemEnablementSourceValueType']:
|
|
604
|
+
"""
|
|
605
|
+
Type of the source entity value.
|
|
606
|
+
"""
|
|
607
|
+
return pulumi.get(self, "type")
|
|
608
|
+
|
|
609
|
+
|
|
286
610
|
@pulumi.output_type
|
|
287
611
|
class EvaluationFormNumericQuestionAutomation(dict):
|
|
288
612
|
"""
|
|
@@ -291,7 +615,9 @@ class EvaluationFormNumericQuestionAutomation(dict):
|
|
|
291
615
|
@staticmethod
|
|
292
616
|
def __key_warning(key: str):
|
|
293
617
|
suggest = None
|
|
294
|
-
if key == "
|
|
618
|
+
if key == "answerSource":
|
|
619
|
+
suggest = "answer_source"
|
|
620
|
+
elif key == "propertyValue":
|
|
295
621
|
suggest = "property_value"
|
|
296
622
|
|
|
297
623
|
if suggest:
|
|
@@ -306,14 +632,22 @@ class EvaluationFormNumericQuestionAutomation(dict):
|
|
|
306
632
|
return super().get(key, default)
|
|
307
633
|
|
|
308
634
|
def __init__(__self__, *,
|
|
635
|
+
answer_source: Optional['outputs.EvaluationFormQuestionAutomationAnswerSource'] = None,
|
|
309
636
|
property_value: Optional['outputs.EvaluationFormNumericQuestionPropertyValueAutomation'] = None):
|
|
310
637
|
"""
|
|
311
638
|
Information about the automation configuration in numeric questions.
|
|
312
639
|
:param 'EvaluationFormNumericQuestionPropertyValueAutomation' property_value: The property value of the automation.
|
|
313
640
|
"""
|
|
641
|
+
if answer_source is not None:
|
|
642
|
+
pulumi.set(__self__, "answer_source", answer_source)
|
|
314
643
|
if property_value is not None:
|
|
315
644
|
pulumi.set(__self__, "property_value", property_value)
|
|
316
645
|
|
|
646
|
+
@_builtins.property
|
|
647
|
+
@pulumi.getter(name="answerSource")
|
|
648
|
+
def answer_source(self) -> Optional['outputs.EvaluationFormQuestionAutomationAnswerSource']:
|
|
649
|
+
return pulumi.get(self, "answer_source")
|
|
650
|
+
|
|
317
651
|
@_builtins.property
|
|
318
652
|
@pulumi.getter(name="propertyValue")
|
|
319
653
|
def property_value(self) -> Optional['outputs.EvaluationFormNumericQuestionPropertyValueAutomation']:
|
|
@@ -337,6 +671,8 @@ class EvaluationFormNumericQuestionOption(dict):
|
|
|
337
671
|
suggest = "min_value"
|
|
338
672
|
elif key == "automaticFail":
|
|
339
673
|
suggest = "automatic_fail"
|
|
674
|
+
elif key == "automaticFailConfiguration":
|
|
675
|
+
suggest = "automatic_fail_configuration"
|
|
340
676
|
|
|
341
677
|
if suggest:
|
|
342
678
|
pulumi.log.warn(f"Key '{key}' not found in EvaluationFormNumericQuestionOption. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -353,6 +689,7 @@ class EvaluationFormNumericQuestionOption(dict):
|
|
|
353
689
|
max_value: _builtins.int,
|
|
354
690
|
min_value: _builtins.int,
|
|
355
691
|
automatic_fail: Optional[_builtins.bool] = None,
|
|
692
|
+
automatic_fail_configuration: Optional['outputs.EvaluationFormAutomaticFailConfiguration'] = None,
|
|
356
693
|
score: Optional[_builtins.int] = None):
|
|
357
694
|
"""
|
|
358
695
|
Information about the option range used for scoring in numeric questions.
|
|
@@ -367,6 +704,8 @@ class EvaluationFormNumericQuestionOption(dict):
|
|
|
367
704
|
pulumi.set(__self__, "min_value", min_value)
|
|
368
705
|
if automatic_fail is not None:
|
|
369
706
|
pulumi.set(__self__, "automatic_fail", automatic_fail)
|
|
707
|
+
if automatic_fail_configuration is not None:
|
|
708
|
+
pulumi.set(__self__, "automatic_fail_configuration", automatic_fail_configuration)
|
|
370
709
|
if score is not None:
|
|
371
710
|
pulumi.set(__self__, "score", score)
|
|
372
711
|
|
|
@@ -394,6 +733,11 @@ class EvaluationFormNumericQuestionOption(dict):
|
|
|
394
733
|
"""
|
|
395
734
|
return pulumi.get(self, "automatic_fail")
|
|
396
735
|
|
|
736
|
+
@_builtins.property
|
|
737
|
+
@pulumi.getter(name="automaticFailConfiguration")
|
|
738
|
+
def automatic_fail_configuration(self) -> Optional['outputs.EvaluationFormAutomaticFailConfiguration']:
|
|
739
|
+
return pulumi.get(self, "automatic_fail_configuration")
|
|
740
|
+
|
|
397
741
|
@_builtins.property
|
|
398
742
|
@pulumi.getter
|
|
399
743
|
def score(self) -> Optional[_builtins.int]:
|
|
@@ -535,6 +879,7 @@ class EvaluationFormQuestion(dict):
|
|
|
535
879
|
question_type: 'EvaluationFormQuestionQuestionType',
|
|
536
880
|
ref_id: _builtins.str,
|
|
537
881
|
title: _builtins.str,
|
|
882
|
+
enablement: Optional['outputs.EvaluationFormItemEnablementConfiguration'] = None,
|
|
538
883
|
instructions: Optional[_builtins.str] = None,
|
|
539
884
|
not_applicable_enabled: Optional[_builtins.bool] = None,
|
|
540
885
|
question_type_properties: Optional['outputs.EvaluationFormQuestionTypeProperties'] = None,
|
|
@@ -558,6 +903,8 @@ class EvaluationFormQuestion(dict):
|
|
|
558
903
|
pulumi.set(__self__, "question_type", question_type)
|
|
559
904
|
pulumi.set(__self__, "ref_id", ref_id)
|
|
560
905
|
pulumi.set(__self__, "title", title)
|
|
906
|
+
if enablement is not None:
|
|
907
|
+
pulumi.set(__self__, "enablement", enablement)
|
|
561
908
|
if instructions is not None:
|
|
562
909
|
pulumi.set(__self__, "instructions", instructions)
|
|
563
910
|
if not_applicable_enabled is not None:
|
|
@@ -594,6 +941,11 @@ class EvaluationFormQuestion(dict):
|
|
|
594
941
|
"""
|
|
595
942
|
return pulumi.get(self, "title")
|
|
596
943
|
|
|
944
|
+
@_builtins.property
|
|
945
|
+
@pulumi.getter
|
|
946
|
+
def enablement(self) -> Optional['outputs.EvaluationFormItemEnablementConfiguration']:
|
|
947
|
+
return pulumi.get(self, "enablement")
|
|
948
|
+
|
|
597
949
|
@_builtins.property
|
|
598
950
|
@pulumi.getter
|
|
599
951
|
def instructions(self) -> Optional[_builtins.str]:
|
|
@@ -630,6 +982,41 @@ class EvaluationFormQuestion(dict):
|
|
|
630
982
|
return pulumi.get(self, "weight")
|
|
631
983
|
|
|
632
984
|
|
|
985
|
+
@pulumi.output_type
|
|
986
|
+
class EvaluationFormQuestionAutomationAnswerSource(dict):
|
|
987
|
+
@staticmethod
|
|
988
|
+
def __key_warning(key: str):
|
|
989
|
+
suggest = None
|
|
990
|
+
if key == "sourceType":
|
|
991
|
+
suggest = "source_type"
|
|
992
|
+
|
|
993
|
+
if suggest:
|
|
994
|
+
pulumi.log.warn(f"Key '{key}' not found in EvaluationFormQuestionAutomationAnswerSource. Access the value via the '{suggest}' property getter instead.")
|
|
995
|
+
|
|
996
|
+
def __getitem__(self, key: str) -> Any:
|
|
997
|
+
EvaluationFormQuestionAutomationAnswerSource.__key_warning(key)
|
|
998
|
+
return super().__getitem__(key)
|
|
999
|
+
|
|
1000
|
+
def get(self, key: str, default = None) -> Any:
|
|
1001
|
+
EvaluationFormQuestionAutomationAnswerSource.__key_warning(key)
|
|
1002
|
+
return super().get(key, default)
|
|
1003
|
+
|
|
1004
|
+
def __init__(__self__, *,
|
|
1005
|
+
source_type: 'EvaluationFormQuestionAutomationAnswerSourceSourceType'):
|
|
1006
|
+
"""
|
|
1007
|
+
:param 'EvaluationFormQuestionAutomationAnswerSourceSourceType' source_type: The type of the answer sourcr
|
|
1008
|
+
"""
|
|
1009
|
+
pulumi.set(__self__, "source_type", source_type)
|
|
1010
|
+
|
|
1011
|
+
@_builtins.property
|
|
1012
|
+
@pulumi.getter(name="sourceType")
|
|
1013
|
+
def source_type(self) -> 'EvaluationFormQuestionAutomationAnswerSourceSourceType':
|
|
1014
|
+
"""
|
|
1015
|
+
The type of the answer sourcr
|
|
1016
|
+
"""
|
|
1017
|
+
return pulumi.get(self, "source_type")
|
|
1018
|
+
|
|
1019
|
+
|
|
633
1020
|
@pulumi.output_type
|
|
634
1021
|
class EvaluationFormQuestionTypeProperties(dict):
|
|
635
1022
|
"""
|
|
@@ -654,7 +1041,8 @@ class EvaluationFormQuestionTypeProperties(dict):
|
|
|
654
1041
|
|
|
655
1042
|
def __init__(__self__, *,
|
|
656
1043
|
numeric: Optional['outputs.EvaluationFormNumericQuestionProperties'] = None,
|
|
657
|
-
single_select: Optional['outputs.EvaluationFormSingleSelectQuestionProperties'] = None
|
|
1044
|
+
single_select: Optional['outputs.EvaluationFormSingleSelectQuestionProperties'] = None,
|
|
1045
|
+
text: Optional['outputs.EvaluationFormTextQuestionProperties'] = None):
|
|
658
1046
|
"""
|
|
659
1047
|
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.
|
|
660
1048
|
:param 'EvaluationFormNumericQuestionProperties' numeric: The properties of the numeric question.
|
|
@@ -664,6 +1052,8 @@ class EvaluationFormQuestionTypeProperties(dict):
|
|
|
664
1052
|
pulumi.set(__self__, "numeric", numeric)
|
|
665
1053
|
if single_select is not None:
|
|
666
1054
|
pulumi.set(__self__, "single_select", single_select)
|
|
1055
|
+
if text is not None:
|
|
1056
|
+
pulumi.set(__self__, "text", text)
|
|
667
1057
|
|
|
668
1058
|
@_builtins.property
|
|
669
1059
|
@pulumi.getter
|
|
@@ -681,6 +1071,11 @@ class EvaluationFormQuestionTypeProperties(dict):
|
|
|
681
1071
|
"""
|
|
682
1072
|
return pulumi.get(self, "single_select")
|
|
683
1073
|
|
|
1074
|
+
@_builtins.property
|
|
1075
|
+
@pulumi.getter
|
|
1076
|
+
def text(self) -> Optional['outputs.EvaluationFormTextQuestionProperties']:
|
|
1077
|
+
return pulumi.get(self, "text")
|
|
1078
|
+
|
|
684
1079
|
|
|
685
1080
|
@pulumi.output_type
|
|
686
1081
|
class EvaluationFormScoringStrategy(dict):
|
|
@@ -823,7 +1218,9 @@ class EvaluationFormSingleSelectQuestionAutomation(dict):
|
|
|
823
1218
|
@staticmethod
|
|
824
1219
|
def __key_warning(key: str):
|
|
825
1220
|
suggest = None
|
|
826
|
-
if key == "
|
|
1221
|
+
if key == "answerSource":
|
|
1222
|
+
suggest = "answer_source"
|
|
1223
|
+
elif key == "defaultOptionRefId":
|
|
827
1224
|
suggest = "default_option_ref_id"
|
|
828
1225
|
|
|
829
1226
|
if suggest:
|
|
@@ -839,6 +1236,7 @@ class EvaluationFormSingleSelectQuestionAutomation(dict):
|
|
|
839
1236
|
|
|
840
1237
|
def __init__(__self__, *,
|
|
841
1238
|
options: Sequence['outputs.EvaluationFormSingleSelectQuestionAutomationOption'],
|
|
1239
|
+
answer_source: Optional['outputs.EvaluationFormQuestionAutomationAnswerSource'] = None,
|
|
842
1240
|
default_option_ref_id: Optional[_builtins.str] = None):
|
|
843
1241
|
"""
|
|
844
1242
|
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.
|
|
@@ -849,6 +1247,8 @@ class EvaluationFormSingleSelectQuestionAutomation(dict):
|
|
|
849
1247
|
*Length Constraints*: Minimum length of 1. Maximum length of 40.
|
|
850
1248
|
"""
|
|
851
1249
|
pulumi.set(__self__, "options", options)
|
|
1250
|
+
if answer_source is not None:
|
|
1251
|
+
pulumi.set(__self__, "answer_source", answer_source)
|
|
852
1252
|
if default_option_ref_id is not None:
|
|
853
1253
|
pulumi.set(__self__, "default_option_ref_id", default_option_ref_id)
|
|
854
1254
|
|
|
@@ -862,6 +1262,11 @@ class EvaluationFormSingleSelectQuestionAutomation(dict):
|
|
|
862
1262
|
"""
|
|
863
1263
|
return pulumi.get(self, "options")
|
|
864
1264
|
|
|
1265
|
+
@_builtins.property
|
|
1266
|
+
@pulumi.getter(name="answerSource")
|
|
1267
|
+
def answer_source(self) -> Optional['outputs.EvaluationFormQuestionAutomationAnswerSource']:
|
|
1268
|
+
return pulumi.get(self, "answer_source")
|
|
1269
|
+
|
|
865
1270
|
@_builtins.property
|
|
866
1271
|
@pulumi.getter(name="defaultOptionRefId")
|
|
867
1272
|
def default_option_ref_id(self) -> Optional[_builtins.str]:
|
|
@@ -923,6 +1328,8 @@ class EvaluationFormSingleSelectQuestionOption(dict):
|
|
|
923
1328
|
suggest = "ref_id"
|
|
924
1329
|
elif key == "automaticFail":
|
|
925
1330
|
suggest = "automatic_fail"
|
|
1331
|
+
elif key == "automaticFailConfiguration":
|
|
1332
|
+
suggest = "automatic_fail_configuration"
|
|
926
1333
|
|
|
927
1334
|
if suggest:
|
|
928
1335
|
pulumi.log.warn(f"Key '{key}' not found in EvaluationFormSingleSelectQuestionOption. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -939,6 +1346,7 @@ class EvaluationFormSingleSelectQuestionOption(dict):
|
|
|
939
1346
|
ref_id: _builtins.str,
|
|
940
1347
|
text: _builtins.str,
|
|
941
1348
|
automatic_fail: Optional[_builtins.bool] = None,
|
|
1349
|
+
automatic_fail_configuration: Optional['outputs.EvaluationFormAutomaticFailConfiguration'] = None,
|
|
942
1350
|
score: Optional[_builtins.int] = None):
|
|
943
1351
|
"""
|
|
944
1352
|
Information about the automation configuration in single select questions.
|
|
@@ -955,6 +1363,8 @@ class EvaluationFormSingleSelectQuestionOption(dict):
|
|
|
955
1363
|
pulumi.set(__self__, "text", text)
|
|
956
1364
|
if automatic_fail is not None:
|
|
957
1365
|
pulumi.set(__self__, "automatic_fail", automatic_fail)
|
|
1366
|
+
if automatic_fail_configuration is not None:
|
|
1367
|
+
pulumi.set(__self__, "automatic_fail_configuration", automatic_fail_configuration)
|
|
958
1368
|
if score is not None:
|
|
959
1369
|
pulumi.set(__self__, "score", score)
|
|
960
1370
|
|
|
@@ -984,6 +1394,11 @@ class EvaluationFormSingleSelectQuestionOption(dict):
|
|
|
984
1394
|
"""
|
|
985
1395
|
return pulumi.get(self, "automatic_fail")
|
|
986
1396
|
|
|
1397
|
+
@_builtins.property
|
|
1398
|
+
@pulumi.getter(name="automaticFailConfiguration")
|
|
1399
|
+
def automatic_fail_configuration(self) -> Optional['outputs.EvaluationFormAutomaticFailConfiguration']:
|
|
1400
|
+
return pulumi.get(self, "automatic_fail_configuration")
|
|
1401
|
+
|
|
987
1402
|
@_builtins.property
|
|
988
1403
|
@pulumi.getter
|
|
989
1404
|
def score(self) -> Optional[_builtins.int]:
|
|
@@ -1137,6 +1552,61 @@ class EvaluationFormSingleSelectQuestionRuleCategoryAutomation(dict):
|
|
|
1137
1552
|
return pulumi.get(self, "option_ref_id")
|
|
1138
1553
|
|
|
1139
1554
|
|
|
1555
|
+
@pulumi.output_type
|
|
1556
|
+
class EvaluationFormTextQuestionAutomation(dict):
|
|
1557
|
+
@staticmethod
|
|
1558
|
+
def __key_warning(key: str):
|
|
1559
|
+
suggest = None
|
|
1560
|
+
if key == "answerSource":
|
|
1561
|
+
suggest = "answer_source"
|
|
1562
|
+
|
|
1563
|
+
if suggest:
|
|
1564
|
+
pulumi.log.warn(f"Key '{key}' not found in EvaluationFormTextQuestionAutomation. Access the value via the '{suggest}' property getter instead.")
|
|
1565
|
+
|
|
1566
|
+
def __getitem__(self, key: str) -> Any:
|
|
1567
|
+
EvaluationFormTextQuestionAutomation.__key_warning(key)
|
|
1568
|
+
return super().__getitem__(key)
|
|
1569
|
+
|
|
1570
|
+
def get(self, key: str, default = None) -> Any:
|
|
1571
|
+
EvaluationFormTextQuestionAutomation.__key_warning(key)
|
|
1572
|
+
return super().get(key, default)
|
|
1573
|
+
|
|
1574
|
+
def __init__(__self__, *,
|
|
1575
|
+
answer_source: Optional['outputs.EvaluationFormQuestionAutomationAnswerSource'] = None):
|
|
1576
|
+
"""
|
|
1577
|
+
:param 'EvaluationFormQuestionAutomationAnswerSource' answer_source: The source of automation answer of the question.
|
|
1578
|
+
"""
|
|
1579
|
+
if answer_source is not None:
|
|
1580
|
+
pulumi.set(__self__, "answer_source", answer_source)
|
|
1581
|
+
|
|
1582
|
+
@_builtins.property
|
|
1583
|
+
@pulumi.getter(name="answerSource")
|
|
1584
|
+
def answer_source(self) -> Optional['outputs.EvaluationFormQuestionAutomationAnswerSource']:
|
|
1585
|
+
"""
|
|
1586
|
+
The source of automation answer of the question.
|
|
1587
|
+
"""
|
|
1588
|
+
return pulumi.get(self, "answer_source")
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
@pulumi.output_type
|
|
1592
|
+
class EvaluationFormTextQuestionProperties(dict):
|
|
1593
|
+
def __init__(__self__, *,
|
|
1594
|
+
automation: Optional['outputs.EvaluationFormTextQuestionAutomation'] = None):
|
|
1595
|
+
"""
|
|
1596
|
+
:param 'EvaluationFormTextQuestionAutomation' automation: Specifies how the question can be automatically answered.
|
|
1597
|
+
"""
|
|
1598
|
+
if automation is not None:
|
|
1599
|
+
pulumi.set(__self__, "automation", automation)
|
|
1600
|
+
|
|
1601
|
+
@_builtins.property
|
|
1602
|
+
@pulumi.getter
|
|
1603
|
+
def automation(self) -> Optional['outputs.EvaluationFormTextQuestionAutomation']:
|
|
1604
|
+
"""
|
|
1605
|
+
Specifies how the question can be automatically answered.
|
|
1606
|
+
"""
|
|
1607
|
+
return pulumi.get(self, "automation")
|
|
1608
|
+
|
|
1609
|
+
|
|
1140
1610
|
@pulumi.output_type
|
|
1141
1611
|
class HoursOfOperationConfig(dict):
|
|
1142
1612
|
"""
|