aws-cdk-lib 2.73.0__py3-none-any.whl → 2.76.0__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 aws-cdk-lib might be problematic. Click here for more details.

Files changed (111) hide show
  1. aws_cdk/__init__.py +245 -259
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.73.0.jsii.tgz → aws-cdk-lib@2.76.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplifyuibuilder/__init__.py +182 -214
  5. aws_cdk/aws_apigateway/__init__.py +95 -148
  6. aws_cdk/aws_appconfig/__init__.py +8 -4
  7. aws_cdk/aws_appflow/__init__.py +27 -52
  8. aws_cdk/aws_appmesh/__init__.py +91 -200
  9. aws_cdk/aws_apprunner/__init__.py +4 -16
  10. aws_cdk/aws_appstream/__init__.py +18 -82
  11. aws_cdk/aws_athena/__init__.py +18 -32
  12. aws_cdk/aws_backup/__init__.py +48 -86
  13. aws_cdk/aws_batch/__init__.py +9 -2
  14. aws_cdk/aws_billingconductor/__init__.py +12 -7
  15. aws_cdk/aws_budgets/__init__.py +8 -17
  16. aws_cdk/aws_certificatemanager/__init__.py +7 -4
  17. aws_cdk/aws_cloudfront/__init__.py +14 -11
  18. aws_cdk/aws_cloudfront_origins/__init__.py +18 -8
  19. aws_cdk/aws_cloudtrail/__init__.py +7 -14
  20. aws_cdk/aws_cloudwatch/__init__.py +63 -35
  21. aws_cdk/aws_codebuild/__init__.py +10 -13
  22. aws_cdk/aws_codecommit/__init__.py +0 -1
  23. aws_cdk/aws_codedeploy/__init__.py +165 -162
  24. aws_cdk/aws_codegurureviewer/__init__.py +4 -4
  25. aws_cdk/aws_codepipeline/__init__.py +0 -4
  26. aws_cdk/aws_codepipeline_actions/__init__.py +16 -164
  27. aws_cdk/aws_cognito/__init__.py +195 -100
  28. aws_cdk/aws_config/__init__.py +28 -51
  29. aws_cdk/aws_connectcampaigns/__init__.py +5 -6
  30. aws_cdk/aws_databrew/__init__.py +5 -6
  31. aws_cdk/aws_dlm/__init__.py +33 -71
  32. aws_cdk/aws_docdb/__init__.py +20 -76
  33. aws_cdk/aws_dynamodb/__init__.py +29 -22
  34. aws_cdk/aws_ec2/__init__.py +2414 -603
  35. aws_cdk/aws_ecr/__init__.py +1 -2
  36. aws_cdk/aws_ecr_assets/__init__.py +27 -14
  37. aws_cdk/aws_ecs/__init__.py +458 -163
  38. aws_cdk/aws_ecs_patterns/__init__.py +13 -11
  39. aws_cdk/aws_eks/__init__.py +13 -8
  40. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -9
  41. aws_cdk/aws_elasticloadbalancingv2/__init__.py +142 -82
  42. aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +126 -61
  43. aws_cdk/aws_elasticsearch/__init__.py +0 -7
  44. aws_cdk/aws_emr/__init__.py +7 -16
  45. aws_cdk/aws_emrserverless/__init__.py +14 -18
  46. aws_cdk/aws_events/__init__.py +33 -29
  47. aws_cdk/aws_events_targets/__init__.py +248 -89
  48. aws_cdk/aws_frauddetector/__init__.py +3 -4
  49. aws_cdk/aws_fsx/__init__.py +13 -7
  50. aws_cdk/aws_gamelift/__init__.py +11 -20
  51. aws_cdk/aws_grafana/__init__.py +4 -4
  52. aws_cdk/aws_iam/__init__.py +21 -25
  53. aws_cdk/aws_imagebuilder/__init__.py +58 -80
  54. aws_cdk/aws_internetmonitor/__init__.py +18 -10
  55. aws_cdk/aws_iot/__init__.py +16 -10
  56. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -26
  57. aws_cdk/aws_iotevents/__init__.py +6 -4
  58. aws_cdk/aws_iotfleetwise/__init__.py +27 -40
  59. aws_cdk/aws_iotsitewise/__init__.py +8 -5
  60. aws_cdk/aws_iotwireless/__init__.py +14 -9
  61. aws_cdk/aws_kinesisfirehose/__init__.py +21 -38
  62. aws_cdk/aws_lambda/__init__.py +76 -53
  63. aws_cdk/aws_lambda_event_sources/__init__.py +6 -21
  64. aws_cdk/aws_logs/__init__.py +5 -7
  65. aws_cdk/aws_macie/__init__.py +28 -23
  66. aws_cdk/aws_mediaconnect/__init__.py +5 -8
  67. aws_cdk/aws_mediaconvert/__init__.py +2 -2
  68. aws_cdk/aws_medialive/__init__.py +2 -4
  69. aws_cdk/aws_mediapackage/__init__.py +9 -18
  70. aws_cdk/aws_memorydb/__init__.py +5 -10
  71. aws_cdk/aws_mwaa/__init__.py +8 -4
  72. aws_cdk/aws_neptune/__init__.py +4 -4
  73. aws_cdk/aws_networkfirewall/__init__.py +8 -4
  74. aws_cdk/aws_networkmanager/__init__.py +4 -4
  75. aws_cdk/aws_nimblestudio/__init__.py +25 -45
  76. aws_cdk/aws_opensearchservice/__init__.py +0 -1
  77. aws_cdk/aws_panorama/__init__.py +11 -12
  78. aws_cdk/aws_personalize/__init__.py +46 -72
  79. aws_cdk/aws_pinpoint/__init__.py +36 -65
  80. aws_cdk/aws_quicksight/__init__.py +9972 -13374
  81. aws_cdk/aws_rds/__init__.py +53 -22
  82. aws_cdk/aws_route53/__init__.py +8 -16
  83. aws_cdk/aws_route53_targets/__init__.py +2 -4
  84. aws_cdk/aws_s3/__init__.py +41 -90
  85. aws_cdk/aws_s3_notifications/__init__.py +0 -3
  86. aws_cdk/aws_sagemaker/__init__.py +16 -10
  87. aws_cdk/aws_secretsmanager/__init__.py +17 -14
  88. aws_cdk/aws_servicecatalog/__init__.py +60 -83
  89. aws_cdk/aws_servicediscovery/__init__.py +4 -6
  90. aws_cdk/aws_ses/__init__.py +734 -28
  91. aws_cdk/aws_sns/__init__.py +4 -8
  92. aws_cdk/aws_ssm/__init__.py +19 -23
  93. aws_cdk/aws_ssmcontacts/__init__.py +10 -6
  94. aws_cdk/aws_ssmincidents/__init__.py +2 -1
  95. aws_cdk/aws_sso/__init__.py +4 -4
  96. aws_cdk/aws_stepfunctions/__init__.py +6 -15
  97. aws_cdk/aws_stepfunctions_tasks/__init__.py +51 -24
  98. aws_cdk/aws_timestream/__init__.py +22 -28
  99. aws_cdk/aws_transfer/__init__.py +188 -86
  100. aws_cdk/aws_wafv2/__init__.py +54 -38
  101. aws_cdk/aws_xray/__init__.py +15 -22
  102. aws_cdk/cloud_assembly_schema/__init__.py +14 -6
  103. aws_cdk/custom_resources/__init__.py +2 -3
  104. aws_cdk/pipelines/__init__.py +104 -134
  105. aws_cdk/triggers/__init__.py +46 -61
  106. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/METADATA +47 -92
  107. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/RECORD +111 -111
  108. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/LICENSE +0 -0
  109. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/NOTICE +0 -0
  110. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/WHEEL +0 -0
  111. {aws_cdk_lib-2.73.0.dist-info → aws_cdk_lib-2.76.0.dist-info}/top_level.txt +0 -0
