aws-cdk-lib 2.184.0__py3-none-any.whl → 2.185.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 (46) hide show
  1. aws_cdk/_jsii/__init__.py +1 -1
  2. aws_cdk/_jsii/{aws-cdk-lib@2.184.0.jsii.tgz → aws-cdk-lib@2.185.0.jsii.tgz} +0 -0
  3. aws_cdk/aws_apigateway/__init__.py +1 -1
  4. aws_cdk/aws_applicationsignals/__init__.py +134 -0
  5. aws_cdk/aws_appsync/__init__.py +0 -8
  6. aws_cdk/aws_athena/__init__.py +143 -0
  7. aws_cdk/aws_backup/__init__.py +4 -2
  8. aws_cdk/aws_batch/__init__.py +9 -0
  9. aws_cdk/aws_bedrock/__init__.py +260 -185
  10. aws_cdk/aws_cassandra/__init__.py +3 -5
  11. aws_cdk/aws_chatbot/__init__.py +41 -0
  12. aws_cdk/aws_codebuild/__init__.py +10 -3
  13. aws_cdk/aws_config/__init__.py +1 -1
  14. aws_cdk/aws_datasync/__init__.py +12 -14
  15. aws_cdk/aws_ec2/__init__.py +148 -19
  16. aws_cdk/aws_ecr/__init__.py +84 -2
  17. aws_cdk/aws_ecs/__init__.py +5 -5
  18. aws_cdk/aws_eks/__init__.py +2 -0
  19. aws_cdk/aws_elasticloadbalancingv2/__init__.py +42 -5
  20. aws_cdk/aws_elasticsearch/__init__.py +1 -1
  21. aws_cdk/aws_events_targets/__init__.py +5 -5
  22. aws_cdk/aws_gamelift/__init__.py +162 -162
  23. aws_cdk/aws_gameliftstreams/__init__.py +199 -59
  24. aws_cdk/aws_iam/__init__.py +58 -30
  25. aws_cdk/aws_imagebuilder/__init__.py +42 -5
  26. aws_cdk/aws_iotfleetwise/__init__.py +15 -6
  27. aws_cdk/aws_kinesisfirehose/__init__.py +113 -110
  28. aws_cdk/aws_logs/__init__.py +21 -27
  29. aws_cdk/aws_msk/__init__.py +9 -48
  30. aws_cdk/aws_opensearchservice/__init__.py +1 -1
  31. aws_cdk/aws_pcs/__init__.py +33 -22
  32. aws_cdk/aws_rds/__init__.py +8 -4
  33. aws_cdk/aws_rum/__init__.py +148 -0
  34. aws_cdk/aws_s3/__init__.py +4 -6
  35. aws_cdk/aws_s3_deployment/__init__.py +2 -0
  36. aws_cdk/aws_sagemaker/__init__.py +524 -0
  37. aws_cdk/aws_ses/__init__.py +9 -9
  38. aws_cdk/aws_sns/__init__.py +12 -12
  39. aws_cdk/cx_api/__init__.py +30 -0
  40. aws_cdk/region_info/__init__.py +2 -2
  41. {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/METADATA +1 -1
  42. {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/RECORD +46 -46
  43. {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/LICENSE +0 -0
  44. {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/NOTICE +0 -0
  45. {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/WHEEL +0 -0
  46. {aws_cdk_lib-2.184.0.dist-info → aws_cdk_lib-2.185.0.dist-info}/top_level.txt +0 -0
@@ -1342,7 +1342,8 @@ class CfnAccessKey(
1342
1342
  @builtins.property
1343
1343
  @jsii.member(jsii_name="attrId")
1344
1344
  def attr_id(self) -> builtins.str:
1345
- '''
1345
+ '''The ID for this access key.
1346
+
1346
1347
  :cloudformationAttribute: Id
1347
1348
  '''
1348
1349
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -2492,7 +2493,8 @@ class CfnManagedPolicy(
2492
2493
  @builtins.property
2493
2494
  @jsii.member(jsii_name="attrAttachmentCount")
2494
2495
  def attr_attachment_count(self) -> jsii.Number:
2495
- '''
2496
+ '''The number of principal entities (users, groups, and roles) that the policy is attached to.
2497
+
2496
2498
  :cloudformationAttribute: AttachmentCount
2497
2499
  '''
2498
2500
  return typing.cast(jsii.Number, jsii.get(self, "attrAttachmentCount"))
@@ -2500,7 +2502,8 @@ class CfnManagedPolicy(
2500
2502
  @builtins.property
2501
2503
  @jsii.member(jsii_name="attrCreateDate")
2502
2504
  def attr_create_date(self) -> builtins.str:
2503
- '''
2505
+ '''The date and time, in `ISO 8601 date-time format <https://docs.aws.amazon.com/http://www.iso.org/iso/iso8601>`_ , when the policy was created.
2506
+
2504
2507
  :cloudformationAttribute: CreateDate
2505
2508
  '''
2506
2509
  return typing.cast(builtins.str, jsii.get(self, "attrCreateDate"))
@@ -2508,7 +2511,10 @@ class CfnManagedPolicy(
2508
2511
  @builtins.property
2509
2512
  @jsii.member(jsii_name="attrDefaultVersionId")
2510
2513
  def attr_default_version_id(self) -> builtins.str:
2511
- '''
2514
+ '''The identifier for the version of the policy that is set as the default (operative) version.
2515
+
2516
+ For more information about policy versions, see `Versioning for managed policies <https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html>`_ in the *IAM User Guide* .
2517
+
2512
2518
  :cloudformationAttribute: DefaultVersionId
2513
2519
  '''
2514
2520
  return typing.cast(builtins.str, jsii.get(self, "attrDefaultVersionId"))
@@ -2516,7 +2522,8 @@ class CfnManagedPolicy(
2516
2522
  @builtins.property
2517
2523
  @jsii.member(jsii_name="attrIsAttachable")
2518
2524
  def attr_is_attachable(self) -> _IResolvable_da3f097b:
2519
- '''
2525
+ '''Specifies whether the policy can be attached to an IAM user, group, or role.
2526
+
2520
2527
  :cloudformationAttribute: IsAttachable
2521
2528
  '''
2522
2529
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrIsAttachable"))
@@ -2524,7 +2531,10 @@ class CfnManagedPolicy(
2524
2531
  @builtins.property
2525
2532
  @jsii.member(jsii_name="attrPermissionsBoundaryUsageCount")
2526
2533
  def attr_permissions_boundary_usage_count(self) -> jsii.Number:
2527
- '''
2534
+ '''The number of entities (users and roles) for which the policy is used as the permissions boundary.
2535
+
2536
+ For more information about permissions boundaries, see `Permissions boundaries for IAM identities <https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html>`_ in the *IAM User Guide* .
2537
+
2528
2538
  :cloudformationAttribute: PermissionsBoundaryUsageCount
2529
2539
  '''
2530
2540
  return typing.cast(jsii.Number, jsii.get(self, "attrPermissionsBoundaryUsageCount"))
@@ -2532,7 +2542,10 @@ class CfnManagedPolicy(
2532
2542
  @builtins.property
2533
2543
  @jsii.member(jsii_name="attrPolicyArn")
2534
2544
  def attr_policy_arn(self) -> builtins.str:
2535
- '''
2545
+ '''The Amazon Resource Name (ARN) of the managed policy that you want information about.
2546
+
2547
+ For more information about ARNs, see `Amazon Resource Names (ARNs) <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`_ in the *AWS General Reference* .
2548
+
2536
2549
  :cloudformationAttribute: PolicyArn
2537
2550
  '''
2538
2551
  return typing.cast(builtins.str, jsii.get(self, "attrPolicyArn"))
@@ -2540,7 +2553,10 @@ class CfnManagedPolicy(
2540
2553
  @builtins.property
2541
2554
  @jsii.member(jsii_name="attrPolicyId")
2542
2555
  def attr_policy_id(self) -> builtins.str:
2543
- '''
2556
+ '''The stable and unique string identifying the policy.
2557
+
2558
+ For more information about IDs, see `IAM identifiers <https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html>`_ in the *IAM User Guide* .
2559
+
2544
2560
  :cloudformationAttribute: PolicyId
2545
2561
  '''
2546
2562
  return typing.cast(builtins.str, jsii.get(self, "attrPolicyId"))
@@ -2548,7 +2564,10 @@ class CfnManagedPolicy(
2548
2564
  @builtins.property
2549
2565
  @jsii.member(jsii_name="attrUpdateDate")
2550
2566
  def attr_update_date(self) -> builtins.str:
2551
- '''
2567
+ '''The date and time, in `ISO 8601 date-time format <https://docs.aws.amazon.com/http://www.iso.org/iso/iso8601>`_ , when the policy was last updated.
2568
+
2569
+ When a policy has only one version, this field contains the date and time when the policy was created. When a policy has more than one version, this field contains the date and time when the most recent policy version was created.
2570
+
2552
2571
  :cloudformationAttribute: UpdateDate
2553
2572
  '''
2554
2573
  return typing.cast(builtins.str, jsii.get(self, "attrUpdateDate"))
@@ -3274,7 +3293,10 @@ class CfnPolicy(
3274
3293
  @builtins.property
3275
3294
  @jsii.member(jsii_name="attrId")
3276
3295
  def attr_id(self) -> builtins.str:
3277
- '''
3296
+ '''The stable and unique string identifying the policy.
3297
+
3298
+ For more information about IDs, see `IAM identifiers <https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html>`_ in the *IAM User Guide* .
3299
+
3278
3300
  :cloudformationAttribute: Id
3279
3301
  '''
3280
3302
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -4405,10 +4427,10 @@ class CfnSAMLProvider(
4405
4427
  '''
4406
4428
  :param scope: Scope in which this resource is defined.
4407
4429
  :param id: Construct identifier for this resource (unique in its scope).
4408
- :param add_private_key: The private key from your external identity provider.
4409
- :param assertion_encryption_mode: The encryption setting for the SAML provider.
4430
+ :param add_private_key: Specifies the new private key from your external identity provider. The private key must be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to decrypt SAML assertions.
4431
+ :param assertion_encryption_mode: Specifies the encryption setting for the SAML provider.
4410
4432
  :param name: The name of the provider to create. This parameter allows (through its `regex pattern <https://docs.aws.amazon.com/http://wikipedia.org/wiki/regex>`_ ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
4411
- :param private_key_list:
4433
+ :param private_key_list: The private key metadata for the SAML provider.
4412
4434
  :param remove_private_key: The Key ID of the private key to remove.
4413
4435
  :param saml_metadata_document: An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP. For more information, see `About SAML 2.0-based federation <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html>`_ in the *IAM User Guide*
4414
4436
  :param tags: A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see `Tagging IAM resources <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html>`_ in the *IAM User Guide* . .. epigraph:: If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
@@ -4491,7 +4513,7 @@ class CfnSAMLProvider(
4491
4513
  @builtins.property
4492
4514
  @jsii.member(jsii_name="addPrivateKey")
4493
4515
  def add_private_key(self) -> typing.Optional[builtins.str]:
4494
- '''The private key from your external identity provider.'''
4516
+ '''Specifies the new private key from your external identity provider.'''
4495
4517
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "addPrivateKey"))
4496
4518
 
4497
4519
  @add_private_key.setter
@@ -4504,7 +4526,7 @@ class CfnSAMLProvider(
4504
4526
  @builtins.property
4505
4527
  @jsii.member(jsii_name="assertionEncryptionMode")
4506
4528
  def assertion_encryption_mode(self) -> typing.Optional[builtins.str]:
4507
- '''The encryption setting for the SAML provider.'''
4529
+ '''Specifies the encryption setting for the SAML provider.'''
4508
4530
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "assertionEncryptionMode"))
4509
4531
 
4510
4532
  @assertion_encryption_mode.setter
@@ -4532,6 +4554,7 @@ class CfnSAMLProvider(
4532
4554
  def private_key_list(
4533
4555
  self,
4534
4556
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnSAMLProvider.SAMLPrivateKeyProperty"]]]]:
4557
+ '''The private key metadata for the SAML provider.'''
4535
4558
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnSAMLProvider.SAMLPrivateKeyProperty"]]]], jsii.get(self, "privateKeyList"))
4536
4559
 
4537
4560
  @private_key_list.setter
@@ -4590,10 +4613,12 @@ class CfnSAMLProvider(
4590
4613
  )
4591
4614
  class SAMLPrivateKeyProperty:
4592
4615
  def __init__(self, *, key_id: builtins.str, timestamp: builtins.str) -> None:
4593
- '''The private key metadata for the SAML provider.
4616
+ '''Contains the private keys for the SAML provider.
4617
+
4618
+ This data type is used as a response element in the `GetSAMLProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetSAMLProvider.html>`_ operation.
4594
4619
 
4595
4620
  :param key_id: The unique identifier for the SAML private key.
4596
- :param timestamp: The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format, when the private key was uploaded.
4621
+ :param timestamp: The date and time, in `ISO 8601 date-time <https://docs.aws.amazon.com/http://www.iso.org/iso/iso8601>`_ format, when the private key was uploaded.
4597
4622
 
4598
4623
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-samlprovider-samlprivatekey.html
4599
4624
  :exampleMetadata: fixture=_generated
@@ -4630,7 +4655,7 @@ class CfnSAMLProvider(
4630
4655
 
4631
4656
  @builtins.property
4632
4657
  def timestamp(self) -> builtins.str:
4633
- '''The date and time, in <a href="http://www.iso.org/iso/iso8601">ISO 8601 date-time format, when the private key was uploaded.
4658
+ '''The date and time, in `ISO 8601 date-time <https://docs.aws.amazon.com/http://www.iso.org/iso/iso8601>`_ format, when the private key was uploaded.
4634
4659
 
4635
4660
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-samlprovider-samlprivatekey.html#cfn-iam-samlprovider-samlprivatekey-timestamp
4636
4661
  '''
@@ -4677,10 +4702,10 @@ class CfnSAMLProviderProps:
4677
4702
  ) -> None:
4678
4703
  '''Properties for defining a ``CfnSAMLProvider``.
4679
4704
 
4680
- :param add_private_key: The private key from your external identity provider.
4681
- :param assertion_encryption_mode: The encryption setting for the SAML provider.
4705
+ :param add_private_key: Specifies the new private key from your external identity provider. The private key must be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to decrypt SAML assertions.
4706
+ :param assertion_encryption_mode: Specifies the encryption setting for the SAML provider.
4682
4707
  :param name: The name of the provider to create. This parameter allows (through its `regex pattern <https://docs.aws.amazon.com/http://wikipedia.org/wiki/regex>`_ ) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-
4683
- :param private_key_list:
4708
+ :param private_key_list: The private key metadata for the SAML provider.
4684
4709
  :param remove_private_key: The Key ID of the private key to remove.
4685
4710
  :param saml_metadata_document: An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP. For more information, see `About SAML 2.0-based federation <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html>`_ in the *IAM User Guide*
4686
4711
  :param tags: A list of tags that you want to attach to the new IAM SAML provider. Each tag consists of a key name and an associated value. For more information about tagging, see `Tagging IAM resources <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html>`_ in the *IAM User Guide* . .. epigraph:: If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request fails and the resource is not created.
@@ -4737,7 +4762,9 @@ class CfnSAMLProviderProps:
4737
4762
 
4738
4763
  @builtins.property
4739
4764
  def add_private_key(self) -> typing.Optional[builtins.str]:
4740
- '''The private key from your external identity provider.
4765
+ '''Specifies the new private key from your external identity provider.
4766
+
4767
+ The private key must be a .pem file that uses AES-GCM or AES-CBC encryption algorithm to decrypt SAML assertions.
4741
4768
 
4742
4769
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-samlprovider.html#cfn-iam-samlprovider-addprivatekey
4743
4770
  '''
@@ -4746,7 +4773,7 @@ class CfnSAMLProviderProps:
4746
4773
 
4747
4774
  @builtins.property
4748
4775
  def assertion_encryption_mode(self) -> typing.Optional[builtins.str]:
4749
- '''The encryption setting for the SAML provider.
4776
+ '''Specifies the encryption setting for the SAML provider.
4750
4777
 
4751
4778
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-samlprovider.html#cfn-iam-samlprovider-assertionencryptionmode
4752
4779
  '''
@@ -4768,7 +4795,8 @@ class CfnSAMLProviderProps:
4768
4795
  def private_key_list(
4769
4796
  self,
4770
4797
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnSAMLProvider.SAMLPrivateKeyProperty]]]]:
4771
- '''
4798
+ '''The private key metadata for the SAML provider.
4799
+
4772
4800
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-samlprovider.html#cfn-iam-samlprovider-privatekeylist
4773
4801
  '''
4774
4802
  result = self._values.get("private_key_list")
@@ -6388,7 +6416,10 @@ class CfnUserToGroupAddition(
6388
6416
  @builtins.property
6389
6417
  @jsii.member(jsii_name="attrId")
6390
6418
  def attr_id(self) -> builtins.str:
6391
- '''
6419
+ '''The stable and unique string identifying the group.
6420
+
6421
+ For more information about IDs, see `IAM identifiers <https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html>`_ in the *IAM User Guide* .
6422
+
6392
6423
  :cloudformationAttribute: Id
6393
6424
  '''
6394
6425
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -8371,7 +8402,7 @@ class IPrincipal(IGrantable, typing_extensions.Protocol):
8371
8402
  Notifications Service).
8372
8403
 
8373
8404
  A single logical Principal may also map to a set of physical principals.
8374
- For example, ``new OrganizationPrincipal('o-12345abcde')`` represents all
8405
+ For example, ``new OrganizationPrincipal('o-1234')`` represents all
8375
8406
  identities that are part of the given AWS Organization.
8376
8407
  '''
8377
8408
 
@@ -8427,7 +8458,7 @@ class _IPrincipalProxy(
8427
8458
  Notifications Service).
8428
8459
 
8429
8460
  A single logical Principal may also map to a set of physical principals.
8430
- For example, ``new OrganizationPrincipal('o-12345abcde')`` represents all
8461
+ For example, ``new OrganizationPrincipal('o-1234')`` represents all
8431
8462
  identities that are part of the given AWS Organization.
8432
8463
  '''
8433
8464
 
@@ -14477,9 +14508,6 @@ class OrganizationPrincipal(
14477
14508
  ):
14478
14509
  '''A principal that represents an AWS Organization.
14479
14510
 
14480
- Property organizationId must match regex pattern ^o-[a-z0-9]{10,32}$
14481
-
14482
- :see: https://docs.aws.amazon.com/organizations/latest/APIReference/API_Organization.html
14483
14511
  :exampleMetadata: infused
14484
14512
 
14485
14513
  Example::
@@ -63,6 +63,7 @@ from .. import (
63
63
  IInspectable as _IInspectable_c2943556,
64
64
  IResolvable as _IResolvable_da3f097b,
65
65
  ITaggable as _ITaggable_36806126,
66
+ ITaggableV2 as _ITaggableV2_4e6798f8,
66
67
  TagManager as _TagManager_0a598cb3,
67
68
  TreeInspector as _TreeInspector_488e0dd5,
68
69
  )
@@ -1958,6 +1959,7 @@ class CfnDistributionConfiguration(
1958
1959
 
1959
1960
  # ami_distribution_configuration: Any
1960
1961
  # container_distribution_configuration: Any
1962
+ # ssm_parameter_configurations: Any
1961
1963
 
1962
1964
  cfn_distribution_configuration = imagebuilder.CfnDistributionConfiguration(self, "MyCfnDistributionConfiguration",
1963
1965
  distributions=[imagebuilder.CfnDistributionConfiguration.DistributionProperty(
@@ -1984,7 +1986,8 @@ class CfnDistributionConfiguration(
1984
1986
  launch_template_id="launchTemplateId",
1985
1987
  set_default_version=False
1986
1988
  )],
1987
- license_configuration_arns=["licenseConfigurationArns"]
1989
+ license_configuration_arns=["licenseConfigurationArns"],
1990
+ ssm_parameter_configurations=[ssm_parameter_configurations]
1988
1991
  )],
1989
1992
  name="name",
1990
1993
 
@@ -2399,6 +2402,7 @@ class CfnDistributionConfiguration(
2399
2402
  "fast_launch_configurations": "fastLaunchConfigurations",
2400
2403
  "launch_template_configurations": "launchTemplateConfigurations",
2401
2404
  "license_configuration_arns": "licenseConfigurationArns",
2405
+ "ssm_parameter_configurations": "ssmParameterConfigurations",
2402
2406
  },
2403
2407
  )
2404
2408
  class DistributionProperty:
@@ -2411,6 +2415,7 @@ class CfnDistributionConfiguration(
2411
2415
  fast_launch_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDistributionConfiguration.FastLaunchConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2412
2416
  launch_template_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDistributionConfiguration.LaunchTemplateConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2413
2417
  license_configuration_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
2418
+ ssm_parameter_configurations: typing.Optional[typing.Union[typing.Sequence[typing.Any], _IResolvable_da3f097b]] = None,
2414
2419
  ) -> None:
2415
2420
  '''The distribution configuration distribution defines the settings for a specific Region in the Distribution Configuration.
2416
2421
 
@@ -2425,6 +2430,7 @@ class CfnDistributionConfiguration(
2425
2430
  :param fast_launch_configurations: The Windows faster-launching configurations to use for AMI distribution.
2426
2431
  :param launch_template_configurations: A group of launchTemplateConfiguration settings that apply to image distribution for specified accounts.
2427
2432
  :param license_configuration_arns: The License Manager Configuration to associate with the AMI in the specified Region. For more information, see the `LicenseConfiguration API <https://docs.aws.amazon.com/license-manager/latest/APIReference/API_LicenseConfiguration.html>`_ .
2433
+ :param ssm_parameter_configurations: The SSM parameter configurations to use for AMI distribution.
2428
2434
 
2429
2435
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-distribution.html
2430
2436
  :exampleMetadata: fixture=_generated
@@ -2437,6 +2443,7 @@ class CfnDistributionConfiguration(
2437
2443
 
2438
2444
  # ami_distribution_configuration: Any
2439
2445
  # container_distribution_configuration: Any
2446
+ # ssm_parameter_configurations: Any
2440
2447
 
2441
2448
  distribution_property = imagebuilder.CfnDistributionConfiguration.DistributionProperty(
2442
2449
  region="region",
@@ -2462,7 +2469,8 @@ class CfnDistributionConfiguration(
2462
2469
  launch_template_id="launchTemplateId",
2463
2470
  set_default_version=False
2464
2471
  )],
2465
- license_configuration_arns=["licenseConfigurationArns"]
2472
+ license_configuration_arns=["licenseConfigurationArns"],
2473
+ ssm_parameter_configurations=[ssm_parameter_configurations]
2466
2474
  )
2467
2475
  '''
2468
2476
  if __debug__:
@@ -2473,6 +2481,7 @@ class CfnDistributionConfiguration(
2473
2481
  check_type(argname="argument fast_launch_configurations", value=fast_launch_configurations, expected_type=type_hints["fast_launch_configurations"])
2474
2482
  check_type(argname="argument launch_template_configurations", value=launch_template_configurations, expected_type=type_hints["launch_template_configurations"])
2475
2483
  check_type(argname="argument license_configuration_arns", value=license_configuration_arns, expected_type=type_hints["license_configuration_arns"])
2484
+ check_type(argname="argument ssm_parameter_configurations", value=ssm_parameter_configurations, expected_type=type_hints["ssm_parameter_configurations"])
2476
2485
  self._values: typing.Dict[builtins.str, typing.Any] = {
2477
2486
  "region": region,
2478
2487
  }
@@ -2486,6 +2495,8 @@ class CfnDistributionConfiguration(
2486
2495
  self._values["launch_template_configurations"] = launch_template_configurations
2487
2496
  if license_configuration_arns is not None:
2488
2497
  self._values["license_configuration_arns"] = license_configuration_arns
2498
+ if ssm_parameter_configurations is not None:
2499
+ self._values["ssm_parameter_configurations"] = ssm_parameter_configurations
2489
2500
 
2490
2501
  @builtins.property
2491
2502
  def region(self) -> builtins.str:
@@ -2556,6 +2567,17 @@ class CfnDistributionConfiguration(
2556
2567
  result = self._values.get("license_configuration_arns")
2557
2568
  return typing.cast(typing.Optional[typing.List[builtins.str]], result)
2558
2569
 
2570
+ @builtins.property
2571
+ def ssm_parameter_configurations(
2572
+ self,
2573
+ ) -> typing.Optional[typing.Union[typing.List[typing.Any], _IResolvable_da3f097b]]:
2574
+ '''The SSM parameter configurations to use for AMI distribution.
2575
+
2576
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-distribution.html#cfn-imagebuilder-distributionconfiguration-distribution-ssmparameterconfigurations
2577
+ '''
2578
+ result = self._values.get("ssm_parameter_configurations")
2579
+ return typing.cast(typing.Optional[typing.Union[typing.List[typing.Any], _IResolvable_da3f097b]], result)
2580
+
2559
2581
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
2560
2582
  return isinstance(rhs, self.__class__) and rhs._values == self._values
2561
2583
 
@@ -3164,6 +3186,7 @@ class CfnDistributionConfigurationProps:
3164
3186
 
3165
3187
  # ami_distribution_configuration: Any
3166
3188
  # container_distribution_configuration: Any
3189
+ # ssm_parameter_configurations: Any
3167
3190
 
3168
3191
  cfn_distribution_configuration_props = imagebuilder.CfnDistributionConfigurationProps(
3169
3192
  distributions=[imagebuilder.CfnDistributionConfiguration.DistributionProperty(
@@ -3190,7 +3213,8 @@ class CfnDistributionConfigurationProps:
3190
3213
  launch_template_id="launchTemplateId",
3191
3214
  set_default_version=False
3192
3215
  )],
3193
- license_configuration_arns=["licenseConfigurationArns"]
3216
+ license_configuration_arns=["licenseConfigurationArns"],
3217
+ ssm_parameter_configurations=[ssm_parameter_configurations]
3194
3218
  )],
3195
3219
  name="name",
3196
3220
 
@@ -7626,7 +7650,7 @@ class CfnInfrastructureConfigurationProps:
7626
7650
  )
7627
7651
 
7628
7652
 
7629
- @jsii.implements(_IInspectable_c2943556)
7653
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
7630
7654
  class CfnLifecyclePolicy(
7631
7655
  _CfnResource_9df397a6,
7632
7656
  metaclass=jsii.JSIIMeta,
@@ -7788,6 +7812,12 @@ class CfnLifecyclePolicy(
7788
7812
  '''
7789
7813
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
7790
7814
 
7815
+ @builtins.property
7816
+ @jsii.member(jsii_name="cdkTagManager")
7817
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
7818
+ '''Tag Manager which manages the tags for this resource.'''
7819
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
7820
+
7791
7821
  @builtins.property
7792
7822
  @jsii.member(jsii_name="cfnProperties")
7793
7823
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -8996,7 +9026,7 @@ class CfnLifecyclePolicyProps:
8996
9026
  )
8997
9027
 
8998
9028
 
8999
- @jsii.implements(_IInspectable_c2943556)
9029
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
9000
9030
  class CfnWorkflow(
9001
9031
  _CfnResource_9df397a6,
9002
9032
  metaclass=jsii.JSIIMeta,
@@ -9116,6 +9146,12 @@ class CfnWorkflow(
9116
9146
  '''
9117
9147
  return typing.cast(builtins.str, jsii.get(self, "attrArn"))
9118
9148
 
9149
+ @builtins.property
9150
+ @jsii.member(jsii_name="cdkTagManager")
9151
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
9152
+ '''Tag Manager which manages the tags for this resource.'''
9153
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
9154
+
9119
9155
  @builtins.property
9120
9156
  @jsii.member(jsii_name="cfnProperties")
9121
9157
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -9858,6 +9894,7 @@ def _typecheckingstub__29d1f34d5faec16ba828ad2333ee9218a18df31808a5a350be9b29d04
9858
9894
  fast_launch_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDistributionConfiguration.FastLaunchConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
9859
9895
  launch_template_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDistributionConfiguration.LaunchTemplateConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
9860
9896
  license_configuration_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
9897
+ ssm_parameter_configurations: typing.Optional[typing.Union[typing.Sequence[typing.Any], _IResolvable_da3f097b]] = None,
9861
9898
  ) -> None:
9862
9899
  """Type checking stubs"""
9863
9900
  pass
@@ -3356,7 +3356,7 @@ class CfnDecoderManifest(
3356
3356
  :param offset: The offset used to calculate the signal value. Combined with factor, the calculation is ``value = raw_value * factor + offset`` .
3357
3357
  :param start_bit: Indicates the beginning of the CAN message.
3358
3358
  :param name: The name of the signal.
3359
- :param signal_value_type:
3359
+ :param signal_value_type: The value type of the signal. The default value is ``INTEGER`` .
3360
3360
 
3361
3361
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-cansignal.html
3362
3362
  :exampleMetadata: fixture=_generated
@@ -3489,7 +3489,10 @@ class CfnDecoderManifest(
3489
3489
 
3490
3490
  @builtins.property
3491
3491
  def signal_value_type(self) -> typing.Optional[builtins.str]:
3492
- '''
3492
+ '''The value type of the signal.
3493
+
3494
+ The default value is ``INTEGER`` .
3495
+
3493
3496
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-cansignal.html#cfn-iotfleetwise-decodermanifest-cansignal-signalvaluetype
3494
3497
  '''
3495
3498
  result = self._values.get("signal_value_type")
@@ -4058,8 +4061,8 @@ class CfnDecoderManifest(
4058
4061
  :param start_byte: Indicates the beginning of the message.
4059
4062
  :param bit_mask_length: The number of bits to mask in a message.
4060
4063
  :param bit_right_shift: The number of positions to shift bits in the message.
4061
- :param is_signed:
4062
- :param signal_value_type:
4064
+ :param is_signed: Determines whether the message is signed ( ``true`` ) or not ( ``false`` ). If it's signed, the message can represent both positive and negative numbers. The ``isSigned`` parameter only applies to the ``INTEGER`` raw signal type, and it doesn't affect the ``FLOATING_POINT`` raw signal type. The default value is ``false`` .
4065
+ :param signal_value_type: The value type of the signal. The default value is ``INTEGER`` .
4063
4066
 
4064
4067
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-obdsignal.html
4065
4068
  :exampleMetadata: fixture=_generated
@@ -4211,7 +4214,10 @@ class CfnDecoderManifest(
4211
4214
  def is_signed(
4212
4215
  self,
4213
4216
  ) -> typing.Optional[typing.Union[builtins.str, builtins.bool, _IResolvable_da3f097b]]:
4214
- '''
4217
+ '''Determines whether the message is signed ( ``true`` ) or not ( ``false`` ).
4218
+
4219
+ If it's signed, the message can represent both positive and negative numbers. The ``isSigned`` parameter only applies to the ``INTEGER`` raw signal type, and it doesn't affect the ``FLOATING_POINT`` raw signal type. The default value is ``false`` .
4220
+
4215
4221
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-obdsignal.html#cfn-iotfleetwise-decodermanifest-obdsignal-issigned
4216
4222
  '''
4217
4223
  result = self._values.get("is_signed")
@@ -4219,7 +4225,10 @@ class CfnDecoderManifest(
4219
4225
 
4220
4226
  @builtins.property
4221
4227
  def signal_value_type(self) -> typing.Optional[builtins.str]:
4222
- '''
4228
+ '''The value type of the signal.
4229
+
4230
+ The default value is ``INTEGER`` .
4231
+
4223
4232
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotfleetwise-decodermanifest-obdsignal.html#cfn-iotfleetwise-decodermanifest-obdsignal-signalvaluetype
4224
4233
  '''
4225
4234
  result = self._values.get("signal_value_type")