aws-cdk-lib 2.210.0__py3-none-any.whl → 2.212.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 (78) hide show
  1. aws_cdk/__init__.py +404 -54
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.210.0.jsii.tgz → aws-cdk-lib@2.212.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +2 -1
  5. aws_cdk/aws_apigateway/__init__.py +2 -0
  6. aws_cdk/aws_apigatewayv2/__init__.py +1798 -74
  7. aws_cdk/aws_appconfig/__init__.py +9 -0
  8. aws_cdk/aws_appintegrations/__init__.py +395 -0
  9. aws_cdk/aws_arcregionswitch/__init__.py +5080 -0
  10. aws_cdk/aws_athena/__init__.py +23 -19
  11. aws_cdk/aws_autoscaling/__init__.py +6 -6
  12. aws_cdk/aws_batch/__init__.py +725 -55
  13. aws_cdk/aws_bedrock/__init__.py +18 -0
  14. aws_cdk/aws_billingconductor/__init__.py +3 -3
  15. aws_cdk/aws_cassandra/__init__.py +28 -1
  16. aws_cdk/aws_cloudfront/__init__.py +39 -8
  17. aws_cdk/aws_codebuild/__init__.py +122 -0
  18. aws_cdk/aws_codepipeline/__init__.py +51 -50
  19. aws_cdk/aws_cognito/__init__.py +9 -2
  20. aws_cdk/aws_connect/__init__.py +40 -15
  21. aws_cdk/aws_datazone/__init__.py +118 -77
  22. aws_cdk/aws_dax/__init__.py +39 -0
  23. aws_cdk/aws_deadline/__init__.py +166 -7
  24. aws_cdk/aws_docdb/__init__.py +20 -11
  25. aws_cdk/aws_dynamodb/__init__.py +246 -36
  26. aws_cdk/aws_ec2/__init__.py +1044 -111
  27. aws_cdk/aws_ecr/__init__.py +274 -0
  28. aws_cdk/aws_ecs/__init__.py +1637 -137
  29. aws_cdk/aws_eks/__init__.py +53 -3
  30. aws_cdk/aws_elasticloadbalancingv2/__init__.py +31 -17
  31. aws_cdk/aws_entityresolution/__init__.py +240 -45
  32. aws_cdk/aws_evs/__init__.py +20 -45
  33. aws_cdk/aws_gameliftstreams/__init__.py +7 -6
  34. aws_cdk/aws_glue/__init__.py +18 -9
  35. aws_cdk/aws_guardduty/__init__.py +1233 -113
  36. aws_cdk/aws_imagebuilder/__init__.py +34 -20
  37. aws_cdk/aws_inspectorv2/__init__.py +1516 -0
  38. aws_cdk/aws_iot/__init__.py +387 -0
  39. aws_cdk/aws_iotsitewise/__init__.py +1247 -139
  40. aws_cdk/aws_ivs/__init__.py +443 -33
  41. aws_cdk/aws_kinesisfirehose/__init__.py +2 -0
  42. aws_cdk/aws_lakeformation/__init__.py +1 -1
  43. aws_cdk/aws_lambda/__init__.py +9 -9
  44. aws_cdk/aws_lightsail/__init__.py +590 -0
  45. aws_cdk/aws_logs/__init__.py +97 -3
  46. aws_cdk/aws_medialive/__init__.py +270 -7
  47. aws_cdk/aws_mediapackagev2/__init__.py +204 -6
  48. aws_cdk/aws_neptune/__init__.py +41 -2
  49. aws_cdk/aws_networkfirewall/__init__.py +490 -134
  50. aws_cdk/aws_observabilityadmin/__init__.py +1468 -0
  51. aws_cdk/aws_omics/__init__.py +1 -1
  52. aws_cdk/aws_opensearchserverless/__init__.py +2 -2
  53. aws_cdk/aws_opensearchservice/__init__.py +128 -0
  54. aws_cdk/aws_opsworks/__init__.py +125 -125
  55. aws_cdk/aws_opsworkscm/__init__.py +1 -53
  56. aws_cdk/aws_pcs/__init__.py +49 -5
  57. aws_cdk/aws_qbusiness/__init__.py +3 -3
  58. aws_cdk/aws_quicksight/__init__.py +188 -83
  59. aws_cdk/aws_rds/__init__.py +245 -103
  60. aws_cdk/aws_s3/__init__.py +56 -1
  61. aws_cdk/aws_s3express/__init__.py +56 -1
  62. aws_cdk/aws_s3tables/__init__.py +2 -2
  63. aws_cdk/aws_sagemaker/__init__.py +4080 -223
  64. aws_cdk/aws_ses/__init__.py +172 -9
  65. aws_cdk/aws_sqs/__init__.py +4 -3
  66. aws_cdk/aws_ssm/__init__.py +8 -4
  67. aws_cdk/aws_stepfunctions_tasks/__init__.py +16 -9
  68. aws_cdk/aws_synthetics/__init__.py +116 -0
  69. aws_cdk/aws_verifiedpermissions/__init__.py +23 -2
  70. aws_cdk/aws_wisdom/__init__.py +2 -2
  71. aws_cdk/aws_workspacesweb/__init__.py +949 -157
  72. aws_cdk/cx_api/__init__.py +22 -0
  73. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/METADATA +335 -15
  74. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/RECORD +78 -76
  75. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/LICENSE +0 -0
  76. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/NOTICE +0 -0
  77. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/WHEEL +0 -0
  78. {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/top_level.txt +0 -0
@@ -135,7 +135,7 @@ class CfnComponent(
135
135
  :param change_description: The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of the component.
136
136
  :param data: Component ``data`` contains inline YAML document content for the component. Alternatively, you can specify the ``uri`` of a YAML document file stored in Amazon S3. However, you cannot specify both properties.
137
137
  :param description: Describes the contents of the component.
138
- :param kms_key_id: The ID of the KMS key that is used to encrypt this component.
138
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this component. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
139
139
  :param supported_os_versions: The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
140
140
  :param tags: The tags that apply to the component.
141
141
  :param uri: The ``uri`` of a YAML component document file. This must be an S3 URL ( ``s3://bucket/key`` ), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota. Alternatively, you can specify the YAML document inline, using the component ``data`` property. You cannot specify both properties.
@@ -323,7 +323,7 @@ class CfnComponent(
323
323
  @builtins.property
324
324
  @jsii.member(jsii_name="kmsKeyId")
325
325
  def kms_key_id(self) -> typing.Optional[builtins.str]:
326
- '''The ID of the KMS key that is used to encrypt this component.'''
326
+ '''The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this component.'''
327
327
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyId"))
328
328
 
329
329
  @kms_key_id.setter
@@ -418,7 +418,7 @@ class CfnComponentProps:
418
418
  :param change_description: The change description of the component. Describes what change has been made in this version, or what makes this version different from other versions of the component.
419
419
  :param data: Component ``data`` contains inline YAML document content for the component. Alternatively, you can specify the ``uri`` of a YAML document file stored in Amazon S3. However, you cannot specify both properties.
420
420
  :param description: Describes the contents of the component.
421
- :param kms_key_id: The ID of the KMS key that is used to encrypt this component.
421
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this component. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
422
422
  :param supported_os_versions: The operating system (OS) version supported by the component. If the OS information is available, a prefix match is performed against the base image OS version during image recipe creation.
423
423
  :param tags: The tags that apply to the component.
424
424
  :param uri: The ``uri`` of a YAML component document file. This must be an S3 URL ( ``s3://bucket/key`` ), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota. Alternatively, you can specify the YAML document inline, using the component ``data`` property. You cannot specify both properties.
@@ -546,7 +546,9 @@ class CfnComponentProps:
546
546
 
547
547
  @builtins.property
548
548
  def kms_key_id(self) -> typing.Optional[builtins.str]:
549
- '''The ID of the KMS key that is used to encrypt this component.
549
+ '''The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this component.
550
+
551
+ This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
550
552
 
551
553
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html#cfn-imagebuilder-component-kmskeyid
552
554
  '''
@@ -702,7 +704,7 @@ class CfnContainerRecipe(
702
704
  :param dockerfile_template_uri: The S3 URI for the Dockerfile that will be used to build your container image.
703
705
  :param image_os_version_override: Specifies the operating system version for the base image.
704
706
  :param instance_configuration: A group of options that can be used to configure an instance for building and testing container images.
705
- :param kms_key_id: Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
707
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies which KMS key is used to encrypt the container image for distribution to the target Region. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
706
708
  :param platform_override: Specifies the operating system platform when you use a custom base image.
707
709
  :param tags: Tags that are attached to the container recipe.
708
710
  :param working_directory: The working directory for use during build and test workflows.
@@ -953,7 +955,7 @@ class CfnContainerRecipe(
953
955
  @builtins.property
954
956
  @jsii.member(jsii_name="kmsKeyId")
955
957
  def kms_key_id(self) -> typing.Optional[builtins.str]:
956
- '''Identifies which KMS key is used to encrypt the container image for distribution to the target Region.'''
958
+ '''The Amazon Resource Name (ARN) that uniquely identifies which KMS key is used to encrypt the container image for distribution to the target Region.'''
957
959
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyId"))
958
960
 
959
961
  @kms_key_id.setter
@@ -1183,7 +1185,7 @@ class CfnContainerRecipe(
1183
1185
  :param delete_on_termination: Use to configure delete on termination of the associated device.
1184
1186
  :param encrypted: Use to configure device encryption.
1185
1187
  :param iops: Use to configure device IOPS.
1186
- :param kms_key_id: Use to configure the KMS key to use when encrypting the device.
1188
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies the KMS key to use when encrypting the device. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
1187
1189
  :param snapshot_id: The snapshot that defines the device contents.
1188
1190
  :param throughput: *For GP3 volumes only* – The throughput in MiB/s that the volume supports.
1189
1191
  :param volume_size: Use to override the device's volume size.
@@ -1270,7 +1272,9 @@ class CfnContainerRecipe(
1270
1272
 
1271
1273
  @builtins.property
1272
1274
  def kms_key_id(self) -> typing.Optional[builtins.str]:
1273
- '''Use to configure the KMS key to use when encrypting the device.
1275
+ '''The Amazon Resource Name (ARN) that uniquely identifies the KMS key to use when encrypting the device.
1276
+
1277
+ This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
1274
1278
 
1275
1279
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-containerrecipe-ebsinstanceblockdevicespecification.html#cfn-imagebuilder-containerrecipe-ebsinstanceblockdevicespecification-kmskeyid
1276
1280
  '''
@@ -1660,7 +1664,7 @@ class CfnContainerRecipeProps:
1660
1664
  :param dockerfile_template_uri: The S3 URI for the Dockerfile that will be used to build your container image.
1661
1665
  :param image_os_version_override: Specifies the operating system version for the base image.
1662
1666
  :param instance_configuration: A group of options that can be used to configure an instance for building and testing container images.
1663
- :param kms_key_id: Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
1667
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies which KMS key is used to encrypt the container image for distribution to the target Region. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
1664
1668
  :param platform_override: Specifies the operating system platform when you use a custom base image.
1665
1669
  :param tags: Tags that are attached to the container recipe.
1666
1670
  :param working_directory: The working directory for use during build and test workflows.
@@ -1895,7 +1899,9 @@ class CfnContainerRecipeProps:
1895
1899
 
1896
1900
  @builtins.property
1897
1901
  def kms_key_id(self) -> typing.Optional[builtins.str]:
1898
- '''Identifies which KMS key is used to encrypt the container image for distribution to the target Region.
1902
+ '''The Amazon Resource Name (ARN) that uniquely identifies which KMS key is used to encrypt the container image for distribution to the target Region.
1903
+
1904
+ This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
1899
1905
 
1900
1906
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html#cfn-imagebuilder-containerrecipe-kmskeyid
1901
1907
  '''
@@ -2184,7 +2190,7 @@ class CfnDistributionConfiguration(
2184
2190
 
2185
2191
  :param ami_tags: The tags to apply to AMIs distributed to this Region.
2186
2192
  :param description: The description of the AMI distribution configuration. Minimum and maximum length are in characters.
2187
- :param kms_key_id: The KMS key identifier used to encrypt the distributed image.
2193
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt the distributed image. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
2188
2194
  :param launch_permission_configuration: Launch permissions can be used to configure which AWS account s can use the AMI to launch instances.
2189
2195
  :param name: The name of the output AMI.
2190
2196
  :param target_account_ids: The ID of an account to which you want to distribute an image.
@@ -2260,7 +2266,9 @@ class CfnDistributionConfiguration(
2260
2266
 
2261
2267
  @builtins.property
2262
2268
  def kms_key_id(self) -> typing.Optional[builtins.str]:
2263
- '''The KMS key identifier used to encrypt the distributed image.
2269
+ '''The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt the distributed image.
2270
+
2271
+ This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
2264
2272
 
2265
2273
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-amidistributionconfiguration.html#cfn-imagebuilder-distributionconfiguration-amidistributionconfiguration-kmskeyid
2266
2274
  '''
@@ -6183,7 +6191,7 @@ class CfnImageRecipe(
6183
6191
  :param delete_on_termination: Configures delete on termination of the associated device.
6184
6192
  :param encrypted: Use to configure device encryption.
6185
6193
  :param iops: Use to configure device IOPS.
6186
- :param kms_key_id: Use to configure the KMS key to use when encrypting the device.
6194
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies the KMS key to use when encrypting the device. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
6187
6195
  :param snapshot_id: The snapshot that defines the device contents.
6188
6196
  :param throughput: *For GP3 volumes only* – The throughput in MiB/s that the volume supports.
6189
6197
  :param volume_size: Overrides the volume size of the device.
@@ -6270,7 +6278,9 @@ class CfnImageRecipe(
6270
6278
 
6271
6279
  @builtins.property
6272
6280
  def kms_key_id(self) -> typing.Optional[builtins.str]:
6273
- '''Use to configure the KMS key to use when encrypting the device.
6281
+ '''The Amazon Resource Name (ARN) that uniquely identifies the KMS key to use when encrypting the device.
6282
+
6283
+ This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
6274
6284
 
6275
6285
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-ebsinstanceblockdevicespecification.html#cfn-imagebuilder-imagerecipe-ebsinstanceblockdevicespecification-kmskeyid
6276
6286
  '''
@@ -6457,7 +6467,7 @@ class CfnImageRecipe(
6457
6467
  ) -> None:
6458
6468
  '''Contains settings for the Systems Manager agent on your build instance.
6459
6469
 
6460
- :param uninstall_after_build: Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
6470
+ :param uninstall_after_build: Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI. If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. default value is false. The default behavior of uninstallAfterBuild is to remove the SSM Agent if it was installed by EC2 Image Builder
6461
6471
 
6462
6472
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-systemsmanageragent.html
6463
6473
  :exampleMetadata: fixture=_generated
@@ -6485,7 +6495,9 @@ class CfnImageRecipe(
6485
6495
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6486
6496
  '''Controls whether the Systems Manager agent is removed from your final build image, prior to creating the new AMI.
6487
6497
 
6488
- If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. The default value is false.
6498
+ If this is set to true, then the agent is removed from the final image. If it's set to false, then the agent is left in, so that it is included in the new AMI. default value is false.
6499
+
6500
+ The default behavior of uninstallAfterBuild is to remove the SSM Agent if it was installed by EC2 Image Builder
6489
6501
 
6490
6502
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-imagerecipe-systemsmanageragent.html#cfn-imagebuilder-imagerecipe-systemsmanageragent-uninstallafterbuild
6491
6503
  '''
@@ -9207,7 +9219,7 @@ class CfnWorkflow(
9207
9219
  :param change_description: Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.
9208
9220
  :param data: Contains the UTF-8 encoded YAML document content for the workflow. Alternatively, you can specify the ``uri`` of a YAML document file stored in Amazon S3. However, you cannot specify both properties.
9209
9221
  :param description: Describes the workflow.
9210
- :param kms_key_id: The ID of the KMS key that is used to encrypt this workflow resource.
9222
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this workflow resource. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
9211
9223
  :param tags: Tags that apply to the workflow resource.
9212
9224
  :param uri: The ``uri`` of a YAML component document file. This must be an S3 URL ( ``s3://bucket/key`` ), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota. Alternatively, you can specify the YAML document inline, using the component ``data`` property. You cannot specify both properties.
9213
9225
  '''
@@ -9363,7 +9375,7 @@ class CfnWorkflow(
9363
9375
  @builtins.property
9364
9376
  @jsii.member(jsii_name="kmsKeyId")
9365
9377
  def kms_key_id(self) -> typing.Optional[builtins.str]:
9366
- '''The ID of the KMS key that is used to encrypt this workflow resource.'''
9378
+ '''The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this workflow resource.'''
9367
9379
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyId"))
9368
9380
 
9369
9381
  @kms_key_id.setter
@@ -9440,7 +9452,7 @@ class CfnWorkflowProps:
9440
9452
  :param change_description: Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.
9441
9453
  :param data: Contains the UTF-8 encoded YAML document content for the workflow. Alternatively, you can specify the ``uri`` of a YAML document file stored in Amazon S3. However, you cannot specify both properties.
9442
9454
  :param description: Describes the workflow.
9443
- :param kms_key_id: The ID of the KMS key that is used to encrypt this workflow resource.
9455
+ :param kms_key_id: The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this workflow resource. This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
9444
9456
  :param tags: Tags that apply to the workflow resource.
9445
9457
  :param uri: The ``uri`` of a YAML component document file. This must be an S3 URL ( ``s3://bucket/key`` ), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota. Alternatively, you can specify the YAML document inline, using the component ``data`` property. You cannot specify both properties.
9446
9458
 
@@ -9567,7 +9579,9 @@ class CfnWorkflowProps:
9567
9579
 
9568
9580
  @builtins.property
9569
9581
  def kms_key_id(self) -> typing.Optional[builtins.str]:
9570
- '''The ID of the KMS key that is used to encrypt this workflow resource.
9582
+ '''The Amazon Resource Name (ARN) that uniquely identifies the KMS key used to encrypt this workflow resource.
9583
+
9584
+ This can be either the Key ARN or the Alias ARN. For more information, see `Key identifiers (KeyId) <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN>`_ in the *AWS Key Management Service Developer Guide* .
9571
9585
 
9572
9586
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-workflow.html#cfn-imagebuilder-workflow-kmskeyid
9573
9587
  '''