@@ -925,12 +925,12 @@ class CfnComponent(
925
925
  :param overrides: Describes the component's properties that can be overriden in a customized instance of the component. You can't specify ``tags`` as a valid property for ``overrides`` .
926
926
  :param properties: Describes the component's properties. You can't specify ``tags`` as a valid property for ``properties`` .
927
927
  :param variants: A list of the component's variants. A variant is a unique style configuration of a main component.
928
- :param app_id: The unique ID of the Amplify app associated with the component.
928
+ :param app_id: ``AWS::AmplifyUIBuilder::Component.AppId``.
929
929
  :param children: A list of the component's ``ComponentChild`` instances.
930
930
  :param collection_properties: The data binding configuration for the component's properties. Use this for a collection component. You can't specify ``tags`` as a valid property for ``collectionProperties`` .
931
- :param environment_name: The name of the backend environment that is a part of the Amplify app.
931
+ :param environment_name: ``AWS::AmplifyUIBuilder::Component.EnvironmentName``.
932
932
  :param events: Describes the events that can be raised on the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
933
- :param schema_version: The schema version of the component when it was imported.
933
+ :param schema_version: ``AWS::AmplifyUIBuilder::Component.SchemaVersion``.
934
934
  :param source_id: The unique ID of the component in its original source system, such as Figma.
935
935
  :param tags: One or more key-value pairs to use when tagging the component.
936
936
  '''
@@ -1134,7 +1134,7 @@ class CfnComponent(
1134
1134
  @builtins.property
1135
1135
  @jsii.member(jsii_name="appId")
1136
1136
  def app_id(self) -> typing.Optional[builtins.str]:
1137
- '''The unique ID of the Amplify app associated with the component.
1137
+ '''``AWS::AmplifyUIBuilder::Component.AppId``.
1138
1138
 
1139
1139
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-component.html#cfn-amplifyuibuilder-component-appid
1140
1140
  '''
@@ -1194,7 +1194,7 @@ class CfnComponent(
1194
1194
  @builtins.property
1195
1195
  @jsii.member(jsii_name="environmentName")
1196
1196
  def environment_name(self) -> typing.Optional[builtins.str]:
1197
- '''The name of the backend environment that is a part of the Amplify app.
1197
+ '''``AWS::AmplifyUIBuilder::Component.EnvironmentName``.
1198
1198
 
1199
1199
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-component.html#cfn-amplifyuibuilder-component-environmentname
1200
1200
  '''
@@ -1233,7 +1233,7 @@ class CfnComponent(
1233
1233
  @builtins.property
1234
1234
  @jsii.member(jsii_name="schemaVersion")
1235
1235
  def schema_version(self) -> typing.Optional[builtins.str]:
1236
- '''The schema version of the component when it was imported.
1236
+ '''``AWS::AmplifyUIBuilder::Component.SchemaVersion``.
1237
1237
 
1238
1238
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-component.html#cfn-amplifyuibuilder-component-schemaversion
1239
1239
  '''
@@ -4322,10 +4322,9 @@ class CfnComponent(
4322
4322
  )
4323
4323
  class FormBindingElementProperty:
4324
4324
  def __init__(self, *, element: builtins.str, property: builtins.str) -> None:
4325
- '''Describes how to bind a component property to form data.
4326
-
4327
- :param element: The name of the component to retrieve a value from.
4328
- :param property: The property to retrieve a value from.
4325
+ '''
4326
+ :param element: ``CfnComponent.FormBindingElementProperty.Element``.
4327
+ :param property: ``CfnComponent.FormBindingElementProperty.Property``.
4329
4328
 
4330
4329
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-formbindingelement.html
4331
4330
  :exampleMetadata: fixture=_generated
@@ -4352,7 +4351,7 @@ class CfnComponent(
4352
4351
 
4353
4352
  @builtins.property
4354
4353
  def element(self) -> builtins.str:
4355
- '''The name of the component to retrieve a value from.
4354
+ '''``CfnComponent.FormBindingElementProperty.Element``.
4356
4355
 
4357
4356
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-formbindingelement.html#cfn-amplifyuibuilder-component-formbindingelement-element
4358
4357
  '''
@@ -4362,7 +4361,7 @@ class CfnComponent(
4362
4361
 
4363
4362
  @builtins.property
4364
4363
  def property(self) -> builtins.str:
4365
- '''The property to retrieve a value from.
4364
+ '''``CfnComponent.FormBindingElementProperty.Property``.
4366
4365
 
4367
4366
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-component-formbindingelement.html#cfn-amplifyuibuilder-component-formbindingelement-property
4368
4367
  '''
@@ -4769,12 +4768,12 @@ class CfnComponentProps:
4769
4768
  :param overrides: Describes the component's properties that can be overriden in a customized instance of the component. You can't specify ``tags`` as a valid property for ``overrides`` .
4770
4769
  :param properties: Describes the component's properties. You can't specify ``tags`` as a valid property for ``properties`` .
4771
4770
  :param variants: A list of the component's variants. A variant is a unique style configuration of a main component.
4772
- :param app_id: The unique ID of the Amplify app associated with the component.
4771
+ :param app_id: ``AWS::AmplifyUIBuilder::Component.AppId``.
4773
4772
  :param children: A list of the component's ``ComponentChild`` instances.
4774
4773
  :param collection_properties: The data binding configuration for the component's properties. Use this for a collection component. You can't specify ``tags`` as a valid property for ``collectionProperties`` .
4775
- :param environment_name: The name of the backend environment that is a part of the Amplify app.
4774
+ :param environment_name: ``AWS::AmplifyUIBuilder::Component.EnvironmentName``.
4776
4775
  :param events: Describes the events that can be raised on the component. Use for the workflow feature in Amplify Studio that allows you to bind events and actions to components.
4777
- :param schema_version: The schema version of the component when it was imported.
4776
+ :param schema_version: ``AWS::AmplifyUIBuilder::Component.SchemaVersion``.
4778
4777
  :param source_id: The unique ID of the component in its original source system, such as Figma.
4779
4778
  :param tags: One or more key-value pairs to use when tagging the component.
4780
4779
 
@@ -5731,7 +5730,7 @@ class CfnComponentProps:
5731
5730
 
5732
5731
  @builtins.property
5733
5732
  def app_id(self) -> typing.Optional[builtins.str]:
5734
- '''The unique ID of the Amplify app associated with the component.
5733
+ '''``AWS::AmplifyUIBuilder::Component.AppId``.
5735
5734
 
5736
5735
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-component.html#cfn-amplifyuibuilder-component-appid
5737
5736
  '''
@@ -5764,7 +5763,7 @@ class CfnComponentProps:
5764
5763
 
5765
5764
  @builtins.property
5766
5765
  def environment_name(self) -> typing.Optional[builtins.str]:
5767
- '''The name of the backend environment that is a part of the Amplify app.
5766
+ '''``AWS::AmplifyUIBuilder::Component.EnvironmentName``.
5768
5767
 
5769
5768
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-component.html#cfn-amplifyuibuilder-component-environmentname
5770
5769
  '''
@@ -5786,7 +5785,7 @@ class CfnComponentProps:
5786
5785
 
5787
5786
  @builtins.property
5788
5787
  def schema_version(self) -> typing.Optional[builtins.str]:
5789
- '''The schema version of the component when it was imported.
5788
+ '''``AWS::AmplifyUIBuilder::Component.SchemaVersion``.
5790
5789
 
5791
5790
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-component.html#cfn-amplifyuibuilder-component-schemaversion
5792
5791
  '''
@@ -5831,8 +5830,6 @@ class CfnForm(
5831
5830
  ):
5832
5831
  '''A CloudFormation ``AWS::AmplifyUIBuilder::Form``.
5833
5832
 
5834
- Contains the configuration settings for a ``Form`` user interface (UI) element for an Amplify app. A form is a component you can add to your project by specifying a data source as the default configuration for the form.
5835
-
5836
5833
  :cloudformationResource: AWS::AmplifyUIBuilder::Form
5837
5834
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html
5838
5835
  :exampleMetadata: fixture=_generated
@@ -5991,17 +5988,17 @@ class CfnForm(
5991
5988
 
5992
5989
  :param scope: - scope in which this resource is defined.
5993
5990
  :param id: - scoped id of the resource.
5994
- :param data_type: The type of data source to use to create the form.
5995
- :param fields: Stores the information about the form's fields.
5996
- :param form_action_type: The operation to perform on the specified form.
5997
- :param name: The name of the form.
5998
- :param schema_version: The schema version of the form when it was imported.
5999
- :param sectional_elements: Stores the visual helper elements for the form that are not associated with any data.
6000
- :param style: Stores the configuration for the form's style.
6001
- :param app_id: The unique ID of the Amplify app associated with the form.
6002
- :param cta: Stores the call to action configuration for the form.
6003
- :param environment_name: The name of the backend environment that is a part of the Amplify app.
6004
- :param tags: One or more key-value pairs to use when tagging the form.
5991
+ :param data_type: ``AWS::AmplifyUIBuilder::Form.DataType``.
5992
+ :param fields: ``AWS::AmplifyUIBuilder::Form.Fields``.
5993
+ :param form_action_type: ``AWS::AmplifyUIBuilder::Form.FormActionType``.
5994
+ :param name: ``AWS::AmplifyUIBuilder::Form.Name``.
5995
+ :param schema_version: ``AWS::AmplifyUIBuilder::Form.SchemaVersion``.
5996
+ :param sectional_elements: ``AWS::AmplifyUIBuilder::Form.SectionalElements``.
5997
+ :param style: ``AWS::AmplifyUIBuilder::Form.Style``.
5998
+ :param app_id: ``AWS::AmplifyUIBuilder::Form.AppId``.
5999
+ :param cta: ``AWS::AmplifyUIBuilder::Form.Cta``.
6000
+ :param environment_name: ``AWS::AmplifyUIBuilder::Form.EnvironmentName``.
6001
+ :param tags: ``AWS::AmplifyUIBuilder::Form.Tags``.
6005
6002
  '''
6006
6003
  if __debug__:
6007
6004
  type_hints = typing.get_type_hints(_typecheckingstub__d1e1e67668c27ec66bb2b6aa2fd792ed1f3347990281e8dd83ae2ac8e81aaac8)
@@ -6069,7 +6066,7 @@ class CfnForm(
6069
6066
  @builtins.property
6070
6067
  @jsii.member(jsii_name="tags")
6071
6068
  def tags(self) -> _TagManager_0a598cb3:
6072
- '''One or more key-value pairs to use when tagging the form.
6069
+ '''``AWS::AmplifyUIBuilder::Form.Tags``.
6073
6070
 
6074
6071
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-tags
6075
6072
  '''
@@ -6080,7 +6077,7 @@ class CfnForm(
6080
6077
  def data_type(
6081
6078
  self,
6082
6079
  ) -> typing.Union[_IResolvable_da3f097b, "CfnForm.FormDataTypeConfigProperty"]:
6083
- '''The type of data source to use to create the form.
6080
+ '''``AWS::AmplifyUIBuilder::Form.DataType``.
6084
6081
 
6085
6082
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-datatype
6086
6083
  '''
@@ -6101,7 +6098,7 @@ class CfnForm(
6101
6098
  def fields(
6102
6099
  self,
6103
6100
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnForm.FieldConfigProperty"]]]:
6104
- '''Stores the information about the form's fields.
6101
+ '''``AWS::AmplifyUIBuilder::Form.Fields``.
6105
6102
 
6106
6103
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-fields
6107
6104
  '''
@@ -6120,7 +6117,7 @@ class CfnForm(
6120
6117
  @builtins.property
6121
6118
  @jsii.member(jsii_name="formActionType")
6122
6119
  def form_action_type(self) -> builtins.str:
6123
- '''The operation to perform on the specified form.
6120
+ '''``AWS::AmplifyUIBuilder::Form.FormActionType``.
6124
6121
 
6125
6122
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-formactiontype
6126
6123
  '''
@@ -6136,7 +6133,7 @@ class CfnForm(
6136
6133
  @builtins.property
6137
6134
  @jsii.member(jsii_name="name")
6138
6135
  def name(self) -> builtins.str:
6139
- '''The name of the form.
6136
+ '''``AWS::AmplifyUIBuilder::Form.Name``.
6140
6137
 
6141
6138
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-name
6142
6139
  '''
@@ -6152,7 +6149,7 @@ class CfnForm(
6152
6149
  @builtins.property
6153
6150
  @jsii.member(jsii_name="schemaVersion")
6154
6151
  def schema_version(self) -> builtins.str:
6155
- '''The schema version of the form when it was imported.
6152
+ '''``AWS::AmplifyUIBuilder::Form.SchemaVersion``.
6156
6153
 
6157
6154
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-schemaversion
6158
6155
  '''
@@ -6170,7 +6167,7 @@ class CfnForm(
6170
6167
  def sectional_elements(
6171
6168
  self,
6172
6169
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnForm.SectionalElementProperty"]]]:
6173
- '''Stores the visual helper elements for the form that are not associated with any data.
6170
+ '''``AWS::AmplifyUIBuilder::Form.SectionalElements``.
6174
6171
 
6175
6172
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-sectionalelements
6176
6173
  '''
@@ -6189,7 +6186,7 @@ class CfnForm(
6189
6186
  @builtins.property
6190
6187
  @jsii.member(jsii_name="style")
6191
6188
  def style(self) -> typing.Union[_IResolvable_da3f097b, "CfnForm.FormStyleProperty"]:
6192
- '''Stores the configuration for the form's style.
6189
+ '''``AWS::AmplifyUIBuilder::Form.Style``.
6193
6190
 
6194
6191
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-style
6195
6192
  '''
@@ -6208,7 +6205,7 @@ class CfnForm(
6208
6205
  @builtins.property
6209
6206
  @jsii.member(jsii_name="appId")
6210
6207
  def app_id(self) -> typing.Optional[builtins.str]:
6211
- '''The unique ID of the Amplify app associated with the form.
6208
+ '''``AWS::AmplifyUIBuilder::Form.AppId``.
6212
6209
 
6213
6210
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-appid
6214
6211
  '''
@@ -6226,7 +6223,7 @@ class CfnForm(
6226
6223
  def cta(
6227
6224
  self,
6228
6225
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FormCTAProperty"]]:
6229
- '''Stores the call to action configuration for the form.
6226
+ '''``AWS::AmplifyUIBuilder::Form.Cta``.
6230
6227
 
6231
6228
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-cta
6232
6229
  '''
@@ -6245,7 +6242,7 @@ class CfnForm(
6245
6242
  @builtins.property
6246
6243
  @jsii.member(jsii_name="environmentName")
6247
6244
  def environment_name(self) -> typing.Optional[builtins.str]:
6248
- '''The name of the backend environment that is a part of the Amplify app.
6245
+ '''``AWS::AmplifyUIBuilder::Form.EnvironmentName``.
6249
6246
 
6250
6247
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-environmentname
6251
6248
  '''
@@ -6279,13 +6276,12 @@ class CfnForm(
6279
6276
  position: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FieldPositionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6280
6277
  validations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FieldValidationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
6281
6278
  ) -> None:
6282
- '''Describes the configuration information for a field in a table.
6283
-
6284
- :param excluded: Specifies whether to hide a field.
6285
- :param input_type: Describes the configuration for the default input value to display for a field.
6286
- :param label: The label for the field.
6287
- :param position: Specifies the field position.
6288
- :param validations: The validations to perform on the value in the field.
6279
+ '''
6280
+ :param excluded: ``CfnForm.FieldConfigProperty.Excluded``.
6281
+ :param input_type: ``CfnForm.FieldConfigProperty.InputType``.
6282
+ :param label: ``CfnForm.FieldConfigProperty.Label``.
6283
+ :param position: ``CfnForm.FieldConfigProperty.Position``.
6284
+ :param validations: ``CfnForm.FieldConfigProperty.Validations``.
6289
6285
 
6290
6286
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldconfig.html
6291
6287
  :exampleMetadata: fixture=_generated
@@ -6367,7 +6363,7 @@ class CfnForm(
6367
6363
  def excluded(
6368
6364
  self,
6369
6365
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6370
- '''Specifies whether to hide a field.
6366
+ '''``CfnForm.FieldConfigProperty.Excluded``.
6371
6367
 
6372
6368
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldconfig.html#cfn-amplifyuibuilder-form-fieldconfig-excluded
6373
6369
  '''
@@ -6378,7 +6374,7 @@ class CfnForm(
6378
6374
  def input_type(
6379
6375
  self,
6380
6376
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FieldInputConfigProperty"]]:
6381
- '''Describes the configuration for the default input value to display for a field.
6377
+ '''``CfnForm.FieldConfigProperty.InputType``.
6382
6378
 
6383
6379
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldconfig.html#cfn-amplifyuibuilder-form-fieldconfig-inputtype
6384
6380
  '''
@@ -6387,7 +6383,7 @@ class CfnForm(
6387
6383
 
6388
6384
  @builtins.property
6389
6385
  def label(self) -> typing.Optional[builtins.str]:
6390
- '''The label for the field.
6386
+ '''``CfnForm.FieldConfigProperty.Label``.
6391
6387
 
6392
6388
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldconfig.html#cfn-amplifyuibuilder-form-fieldconfig-label
6393
6389
  '''
@@ -6398,7 +6394,7 @@ class CfnForm(
6398
6394
  def position(
6399
6395
  self,
6400
6396
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FieldPositionProperty"]]:
6401
- '''Specifies the field position.
6397
+ '''``CfnForm.FieldConfigProperty.Position``.
6402
6398
 
6403
6399
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldconfig.html#cfn-amplifyuibuilder-form-fieldconfig-position
6404
6400
  '''
@@ -6409,7 +6405,7 @@ class CfnForm(
6409
6405
  def validations(
6410
6406
  self,
6411
6407
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnForm.FieldValidationConfigurationProperty"]]]]:
6412
- '''The validations to perform on the value in the field.
6408
+ '''``CfnForm.FieldConfigProperty.Validations``.
6413
6409
 
6414
6410
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldconfig.html#cfn-amplifyuibuilder-form-fieldconfig-validations
6415
6411
  '''
@@ -6468,23 +6464,22 @@ class CfnForm(
6468
6464
  value: typing.Optional[builtins.str] = None,
6469
6465
  value_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.ValueMappingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6470
6466
  ) -> None:
6471
- '''Describes the configuration for the default input values to display for a field.
6472
-
6473
- :param type: The input type for the field.
6474
- :param default_checked: Specifies whether a field has a default value.
6475
- :param default_country_code: The default country code for a phone number.
6476
- :param default_value: The default value for the field.
6477
- :param descriptive_text: The text to display to describe the field.
6478
- :param is_array: Specifies whether to render the field as an array. This property is ignored if the ``dataSourceType`` for the form is a Data Store.
6479
- :param max_value: The maximum value to display for the field.
6480
- :param min_value: The minimum value to display for the field.
6481
- :param name: The name of the field.
6482
- :param placeholder: The text to display as a placeholder for the field.
6483
- :param read_only: Specifies a read only field.
6484
- :param required: Specifies a field that requires input.
6485
- :param step: The stepping increment for a numeric value in a field.
6486
- :param value: The value for the field.
6487
- :param value_mappings: The information to use to customize the input fields with data at runtime.
6467
+ '''
6468
+ :param type: ``CfnForm.FieldInputConfigProperty.Type``.
6469
+ :param default_checked: ``CfnForm.FieldInputConfigProperty.DefaultChecked``.
6470
+ :param default_country_code: ``CfnForm.FieldInputConfigProperty.DefaultCountryCode``.
6471
+ :param default_value: ``CfnForm.FieldInputConfigProperty.DefaultValue``.
6472
+ :param descriptive_text: ``CfnForm.FieldInputConfigProperty.DescriptiveText``.
6473
+ :param is_array: ``CfnForm.FieldInputConfigProperty.IsArray``.
6474
+ :param max_value: ``CfnForm.FieldInputConfigProperty.MaxValue``.
6475
+ :param min_value: ``CfnForm.FieldInputConfigProperty.MinValue``.
6476
+ :param name: ``CfnForm.FieldInputConfigProperty.Name``.
6477
+ :param placeholder: ``CfnForm.FieldInputConfigProperty.Placeholder``.
6478
+ :param read_only: ``CfnForm.FieldInputConfigProperty.ReadOnly``.
6479
+ :param required: ``CfnForm.FieldInputConfigProperty.Required``.
6480
+ :param step: ``CfnForm.FieldInputConfigProperty.Step``.
6481
+ :param value: ``CfnForm.FieldInputConfigProperty.Value``.
6482
+ :param value_mappings: ``CfnForm.FieldInputConfigProperty.ValueMappings``.
6488
6483
 
6489
6484
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html
6490
6485
  :exampleMetadata: fixture=_generated
@@ -6577,7 +6572,7 @@ class CfnForm(
6577
6572
 
6578
6573
  @builtins.property
6579
6574
  def type(self) -> builtins.str:
6580
- '''The input type for the field.
6575
+ '''``CfnForm.FieldInputConfigProperty.Type``.
6581
6576
 
6582
6577
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-type
6583
6578
  '''
@@ -6589,7 +6584,7 @@ class CfnForm(
6589
6584
  def default_checked(
6590
6585
  self,
6591
6586
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6592
- '''Specifies whether a field has a default value.
6587
+ '''``CfnForm.FieldInputConfigProperty.DefaultChecked``.
6593
6588
 
6594
6589
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-defaultchecked
6595
6590
  '''
@@ -6598,7 +6593,7 @@ class CfnForm(
6598
6593
 
6599
6594
  @builtins.property
6600
6595
  def default_country_code(self) -> typing.Optional[builtins.str]:
6601
- '''The default country code for a phone number.
6596
+ '''``CfnForm.FieldInputConfigProperty.DefaultCountryCode``.
6602
6597
 
6603
6598
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-defaultcountrycode
6604
6599
  '''
@@ -6607,7 +6602,7 @@ class CfnForm(
6607
6602
 
6608
6603
  @builtins.property
6609
6604
  def default_value(self) -> typing.Optional[builtins.str]:
6610
- '''The default value for the field.
6605
+ '''``CfnForm.FieldInputConfigProperty.DefaultValue``.
6611
6606
 
6612
6607
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-defaultvalue
6613
6608
  '''
@@ -6616,7 +6611,7 @@ class CfnForm(
6616
6611
 
6617
6612
  @builtins.property
6618
6613
  def descriptive_text(self) -> typing.Optional[builtins.str]:
6619
- '''The text to display to describe the field.
6614
+ '''``CfnForm.FieldInputConfigProperty.DescriptiveText``.
6620
6615
 
6621
6616
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-descriptivetext
6622
6617
  '''
@@ -6627,9 +6622,7 @@ class CfnForm(
6627
6622
  def is_array(
6628
6623
  self,
6629
6624
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6630
- '''Specifies whether to render the field as an array.
6631
-
6632
- This property is ignored if the ``dataSourceType`` for the form is a Data Store.
6625
+ '''``CfnForm.FieldInputConfigProperty.IsArray``.
6633
6626
 
6634
6627
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-isarray
6635
6628
  '''
@@ -6638,7 +6631,7 @@ class CfnForm(
6638
6631
 
6639
6632
  @builtins.property
6640
6633
  def max_value(self) -> typing.Optional[jsii.Number]:
6641
- '''The maximum value to display for the field.
6634
+ '''``CfnForm.FieldInputConfigProperty.MaxValue``.
6642
6635
 
6643
6636
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-maxvalue
6644
6637
  '''
@@ -6647,7 +6640,7 @@ class CfnForm(
6647
6640
 
6648
6641
  @builtins.property
6649
6642
  def min_value(self) -> typing.Optional[jsii.Number]:
6650
- '''The minimum value to display for the field.
6643
+ '''``CfnForm.FieldInputConfigProperty.MinValue``.
6651
6644
 
6652
6645
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-minvalue
6653
6646
  '''
@@ -6656,7 +6649,7 @@ class CfnForm(
6656
6649
 
6657
6650
  @builtins.property
6658
6651
  def name(self) -> typing.Optional[builtins.str]:
6659
- '''The name of the field.
6652
+ '''``CfnForm.FieldInputConfigProperty.Name``.
6660
6653
 
6661
6654
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-name
6662
6655
  '''
@@ -6665,7 +6658,7 @@ class CfnForm(
6665
6658
 
6666
6659
  @builtins.property
6667
6660
  def placeholder(self) -> typing.Optional[builtins.str]:
6668
- '''The text to display as a placeholder for the field.
6661
+ '''``CfnForm.FieldInputConfigProperty.Placeholder``.
6669
6662
 
6670
6663
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-placeholder
6671
6664
  '''
@@ -6676,7 +6669,7 @@ class CfnForm(
6676
6669
  def read_only(
6677
6670
  self,
6678
6671
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6679
- '''Specifies a read only field.
6672
+ '''``CfnForm.FieldInputConfigProperty.ReadOnly``.
6680
6673
 
6681
6674
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-readonly
6682
6675
  '''
@@ -6687,7 +6680,7 @@ class CfnForm(
6687
6680
  def required(
6688
6681
  self,
6689
6682
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6690
- '''Specifies a field that requires input.
6683
+ '''``CfnForm.FieldInputConfigProperty.Required``.
6691
6684
 
6692
6685
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-required
6693
6686
  '''
@@ -6696,7 +6689,7 @@ class CfnForm(
6696
6689
 
6697
6690
  @builtins.property
6698
6691
  def step(self) -> typing.Optional[jsii.Number]:
6699
- '''The stepping increment for a numeric value in a field.
6692
+ '''``CfnForm.FieldInputConfigProperty.Step``.
6700
6693
 
6701
6694
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-step
6702
6695
  '''
@@ -6705,7 +6698,7 @@ class CfnForm(
6705
6698
 
6706
6699
  @builtins.property
6707
6700
  def value(self) -> typing.Optional[builtins.str]:
6708
- '''The value for the field.
6701
+ '''``CfnForm.FieldInputConfigProperty.Value``.
6709
6702
 
6710
6703
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-value
6711
6704
  '''
@@ -6716,7 +6709,7 @@ class CfnForm(
6716
6709
  def value_mappings(
6717
6710
  self,
6718
6711
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.ValueMappingsProperty"]]:
6719
- '''The information to use to customize the input fields with data at runtime.
6712
+ '''``CfnForm.FieldInputConfigProperty.ValueMappings``.
6720
6713
 
6721
6714
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldinputconfig.html#cfn-amplifyuibuilder-form-fieldinputconfig-valuemappings
6722
6715
  '''
@@ -6747,11 +6740,10 @@ class CfnForm(
6747
6740
  fixed: typing.Optional[builtins.str] = None,
6748
6741
  right_of: typing.Optional[builtins.str] = None,
6749
6742
  ) -> None:
6750
- '''Describes the field position.
6751
-
6752
- :param below: The field position is below the field specified by the string.
6753
- :param fixed: The field position is fixed and doesn't change in relation to other fields.
6754
- :param right_of: The field position is to the right of the field specified by the string.
6743
+ '''
6744
+ :param below: ``CfnForm.FieldPositionProperty.Below``.
6745
+ :param fixed: ``CfnForm.FieldPositionProperty.Fixed``.
6746
+ :param right_of: ``CfnForm.FieldPositionProperty.RightOf``.
6755
6747
 
6756
6748
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldposition.html
6757
6749
  :exampleMetadata: fixture=_generated
@@ -6783,7 +6775,7 @@ class CfnForm(
6783
6775
 
6784
6776
  @builtins.property
6785
6777
  def below(self) -> typing.Optional[builtins.str]:
6786
- '''The field position is below the field specified by the string.
6778
+ '''``CfnForm.FieldPositionProperty.Below``.
6787
6779
 
6788
6780
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldposition.html#cfn-amplifyuibuilder-form-fieldposition-below
6789
6781
  '''
@@ -6792,7 +6784,7 @@ class CfnForm(
6792
6784
 
6793
6785
  @builtins.property
6794
6786
  def fixed(self) -> typing.Optional[builtins.str]:
6795
- '''The field position is fixed and doesn't change in relation to other fields.
6787
+ '''``CfnForm.FieldPositionProperty.Fixed``.
6796
6788
 
6797
6789
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldposition.html#cfn-amplifyuibuilder-form-fieldposition-fixed
6798
6790
  '''
@@ -6801,7 +6793,7 @@ class CfnForm(
6801
6793
 
6802
6794
  @builtins.property
6803
6795
  def right_of(self) -> typing.Optional[builtins.str]:
6804
- '''The field position is to the right of the field specified by the string.
6796
+ '''``CfnForm.FieldPositionProperty.RightOf``.
6805
6797
 
6806
6798
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldposition.html#cfn-amplifyuibuilder-form-fieldposition-rightof
6807
6799
  '''
@@ -6838,12 +6830,11 @@ class CfnForm(
6838
6830
  str_values: typing.Optional[typing.Sequence[builtins.str]] = None,
6839
6831
  validation_message: typing.Optional[builtins.str] = None,
6840
6832
  ) -> None:
6841
- '''Describes the validation configuration for a field.
6842
-
6843
- :param type: The validation to perform on an object type. ``
6844
- :param num_values: The validation to perform on a number value.
6845
- :param str_values: The validation to perform on a string value.
6846
- :param validation_message: The validation message to display.
6833
+ '''
6834
+ :param type: ``CfnForm.FieldValidationConfigurationProperty.Type``.
6835
+ :param num_values: ``CfnForm.FieldValidationConfigurationProperty.NumValues``.
6836
+ :param str_values: ``CfnForm.FieldValidationConfigurationProperty.StrValues``.
6837
+ :param validation_message: ``CfnForm.FieldValidationConfigurationProperty.ValidationMessage``.
6847
6838
 
6848
6839
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldvalidationconfiguration.html
6849
6840
  :exampleMetadata: fixture=_generated
@@ -6881,9 +6872,7 @@ class CfnForm(
6881
6872
 
6882
6873
  @builtins.property
6883
6874
  def type(self) -> builtins.str:
6884
- '''The validation to perform on an object type.
6885
-
6886
- ``
6875
+ '''``CfnForm.FieldValidationConfigurationProperty.Type``.
6887
6876
 
6888
6877
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldvalidationconfiguration.html#cfn-amplifyuibuilder-form-fieldvalidationconfiguration-type
6889
6878
  '''
@@ -6895,7 +6884,7 @@ class CfnForm(
6895
6884
  def num_values(
6896
6885
  self,
6897
6886
  ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
6898
- '''The validation to perform on a number value.
6887
+ '''``CfnForm.FieldValidationConfigurationProperty.NumValues``.
6899
6888
 
6900
6889
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldvalidationconfiguration.html#cfn-amplifyuibuilder-form-fieldvalidationconfiguration-numvalues
6901
6890
  '''
@@ -6904,7 +6893,7 @@ class CfnForm(
6904
6893
 
6905
6894
  @builtins.property
6906
6895
  def str_values(self) -> typing.Optional[typing.List[builtins.str]]:
6907
- '''The validation to perform on a string value.
6896
+ '''``CfnForm.FieldValidationConfigurationProperty.StrValues``.
6908
6897
 
6909
6898
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldvalidationconfiguration.html#cfn-amplifyuibuilder-form-fieldvalidationconfiguration-strvalues
6910
6899
  '''
@@ -6913,7 +6902,7 @@ class CfnForm(
6913
6902
 
6914
6903
  @builtins.property
6915
6904
  def validation_message(self) -> typing.Optional[builtins.str]:
6916
- '''The validation message to display.
6905
+ '''``CfnForm.FieldValidationConfigurationProperty.ValidationMessage``.
6917
6906
 
6918
6907
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-fieldvalidationconfiguration.html#cfn-amplifyuibuilder-form-fieldvalidationconfiguration-validationmessage
6919
6908
  '''
@@ -6948,11 +6937,10 @@ class CfnForm(
6948
6937
  excluded: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
6949
6938
  position: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FieldPositionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6950
6939
  ) -> None:
6951
- '''Describes the configuration for a button UI element that is a part of a form.
6952
-
6953
- :param children: Describes the button's properties.
6954
- :param excluded: Specifies whether the button is visible on the form.
6955
- :param position: The position of the button.
6940
+ '''
6941
+ :param children: ``CfnForm.FormButtonProperty.Children``.
6942
+ :param excluded: ``CfnForm.FormButtonProperty.Excluded``.
6943
+ :param position: ``CfnForm.FormButtonProperty.Position``.
6956
6944
 
6957
6945
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formbutton.html
6958
6946
  :exampleMetadata: fixture=_generated
@@ -6988,7 +6976,7 @@ class CfnForm(
6988
6976
 
6989
6977
  @builtins.property
6990
6978
  def children(self) -> typing.Optional[builtins.str]:
6991
- '''Describes the button's properties.
6979
+ '''``CfnForm.FormButtonProperty.Children``.
6992
6980
 
6993
6981
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formbutton.html#cfn-amplifyuibuilder-form-formbutton-children
6994
6982
  '''
@@ -6999,7 +6987,7 @@ class CfnForm(
6999
6987
  def excluded(
7000
6988
  self,
7001
6989
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
7002
- '''Specifies whether the button is visible on the form.
6990
+ '''``CfnForm.FormButtonProperty.Excluded``.
7003
6991
 
7004
6992
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formbutton.html#cfn-amplifyuibuilder-form-formbutton-excluded
7005
6993
  '''
@@ -7010,7 +6998,7 @@ class CfnForm(
7010
6998
  def position(
7011
6999
  self,
7012
7000
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FieldPositionProperty"]]:
7013
- '''The position of the button.
7001
+ '''``CfnForm.FormButtonProperty.Position``.
7014
7002
 
7015
7003
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formbutton.html#cfn-amplifyuibuilder-form-formbutton-position
7016
7004
  '''
@@ -7047,12 +7035,11 @@ class CfnForm(
7047
7035
  position: typing.Optional[builtins.str] = None,
7048
7036
  submit: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FormButtonProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7049
7037
  ) -> None:
7050
- '''Describes the call to action button configuration for the form.
7051
-
7052
- :param cancel: Displays a cancel button.
7053
- :param clear: Displays a clear button.
7054
- :param position: The position of the button.
7055
- :param submit: Displays a submit button.
7038
+ '''
7039
+ :param cancel: ``CfnForm.FormCTAProperty.Cancel``.
7040
+ :param clear: ``CfnForm.FormCTAProperty.Clear``.
7041
+ :param position: ``CfnForm.FormCTAProperty.Position``.
7042
+ :param submit: ``CfnForm.FormCTAProperty.Submit``.
7056
7043
 
7057
7044
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formcta.html
7058
7045
  :exampleMetadata: fixture=_generated
@@ -7114,7 +7101,7 @@ class CfnForm(
7114
7101
  def cancel(
7115
7102
  self,
7116
7103
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FormButtonProperty"]]:
7117
- '''Displays a cancel button.
7104
+ '''``CfnForm.FormCTAProperty.Cancel``.
7118
7105
 
7119
7106
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formcta.html#cfn-amplifyuibuilder-form-formcta-cancel
7120
7107
  '''
@@ -7125,7 +7112,7 @@ class CfnForm(
7125
7112
  def clear(
7126
7113
  self,
7127
7114
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FormButtonProperty"]]:
7128
- '''Displays a clear button.
7115
+ '''``CfnForm.FormCTAProperty.Clear``.
7129
7116
 
7130
7117
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formcta.html#cfn-amplifyuibuilder-form-formcta-clear
7131
7118
  '''
@@ -7134,7 +7121,7 @@ class CfnForm(
7134
7121
 
7135
7122
  @builtins.property
7136
7123
  def position(self) -> typing.Optional[builtins.str]:
7137
- '''The position of the button.
7124
+ '''``CfnForm.FormCTAProperty.Position``.
7138
7125
 
7139
7126
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formcta.html#cfn-amplifyuibuilder-form-formcta-position
7140
7127
  '''
@@ -7145,7 +7132,7 @@ class CfnForm(
7145
7132
  def submit(
7146
7133
  self,
7147
7134
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FormButtonProperty"]]:
7148
- '''Displays a submit button.
7135
+ '''``CfnForm.FormCTAProperty.Submit``.
7149
7136
 
7150
7137
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formcta.html#cfn-amplifyuibuilder-form-formcta-submit
7151
7138
  '''
@@ -7178,10 +7165,9 @@ class CfnForm(
7178
7165
  data_source_type: builtins.str,
7179
7166
  data_type_name: builtins.str,
7180
7167
  ) -> None:
7181
- '''Describes the data type configuration for the data source associated with a form.
7182
-
7183
- :param data_source_type: The data source type, either an Amplify DataStore model or a custom data type.
7184
- :param data_type_name: The unique name of the data type you are using as the data source for the form.
7168
+ '''
7169
+ :param data_source_type: ``CfnForm.FormDataTypeConfigProperty.DataSourceType``.
7170
+ :param data_type_name: ``CfnForm.FormDataTypeConfigProperty.DataTypeName``.
7185
7171
 
7186
7172
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formdatatypeconfig.html
7187
7173
  :exampleMetadata: fixture=_generated
@@ -7208,7 +7194,7 @@ class CfnForm(
7208
7194
 
7209
7195
  @builtins.property
7210
7196
  def data_source_type(self) -> builtins.str:
7211
- '''The data source type, either an Amplify DataStore model or a custom data type.
7197
+ '''``CfnForm.FormDataTypeConfigProperty.DataSourceType``.
7212
7198
 
7213
7199
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formdatatypeconfig.html#cfn-amplifyuibuilder-form-formdatatypeconfig-datasourcetype
7214
7200
  '''
@@ -7218,7 +7204,7 @@ class CfnForm(
7218
7204
 
7219
7205
  @builtins.property
7220
7206
  def data_type_name(self) -> builtins.str:
7221
- '''The unique name of the data type you are using as the data source for the form.
7207
+ '''``CfnForm.FormDataTypeConfigProperty.DataTypeName``.
7222
7208
 
7223
7209
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formdatatypeconfig.html#cfn-amplifyuibuilder-form-formdatatypeconfig-datatypename
7224
7210
  '''
@@ -7244,11 +7230,8 @@ class CfnForm(
7244
7230
  )
7245
7231
  class FormInputValuePropertyProperty:
7246
7232
  def __init__(self, *, value: typing.Optional[builtins.str] = None) -> None:
7247
- '''Describes the configuration for an input field on a form.
7248
-
7249
- Use ``FormInputValueProperty`` to specify the values to render or bind by default.
7250
-
7251
- :param value: The value to assign to the input field.
7233
+ '''
7234
+ :param value: ``CfnForm.FormInputValuePropertyProperty.Value``.
7252
7235
 
7253
7236
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-forminputvalueproperty.html
7254
7237
  :exampleMetadata: fixture=_generated
@@ -7272,7 +7255,7 @@ class CfnForm(
7272
7255
 
7273
7256
  @builtins.property
7274
7257
  def value(self) -> typing.Optional[builtins.str]:
7275
- '''The value to assign to the input field.
7258
+ '''``CfnForm.FormInputValuePropertyProperty.Value``.
7276
7259
 
7277
7260
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-forminputvalueproperty.html#cfn-amplifyuibuilder-form-forminputvalueproperty-value
7278
7261
  '''
@@ -7302,10 +7285,9 @@ class CfnForm(
7302
7285
  token_reference: typing.Optional[builtins.str] = None,
7303
7286
  value: typing.Optional[builtins.str] = None,
7304
7287
  ) -> None:
7305
- '''Describes the configuration settings for the form's style properties.
7306
-
7307
- :param token_reference: A reference to a design token to use to bind the form's style properties to an existing theme.
7308
- :param value: The value of the style setting.
7288
+ '''
7289
+ :param token_reference: ``CfnForm.FormStyleConfigProperty.TokenReference``.
7290
+ :param value: ``CfnForm.FormStyleConfigProperty.Value``.
7309
7291
 
7310
7292
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyleconfig.html
7311
7293
  :exampleMetadata: fixture=_generated
@@ -7333,7 +7315,7 @@ class CfnForm(
7333
7315
 
7334
7316
  @builtins.property
7335
7317
  def token_reference(self) -> typing.Optional[builtins.str]:
7336
- '''A reference to a design token to use to bind the form's style properties to an existing theme.
7318
+ '''``CfnForm.FormStyleConfigProperty.TokenReference``.
7337
7319
 
7338
7320
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyleconfig.html#cfn-amplifyuibuilder-form-formstyleconfig-tokenreference
7339
7321
  '''
@@ -7342,7 +7324,7 @@ class CfnForm(
7342
7324
 
7343
7325
  @builtins.property
7344
7326
  def value(self) -> typing.Optional[builtins.str]:
7345
- '''The value of the style setting.
7327
+ '''``CfnForm.FormStyleConfigProperty.Value``.
7346
7328
 
7347
7329
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyleconfig.html#cfn-amplifyuibuilder-form-formstyleconfig-value
7348
7330
  '''
@@ -7377,11 +7359,10 @@ class CfnForm(
7377
7359
  outer_padding: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FormStyleConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7378
7360
  vertical_gap: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FormStyleConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7379
7361
  ) -> None:
7380
- '''Describes the configuration for the form's style.
7381
-
7382
- :param horizontal_gap: The spacing for the horizontal gap.
7383
- :param outer_padding: The size of the outer padding for the form.
7384
- :param vertical_gap: The spacing for the vertical gap.
7362
+ '''
7363
+ :param horizontal_gap: ``CfnForm.FormStyleProperty.HorizontalGap``.
7364
+ :param outer_padding: ``CfnForm.FormStyleProperty.OuterPadding``.
7365
+ :param vertical_gap: ``CfnForm.FormStyleProperty.VerticalGap``.
7385
7366
 
7386
7367
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyle.html
7387
7368
  :exampleMetadata: fixture=_generated
@@ -7424,7 +7405,7 @@ class CfnForm(
7424
7405
  def horizontal_gap(
7425
7406
  self,
7426
7407
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FormStyleConfigProperty"]]:
7427
- '''The spacing for the horizontal gap.
7408
+ '''``CfnForm.FormStyleProperty.HorizontalGap``.
7428
7409
 
7429
7410
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyle.html#cfn-amplifyuibuilder-form-formstyle-horizontalgap
7430
7411
  '''
@@ -7435,7 +7416,7 @@ class CfnForm(
7435
7416
  def outer_padding(
7436
7417
  self,
7437
7418
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FormStyleConfigProperty"]]:
7438
- '''The size of the outer padding for the form.
7419
+ '''``CfnForm.FormStyleProperty.OuterPadding``.
7439
7420
 
7440
7421
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyle.html#cfn-amplifyuibuilder-form-formstyle-outerpadding
7441
7422
  '''
@@ -7446,7 +7427,7 @@ class CfnForm(
7446
7427
  def vertical_gap(
7447
7428
  self,
7448
7429
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FormStyleConfigProperty"]]:
7449
- '''The spacing for the vertical gap.
7430
+ '''``CfnForm.FormStyleProperty.VerticalGap``.
7450
7431
 
7451
7432
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-formstyle.html#cfn-amplifyuibuilder-form-formstyle-verticalgap
7452
7433
  '''
@@ -7487,16 +7468,13 @@ class CfnForm(
7487
7468
  position: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FieldPositionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7488
7469
  text: typing.Optional[builtins.str] = None,
7489
7470
  ) -> None:
7490
- '''Stores the configuration information for a visual helper element for a form.
7491
-
7492
- A sectional element can be a header, a text block, or a divider. These elements are static and not associated with any data.
7493
-
7494
- :param type: The type of sectional element. Valid values are ``Heading`` , ``Text`` , and ``Divider`` .
7471
+ '''
7472
+ :param type: ``CfnForm.SectionalElementProperty.Type``.
7495
7473
  :param excluded: ``CfnForm.SectionalElementProperty.Excluded``.
7496
- :param level: Specifies the size of the font for a ``Heading`` sectional element. Valid values are ``1 | 2 | 3 | 4 | 5 | 6`` .
7497
- :param orientation: Specifies the orientation for a ``Divider`` sectional element. Valid values are ``horizontal`` or ``vertical`` .
7498
- :param position: Specifies the position of the text in a field for a ``Text`` sectional element.
7499
- :param text: The text for a ``Text`` sectional element.
7474
+ :param level: ``CfnForm.SectionalElementProperty.Level``.
7475
+ :param orientation: ``CfnForm.SectionalElementProperty.Orientation``.
7476
+ :param position: ``CfnForm.SectionalElementProperty.Position``.
7477
+ :param text: ``CfnForm.SectionalElementProperty.Text``.
7500
7478
 
7501
7479
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-sectionalelement.html
7502
7480
  :exampleMetadata: fixture=_generated
@@ -7546,9 +7524,7 @@ class CfnForm(
7546
7524
 
7547
7525
  @builtins.property
7548
7526
  def type(self) -> builtins.str:
7549
- '''The type of sectional element.
7550
-
7551
- Valid values are ``Heading`` , ``Text`` , and ``Divider`` .
7527
+ '''``CfnForm.SectionalElementProperty.Type``.
7552
7528
 
7553
7529
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-sectionalelement.html#cfn-amplifyuibuilder-form-sectionalelement-type
7554
7530
  '''
@@ -7569,9 +7545,7 @@ class CfnForm(
7569
7545
 
7570
7546
  @builtins.property
7571
7547
  def level(self) -> typing.Optional[jsii.Number]:
7572
- '''Specifies the size of the font for a ``Heading`` sectional element.
7573
-
7574
- Valid values are ``1 | 2 | 3 | 4 | 5 | 6`` .
7548
+ '''``CfnForm.SectionalElementProperty.Level``.
7575
7549
 
7576
7550
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-sectionalelement.html#cfn-amplifyuibuilder-form-sectionalelement-level
7577
7551
  '''
@@ -7580,9 +7554,7 @@ class CfnForm(
7580
7554
 
7581
7555
  @builtins.property
7582
7556
  def orientation(self) -> typing.Optional[builtins.str]:
7583
- '''Specifies the orientation for a ``Divider`` sectional element.
7584
-
7585
- Valid values are ``horizontal`` or ``vertical`` .
7557
+ '''``CfnForm.SectionalElementProperty.Orientation``.
7586
7558
 
7587
7559
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-sectionalelement.html#cfn-amplifyuibuilder-form-sectionalelement-orientation
7588
7560
  '''
@@ -7593,7 +7565,7 @@ class CfnForm(
7593
7565
  def position(
7594
7566
  self,
7595
7567
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FieldPositionProperty"]]:
7596
- '''Specifies the position of the text in a field for a ``Text`` sectional element.
7568
+ '''``CfnForm.SectionalElementProperty.Position``.
7597
7569
 
7598
7570
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-sectionalelement.html#cfn-amplifyuibuilder-form-sectionalelement-position
7599
7571
  '''
@@ -7602,7 +7574,7 @@ class CfnForm(
7602
7574
 
7603
7575
  @builtins.property
7604
7576
  def text(self) -> typing.Optional[builtins.str]:
7605
- '''The text for a ``Text`` sectional element.
7577
+ '''``CfnForm.SectionalElementProperty.Text``.
7606
7578
 
7607
7579
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-sectionalelement.html#cfn-amplifyuibuilder-form-sectionalelement-text
7608
7580
  '''
@@ -7632,12 +7604,9 @@ class CfnForm(
7632
7604
  value: typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FormInputValuePropertyProperty", typing.Dict[builtins.str, typing.Any]]],
7633
7605
  display_value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.FormInputValuePropertyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
7634
7606
  ) -> None:
7635
- '''Associates a complex object with a display value.
7636
-
7637
- Use ``ValueMapping`` to store how to represent complex objects when they are displayed.
7638
-
7639
- :param value: The complex object.
7640
- :param display_value: The value to display for the complex object.
7607
+ '''
7608
+ :param value: ``CfnForm.ValueMappingProperty.Value``.
7609
+ :param display_value: ``CfnForm.ValueMappingProperty.DisplayValue``.
7641
7610
 
7642
7611
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-valuemapping.html
7643
7612
  :exampleMetadata: fixture=_generated
@@ -7673,7 +7642,7 @@ class CfnForm(
7673
7642
  def value(
7674
7643
  self,
7675
7644
  ) -> typing.Union[_IResolvable_da3f097b, "CfnForm.FormInputValuePropertyProperty"]:
7676
- '''The complex object.
7645
+ '''``CfnForm.ValueMappingProperty.Value``.
7677
7646
 
7678
7647
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-valuemapping.html#cfn-amplifyuibuilder-form-valuemapping-value
7679
7648
  '''
@@ -7685,7 +7654,7 @@ class CfnForm(
7685
7654
  def display_value(
7686
7655
  self,
7687
7656
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnForm.FormInputValuePropertyProperty"]]:
7688
- '''The value to display for the complex object.
7657
+ '''``CfnForm.ValueMappingProperty.DisplayValue``.
7689
7658
 
7690
7659
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-valuemapping.html#cfn-amplifyuibuilder-form-valuemapping-displayvalue
7691
7660
  '''
@@ -7714,9 +7683,8 @@ class CfnForm(
7714
7683
  *,
7715
7684
  values: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnForm.ValueMappingProperty", typing.Dict[builtins.str, typing.Any]]]]],
7716
7685
  ) -> None:
7717
- '''Represents the data binding configuration for a value map.
7718
-
7719
- :param values: The value and display value pairs.
7686
+ '''
7687
+ :param values: ``CfnForm.ValueMappingsProperty.Values``.
7720
7688
 
7721
7689
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-valuemappings.html
7722
7690
  :exampleMetadata: fixture=_generated
@@ -7751,7 +7719,7 @@ class CfnForm(
7751
7719
  def values(
7752
7720
  self,
7753
7721
  ) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnForm.ValueMappingProperty"]]]:
7754
- '''The value and display value pairs.
7722
+ '''``CfnForm.ValueMappingsProperty.Values``.
7755
7723
 
7756
7724
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplifyuibuilder-form-valuemappings.html#cfn-amplifyuibuilder-form-valuemappings-values
7757
7725
  '''
@@ -7806,17 +7774,17 @@ class CfnFormProps:
7806
7774
  ) -> None:
7807
7775
  '''Properties for defining a ``CfnForm``.
7808
7776
 
7809
- :param data_type: The type of data source to use to create the form.
7810
- :param fields: Stores the information about the form's fields.
7811
- :param form_action_type: The operation to perform on the specified form.
7812
- :param name: The name of the form.
7813
- :param schema_version: The schema version of the form when it was imported.
7814
- :param sectional_elements: Stores the visual helper elements for the form that are not associated with any data.
7815
- :param style: Stores the configuration for the form's style.
7816
- :param app_id: The unique ID of the Amplify app associated with the form.
7817
- :param cta: Stores the call to action configuration for the form.
7818
- :param environment_name: The name of the backend environment that is a part of the Amplify app.
7819
- :param tags: One or more key-value pairs to use when tagging the form.
7777
+ :param data_type: ``AWS::AmplifyUIBuilder::Form.DataType``.
7778
+ :param fields: ``AWS::AmplifyUIBuilder::Form.Fields``.
7779
+ :param form_action_type: ``AWS::AmplifyUIBuilder::Form.FormActionType``.
7780
+ :param name: ``AWS::AmplifyUIBuilder::Form.Name``.
7781
+ :param schema_version: ``AWS::AmplifyUIBuilder::Form.SchemaVersion``.
7782
+ :param sectional_elements: ``AWS::AmplifyUIBuilder::Form.SectionalElements``.
7783
+ :param style: ``AWS::AmplifyUIBuilder::Form.Style``.
7784
+ :param app_id: ``AWS::AmplifyUIBuilder::Form.AppId``.
7785
+ :param cta: ``AWS::AmplifyUIBuilder::Form.Cta``.
7786
+ :param environment_name: ``AWS::AmplifyUIBuilder::Form.EnvironmentName``.
7787
+ :param tags: ``AWS::AmplifyUIBuilder::Form.Tags``.
7820
7788
 
7821
7789
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html
7822
7790
  :exampleMetadata: fixture=_generated
@@ -7988,7 +7956,7 @@ class CfnFormProps:
7988
7956
  def data_type(
7989
7957
  self,
7990
7958
  ) -> typing.Union[_IResolvable_da3f097b, CfnForm.FormDataTypeConfigProperty]:
7991
- '''The type of data source to use to create the form.
7959
+ '''``AWS::AmplifyUIBuilder::Form.DataType``.
7992
7960
 
7993
7961
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-datatype
7994
7962
  '''
@@ -8000,7 +7968,7 @@ class CfnFormProps:
8000
7968
  def fields(
8001
7969
  self,
8002
7970
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnForm.FieldConfigProperty]]]:
8003
- '''Stores the information about the form's fields.
7971
+ '''``AWS::AmplifyUIBuilder::Form.Fields``.
8004
7972
 
8005
7973
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-fields
8006
7974
  '''
@@ -8010,7 +7978,7 @@ class CfnFormProps:
8010
7978
 
8011
7979
  @builtins.property
8012
7980
  def form_action_type(self) -> builtins.str:
8013
- '''The operation to perform on the specified form.
7981
+ '''``AWS::AmplifyUIBuilder::Form.FormActionType``.
8014
7982
 
8015
7983
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-formactiontype
8016
7984
  '''
@@ -8020,7 +7988,7 @@ class CfnFormProps:
8020
7988
 
8021
7989
  @builtins.property
8022
7990
  def name(self) -> builtins.str:
8023
- '''The name of the form.
7991
+ '''``AWS::AmplifyUIBuilder::Form.Name``.
8024
7992
 
8025
7993
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-name
8026
7994
  '''
@@ -8030,7 +7998,7 @@ class CfnFormProps:
8030
7998
 
8031
7999
  @builtins.property
8032
8000
  def schema_version(self) -> builtins.str:
8033
- '''The schema version of the form when it was imported.
8001
+ '''``AWS::AmplifyUIBuilder::Form.SchemaVersion``.
8034
8002
 
8035
8003
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-schemaversion
8036
8004
  '''
@@ -8042,7 +8010,7 @@ class CfnFormProps:
8042
8010
  def sectional_elements(
8043
8011
  self,
8044
8012
  ) -> typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnForm.SectionalElementProperty]]]:
8045
- '''Stores the visual helper elements for the form that are not associated with any data.
8013
+ '''``AWS::AmplifyUIBuilder::Form.SectionalElements``.
8046
8014
 
8047
8015
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-sectionalelements
8048
8016
  '''
@@ -8052,7 +8020,7 @@ class CfnFormProps:
8052
8020
 
8053
8021
  @builtins.property
8054
8022
  def style(self) -> typing.Union[_IResolvable_da3f097b, CfnForm.FormStyleProperty]:
8055
- '''Stores the configuration for the form's style.
8023
+ '''``AWS::AmplifyUIBuilder::Form.Style``.
8056
8024
 
8057
8025
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-style
8058
8026
  '''
@@ -8062,7 +8030,7 @@ class CfnFormProps:
8062
8030
 
8063
8031
  @builtins.property
8064
8032
  def app_id(self) -> typing.Optional[builtins.str]:
8065
- '''The unique ID of the Amplify app associated with the form.
8033
+ '''``AWS::AmplifyUIBuilder::Form.AppId``.
8066
8034
 
8067
8035
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-appid
8068
8036
  '''
@@ -8073,7 +8041,7 @@ class CfnFormProps:
8073
8041
  def cta(
8074
8042
  self,
8075
8043
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnForm.FormCTAProperty]]:
8076
- '''Stores the call to action configuration for the form.
8044
+ '''``AWS::AmplifyUIBuilder::Form.Cta``.
8077
8045
 
8078
8046
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-cta
8079
8047
  '''
@@ -8082,7 +8050,7 @@ class CfnFormProps:
8082
8050
 
8083
8051
  @builtins.property
8084
8052
  def environment_name(self) -> typing.Optional[builtins.str]:
8085
- '''The name of the backend environment that is a part of the Amplify app.
8053
+ '''``AWS::AmplifyUIBuilder::Form.EnvironmentName``.
8086
8054
 
8087
8055
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-environmentname
8088
8056
  '''
@@ -8091,7 +8059,7 @@ class CfnFormProps:
8091
8059
 
8092
8060
  @builtins.property
8093
8061
  def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
8094
- '''One or more key-value pairs to use when tagging the form.
8062
+ '''``AWS::AmplifyUIBuilder::Form.Tags``.
8095
8063
 
8096
8064
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-form.html#cfn-amplifyuibuilder-form-tags
8097
8065
  '''
@@ -8176,8 +8144,8 @@ class CfnTheme(
8176
8144
  :param id: - scoped id of the resource.
8177
8145
  :param name: The name of the theme.
8178
8146
  :param values: A list of key-value pairs that defines the properties of the theme.
8179
- :param app_id: The unique ID for the Amplify app associated with the theme.
8180
- :param environment_name: The name of the backend environment that is a part of the Amplify app.
8147
+ :param app_id: ``AWS::AmplifyUIBuilder::Theme.AppId``.
8148
+ :param environment_name: ``AWS::AmplifyUIBuilder::Theme.EnvironmentName``.
8181
8149
  :param overrides: Describes the properties that can be overriden to customize a theme.
8182
8150
  :param tags: One or more key-value pairs to use when tagging the theme.
8183
8151
  '''
@@ -8289,7 +8257,7 @@ class CfnTheme(
8289
8257
  @builtins.property
8290
8258
  @jsii.member(jsii_name="appId")
8291
8259
  def app_id(self) -> typing.Optional[builtins.str]:
8292
- '''The unique ID for the Amplify app associated with the theme.
8260
+ '''``AWS::AmplifyUIBuilder::Theme.AppId``.
8293
8261
 
8294
8262
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-appid
8295
8263
  '''
@@ -8305,7 +8273,7 @@ class CfnTheme(
8305
8273
  @builtins.property
8306
8274
  @jsii.member(jsii_name="environmentName")
8307
8275
  def environment_name(self) -> typing.Optional[builtins.str]:
8308
- '''The name of the backend environment that is a part of the Amplify app.
8276
+ '''``AWS::AmplifyUIBuilder::Theme.EnvironmentName``.
8309
8277
 
8310
8278
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-environmentname
8311
8279
  '''
@@ -8527,8 +8495,8 @@ class CfnThemeProps:
8527
8495
 
8528
8496
  :param name: The name of the theme.
8529
8497
  :param values: A list of key-value pairs that defines the properties of the theme.
8530
- :param app_id: The unique ID for the Amplify app associated with the theme.
8531
- :param environment_name: The name of the backend environment that is a part of the Amplify app.
8498
+ :param app_id: ``AWS::AmplifyUIBuilder::Theme.AppId``.
8499
+ :param environment_name: ``AWS::AmplifyUIBuilder::Theme.EnvironmentName``.
8532
8500
  :param overrides: Describes the properties that can be overriden to customize a theme.
8533
8501
  :param tags: One or more key-value pairs to use when tagging the theme.
8534
8502
 
@@ -8613,7 +8581,7 @@ class CfnThemeProps:
8613
8581
 
8614
8582
  @builtins.property
8615
8583
  def app_id(self) -> typing.Optional[builtins.str]:
8616
- '''The unique ID for the Amplify app associated with the theme.
8584
+ '''``AWS::AmplifyUIBuilder::Theme.AppId``.
8617
8585
 
8618
8586
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-appid
8619
8587
  '''
@@ -8622,7 +8590,7 @@ class CfnThemeProps:
8622
8590
 
8623
8591
  @builtins.property
8624
8592
  def environment_name(self) -> typing.Optional[builtins.str]:
8625
- '''The name of the backend environment that is a part of the Amplify app.
8593
+ '''``AWS::AmplifyUIBuilder::Theme.EnvironmentName``.
8626
8594
 
8627
8595
  :link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplifyuibuilder-theme.html#cfn-amplifyuibuilder-theme-environmentname
8628
8596
  '''