aws-cdk-lib 2.200.2__py3-none-any.whl → 2.202.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 (62) hide show
  1. aws_cdk/__init__.py +129 -37
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.200.2.jsii.tgz → aws-cdk-lib@2.202.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +2 -3
  5. aws_cdk/aws_amplify/__init__.py +3 -3
  6. aws_cdk/aws_apigateway/__init__.py +21 -17
  7. aws_cdk/aws_apigatewayv2/__init__.py +87 -45
  8. aws_cdk/aws_appconfig/__init__.py +38 -1
  9. aws_cdk/aws_appsync/__init__.py +10 -10
  10. aws_cdk/aws_athena/__init__.py +227 -0
  11. aws_cdk/aws_autoscaling/__init__.py +38 -37
  12. aws_cdk/aws_bedrock/__init__.py +5108 -1571
  13. aws_cdk/aws_cloudfront/__init__.py +38 -38
  14. aws_cdk/aws_cloudfront/experimental/__init__.py +5 -0
  15. aws_cdk/aws_cloudtrail/__init__.py +178 -0
  16. aws_cdk/aws_cloudwatch/__init__.py +7 -3
  17. aws_cdk/aws_codepipeline_actions/__init__.py +746 -0
  18. aws_cdk/aws_connect/__init__.py +5 -5
  19. aws_cdk/aws_customerprofiles/__init__.py +377 -8
  20. aws_cdk/aws_datasync/__init__.py +189 -160
  21. aws_cdk/aws_datazone/__init__.py +512 -170
  22. aws_cdk/aws_deadline/__init__.py +32 -4
  23. aws_cdk/aws_dsql/__init__.py +150 -10
  24. aws_cdk/aws_ec2/__init__.py +1191 -304
  25. aws_cdk/aws_ecs/__init__.py +94 -11
  26. aws_cdk/aws_efs/__init__.py +103 -12
  27. aws_cdk/aws_eks/__init__.py +337 -168
  28. aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
  29. aws_cdk/aws_emr/__init__.py +10 -4
  30. aws_cdk/aws_entityresolution/__init__.py +25 -10
  31. aws_cdk/aws_evs/__init__.py +2204 -0
  32. aws_cdk/aws_fsx/__init__.py +7 -7
  33. aws_cdk/aws_glue/__init__.py +58 -24
  34. aws_cdk/aws_iam/__init__.py +3 -3
  35. aws_cdk/aws_kms/__init__.py +10 -4
  36. aws_cdk/aws_lambda/__init__.py +1167 -55
  37. aws_cdk/aws_lambda_event_sources/__init__.py +638 -1
  38. aws_cdk/aws_lightsail/__init__.py +17 -13
  39. aws_cdk/aws_logs/__init__.py +1 -0
  40. aws_cdk/aws_msk/__init__.py +21 -2
  41. aws_cdk/aws_mwaa/__init__.py +45 -2
  42. aws_cdk/aws_networkfirewall/__init__.py +562 -0
  43. aws_cdk/aws_opensearchservice/__init__.py +3 -3
  44. aws_cdk/aws_opsworkscm/__init__.py +9 -43
  45. aws_cdk/aws_rds/__init__.py +287 -87
  46. aws_cdk/aws_s3/__init__.py +39 -15
  47. aws_cdk/aws_sagemaker/__init__.py +223 -3
  48. aws_cdk/aws_securityhub/__init__.py +18 -34
  49. aws_cdk/aws_ssm/__init__.py +83 -1
  50. aws_cdk/aws_stepfunctions/__init__.py +235 -45
  51. aws_cdk/aws_synthetics/__init__.py +74 -0
  52. aws_cdk/aws_transfer/__init__.py +3 -3
  53. aws_cdk/aws_verifiedpermissions/__init__.py +17 -6
  54. aws_cdk/aws_wafv2/__init__.py +770 -7
  55. aws_cdk/cx_api/__init__.py +14 -0
  56. aws_cdk/pipelines/__init__.py +147 -38
  57. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.202.0.dist-info}/METADATA +3 -3
  58. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.202.0.dist-info}/RECORD +62 -61
  59. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.202.0.dist-info}/LICENSE +0 -0
  60. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.202.0.dist-info}/NOTICE +0 -0
  61. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.202.0.dist-info}/WHEEL +0 -0
  62. {aws_cdk_lib-2.200.2.dist-info → aws_cdk_lib-2.202.0.dist-info}/top_level.txt +0 -0
@@ -9874,18 +9874,36 @@ class CfnProjectProfile(
9874
9874
  name="name",
9875
9875
 
9876
9876
  # the properties below are optional
9877
- allowed_designations=[datazone.CfnProjectProfile.DesignationConfigurationProperty(
9878
- designation_id="designationId"
9879
- )],
9880
- change_log="changeLog",
9881
9877
  description="description",
9882
9878
  domain_identifier="domainIdentifier",
9883
9879
  domain_unit_identifier="domainUnitIdentifier",
9884
- project_scopes=[datazone.CfnProjectProfile.ProjectScopeProperty(
9880
+ environment_configurations=[datazone.CfnProjectProfile.EnvironmentConfigurationProperty(
9881
+ aws_region=datazone.CfnProjectProfile.RegionProperty(
9882
+ region_name="regionName"
9883
+ ),
9884
+ environment_blueprint_id="environmentBlueprintId",
9885
9885
  name="name",
9886
9886
 
9887
9887
  # the properties below are optional
9888
- policy="policy"
9888
+ aws_account=datazone.CfnProjectProfile.AwsAccountProperty(
9889
+ aws_account_id="awsAccountId"
9890
+ ),
9891
+ configuration_parameters=datazone.CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty(
9892
+ parameter_overrides=[datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
9893
+ is_editable=False,
9894
+ name="name",
9895
+ value="value"
9896
+ )],
9897
+ resolved_parameters=[datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
9898
+ is_editable=False,
9899
+ name="name",
9900
+ value="value"
9901
+ )]
9902
+ ),
9903
+ deployment_mode="deploymentMode",
9904
+ deployment_order=123,
9905
+ description="description",
9906
+ id="id"
9889
9907
  )],
9890
9908
  status="status"
9891
9909
  )
@@ -9897,25 +9915,21 @@ class CfnProjectProfile(
9897
9915
  id: builtins.str,
9898
9916
  *,
9899
9917
  name: builtins.str,
9900
- allowed_designations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnProjectProfile.DesignationConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
9901
- change_log: typing.Optional[builtins.str] = None,
9902
9918
  description: typing.Optional[builtins.str] = None,
9903
9919
  domain_identifier: typing.Optional[builtins.str] = None,
9904
9920
  domain_unit_identifier: typing.Optional[builtins.str] = None,
9905
- project_scopes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnProjectProfile.ProjectScopeProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
9921
+ environment_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnProjectProfile.EnvironmentConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
9906
9922
  status: typing.Optional[builtins.str] = None,
9907
9923
  ) -> None:
9908
9924
  '''
9909
9925
  :param scope: Scope in which this resource is defined.
9910
9926
  :param id: Construct identifier for this resource (unique in its scope).
9911
- :param name:
9912
- :param allowed_designations:
9913
- :param change_log:
9914
- :param description:
9927
+ :param name: The name of a project profile.
9928
+ :param description: The description of the project profile.
9915
9929
  :param domain_identifier:
9916
9930
  :param domain_unit_identifier:
9917
- :param project_scopes:
9918
- :param status:
9931
+ :param environment_configurations:
9932
+ :param status: The status of a project profile.
9919
9933
  '''
9920
9934
  if __debug__:
9921
9935
  type_hints = typing.get_type_hints(_typecheckingstub__be64eda6c4825457191dba5045e07eaa3e14f5b1d6605cefc1c291b8f70eb5b2)
@@ -9923,12 +9937,10 @@ class CfnProjectProfile(
9923
9937
  check_type(argname="argument id", value=id, expected_type=type_hints["id"])
9924
9938
  props = CfnProjectProfileProps(
9925
9939
  name=name,
9926
- allowed_designations=allowed_designations,
9927
- change_log=change_log,
9928
9940
  description=description,
9929
9941
  domain_identifier=domain_identifier,
9930
9942
  domain_unit_identifier=domain_unit_identifier,
9931
- project_scopes=project_scopes,
9943
+ environment_configurations=environment_configurations,
9932
9944
  status=status,
9933
9945
  )
9934
9946
 
@@ -9967,7 +9979,8 @@ class CfnProjectProfile(
9967
9979
  @builtins.property
9968
9980
  @jsii.member(jsii_name="attrCreatedAt")
9969
9981
  def attr_created_at(self) -> builtins.str:
9970
- '''
9982
+ '''The timestamp of when the project profile was created.
9983
+
9971
9984
  :cloudformationAttribute: CreatedAt
9972
9985
  '''
9973
9986
  return typing.cast(builtins.str, jsii.get(self, "attrCreatedAt"))
@@ -9975,7 +9988,8 @@ class CfnProjectProfile(
9975
9988
  @builtins.property
9976
9989
  @jsii.member(jsii_name="attrCreatedBy")
9977
9990
  def attr_created_by(self) -> builtins.str:
9978
- '''
9991
+ '''The user who created the project profile.
9992
+
9979
9993
  :cloudformationAttribute: CreatedBy
9980
9994
  '''
9981
9995
  return typing.cast(builtins.str, jsii.get(self, "attrCreatedBy"))
@@ -9983,7 +9997,8 @@ class CfnProjectProfile(
9983
9997
  @builtins.property
9984
9998
  @jsii.member(jsii_name="attrDomainId")
9985
9999
  def attr_domain_id(self) -> builtins.str:
9986
- '''
10000
+ '''The domain ID of the project profile.
10001
+
9987
10002
  :cloudformationAttribute: DomainId
9988
10003
  '''
9989
10004
  return typing.cast(builtins.str, jsii.get(self, "attrDomainId"))
@@ -9991,7 +10006,8 @@ class CfnProjectProfile(
9991
10006
  @builtins.property
9992
10007
  @jsii.member(jsii_name="attrDomainUnitId")
9993
10008
  def attr_domain_unit_id(self) -> builtins.str:
9994
- '''
10009
+ '''The domain unit ID of the project profile.
10010
+
9995
10011
  :cloudformationAttribute: DomainUnitId
9996
10012
  '''
9997
10013
  return typing.cast(builtins.str, jsii.get(self, "attrDomainUnitId"))
@@ -9999,7 +10015,8 @@ class CfnProjectProfile(
9999
10015
  @builtins.property
10000
10016
  @jsii.member(jsii_name="attrId")
10001
10017
  def attr_id(self) -> builtins.str:
10002
- '''
10018
+ '''The ID of the project profile.
10019
+
10003
10020
  :cloudformationAttribute: Id
10004
10021
  '''
10005
10022
  return typing.cast(builtins.str, jsii.get(self, "attrId"))
@@ -10015,7 +10032,8 @@ class CfnProjectProfile(
10015
10032
  @builtins.property
10016
10033
  @jsii.member(jsii_name="attrLastUpdatedAt")
10017
10034
  def attr_last_updated_at(self) -> builtins.str:
10018
- '''
10035
+ '''The timestamp at which a project profile was last updated.
10036
+
10019
10037
  :cloudformationAttribute: LastUpdatedAt
10020
10038
  '''
10021
10039
  return typing.cast(builtins.str, jsii.get(self, "attrLastUpdatedAt"))
@@ -10028,6 +10046,7 @@ class CfnProjectProfile(
10028
10046
  @builtins.property
10029
10047
  @jsii.member(jsii_name="name")
10030
10048
  def name(self) -> builtins.str:
10049
+ '''The name of a project profile.'''
10031
10050
  return typing.cast(builtins.str, jsii.get(self, "name"))
10032
10051
 
10033
10052
  @name.setter
@@ -10037,38 +10056,10 @@ class CfnProjectProfile(
10037
10056
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
10038
10057
  jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
10039
10058
 
10040
- @builtins.property
10041
- @jsii.member(jsii_name="allowedDesignations")
10042
- def allowed_designations(
10043
- self,
10044
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.DesignationConfigurationProperty"]]]]:
10045
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.DesignationConfigurationProperty"]]]], jsii.get(self, "allowedDesignations"))
10046
-
10047
- @allowed_designations.setter
10048
- def allowed_designations(
10049
- self,
10050
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.DesignationConfigurationProperty"]]]],
10051
- ) -> None:
10052
- if __debug__:
10053
- type_hints = typing.get_type_hints(_typecheckingstub__24997c31e168ff4722f9dbe78dab2e2dfc54ccb2330aa70659c831b031c49147)
10054
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
10055
- jsii.set(self, "allowedDesignations", value) # pyright: ignore[reportArgumentType]
10056
-
10057
- @builtins.property
10058
- @jsii.member(jsii_name="changeLog")
10059
- def change_log(self) -> typing.Optional[builtins.str]:
10060
- return typing.cast(typing.Optional[builtins.str], jsii.get(self, "changeLog"))
10061
-
10062
- @change_log.setter
10063
- def change_log(self, value: typing.Optional[builtins.str]) -> None:
10064
- if __debug__:
10065
- type_hints = typing.get_type_hints(_typecheckingstub__6f7e687a92a5b5f91bef6023471643a2408ea093f9930c5cb0ec8e5181d439fc)
10066
- check_type(argname="argument value", value=value, expected_type=type_hints["value"])
10067
- jsii.set(self, "changeLog", value) # pyright: ignore[reportArgumentType]
10068
-
10069
10059
  @builtins.property
10070
10060
  @jsii.member(jsii_name="description")
10071
10061
  def description(self) -> typing.Optional[builtins.str]:
10062
+ '''The description of the project profile.'''
10072
10063
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
10073
10064
 
10074
10065
  @description.setter
@@ -10103,25 +10094,26 @@ class CfnProjectProfile(
10103
10094
  jsii.set(self, "domainUnitIdentifier", value) # pyright: ignore[reportArgumentType]
10104
10095
 
10105
10096
  @builtins.property
10106
- @jsii.member(jsii_name="projectScopes")
10107
- def project_scopes(
10097
+ @jsii.member(jsii_name="environmentConfigurations")
10098
+ def environment_configurations(
10108
10099
  self,
10109
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.ProjectScopeProperty"]]]]:
10110
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.ProjectScopeProperty"]]]], jsii.get(self, "projectScopes"))
10100
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationProperty"]]]]:
10101
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationProperty"]]]], jsii.get(self, "environmentConfigurations"))
10111
10102
 
10112
- @project_scopes.setter
10113
- def project_scopes(
10103
+ @environment_configurations.setter
10104
+ def environment_configurations(
10114
10105
  self,
10115
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.ProjectScopeProperty"]]]],
10106
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationProperty"]]]],
10116
10107
  ) -> None:
10117
10108
  if __debug__:
10118
- type_hints = typing.get_type_hints(_typecheckingstub__f495fae800c8dcb91a694653b2ad64d2941fc50e22122f09ae7dff638a8b93af)
10109
+ type_hints = typing.get_type_hints(_typecheckingstub__11d2d41d817a0c6b3e1fb33f36874d8544dda639fa89db0b3de59a24198ab098)
10119
10110
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
10120
- jsii.set(self, "projectScopes", value) # pyright: ignore[reportArgumentType]
10111
+ jsii.set(self, "environmentConfigurations", value) # pyright: ignore[reportArgumentType]
10121
10112
 
10122
10113
  @builtins.property
10123
10114
  @jsii.member(jsii_name="status")
10124
10115
  def status(self) -> typing.Optional[builtins.str]:
10116
+ '''The status of a project profile.'''
10125
10117
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "status"))
10126
10118
 
10127
10119
  @status.setter
@@ -10132,16 +10124,16 @@ class CfnProjectProfile(
10132
10124
  jsii.set(self, "status", value) # pyright: ignore[reportArgumentType]
10133
10125
 
10134
10126
  @jsii.data_type(
10135
- jsii_type="aws-cdk-lib.aws_datazone.CfnProjectProfile.DesignationConfigurationProperty",
10127
+ jsii_type="aws-cdk-lib.aws_datazone.CfnProjectProfile.AwsAccountProperty",
10136
10128
  jsii_struct_bases=[],
10137
- name_mapping={"designation_id": "designationId"},
10129
+ name_mapping={"aws_account_id": "awsAccountId"},
10138
10130
  )
10139
- class DesignationConfigurationProperty:
10140
- def __init__(self, *, designation_id: builtins.str) -> None:
10131
+ class AwsAccountProperty:
10132
+ def __init__(self, *, aws_account_id: builtins.str) -> None:
10141
10133
  '''
10142
- :param designation_id:
10134
+ :param aws_account_id:
10143
10135
 
10144
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-designationconfiguration.html
10136
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-awsaccount.html
10145
10137
  :exampleMetadata: fixture=_generated
10146
10138
 
10147
10139
  Example::
@@ -10150,24 +10142,24 @@ class CfnProjectProfile(
10150
10142
  # The values are placeholders you should change.
10151
10143
  from aws_cdk import aws_datazone as datazone
10152
10144
 
10153
- designation_configuration_property = datazone.CfnProjectProfile.DesignationConfigurationProperty(
10154
- designation_id="designationId"
10145
+ aws_account_property = datazone.CfnProjectProfile.AwsAccountProperty(
10146
+ aws_account_id="awsAccountId"
10155
10147
  )
10156
10148
  '''
10157
10149
  if __debug__:
10158
- type_hints = typing.get_type_hints(_typecheckingstub__175661648034f5742b855ee284c1c19c3777b76bfcfff2c198ccc3056c5d8b46)
10159
- check_type(argname="argument designation_id", value=designation_id, expected_type=type_hints["designation_id"])
10150
+ type_hints = typing.get_type_hints(_typecheckingstub__7fcf2ee1bc8e5e84878993902463e74d2e0d59a5486d29b3270a330e403a11e1)
10151
+ check_type(argname="argument aws_account_id", value=aws_account_id, expected_type=type_hints["aws_account_id"])
10160
10152
  self._values: typing.Dict[builtins.str, typing.Any] = {
10161
- "designation_id": designation_id,
10153
+ "aws_account_id": aws_account_id,
10162
10154
  }
10163
10155
 
10164
10156
  @builtins.property
10165
- def designation_id(self) -> builtins.str:
10157
+ def aws_account_id(self) -> builtins.str:
10166
10158
  '''
10167
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-designationconfiguration.html#cfn-datazone-projectprofile-designationconfiguration-designationid
10159
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-awsaccount.html#cfn-datazone-projectprofile-awsaccount-awsaccountid
10168
10160
  '''
10169
- result = self._values.get("designation_id")
10170
- assert result is not None, "Required property 'designation_id' is missing"
10161
+ result = self._values.get("aws_account_id")
10162
+ assert result is not None, "Required property 'aws_account_id' is missing"
10171
10163
  return typing.cast(builtins.str, result)
10172
10164
 
10173
10165
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
@@ -10177,27 +10169,29 @@ class CfnProjectProfile(
10177
10169
  return not (rhs == self)
10178
10170
 
10179
10171
  def __repr__(self) -> str:
10180
- return "DesignationConfigurationProperty(%s)" % ", ".join(
10172
+ return "AwsAccountProperty(%s)" % ", ".join(
10181
10173
  k + "=" + repr(v) for k, v in self._values.items()
10182
10174
  )
10183
10175
 
10184
10176
  @jsii.data_type(
10185
- jsii_type="aws-cdk-lib.aws_datazone.CfnProjectProfile.ProjectScopeProperty",
10177
+ jsii_type="aws-cdk-lib.aws_datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty",
10186
10178
  jsii_struct_bases=[],
10187
- name_mapping={"name": "name", "policy": "policy"},
10179
+ name_mapping={"is_editable": "isEditable", "name": "name", "value": "value"},
10188
10180
  )
10189
- class ProjectScopeProperty:
10181
+ class EnvironmentConfigurationParameterProperty:
10190
10182
  def __init__(
10191
10183
  self,
10192
10184
  *,
10193
- name: builtins.str,
10194
- policy: typing.Optional[builtins.str] = None,
10185
+ is_editable: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
10186
+ name: typing.Optional[builtins.str] = None,
10187
+ value: typing.Optional[builtins.str] = None,
10195
10188
  ) -> None:
10196
10189
  '''
10190
+ :param is_editable:
10197
10191
  :param name:
10198
- :param policy:
10192
+ :param value:
10199
10193
 
10200
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-projectscope.html
10194
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparameter.html
10201
10195
  :exampleMetadata: fixture=_generated
10202
10196
 
10203
10197
  Example::
@@ -10206,38 +10200,330 @@ class CfnProjectProfile(
10206
10200
  # The values are placeholders you should change.
10207
10201
  from aws_cdk import aws_datazone as datazone
10208
10202
 
10209
- project_scope_property = datazone.CfnProjectProfile.ProjectScopeProperty(
10203
+ environment_configuration_parameter_property = datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
10204
+ is_editable=False,
10205
+ name="name",
10206
+ value="value"
10207
+ )
10208
+ '''
10209
+ if __debug__:
10210
+ type_hints = typing.get_type_hints(_typecheckingstub__bf7bbb8e1650467ecc0369100cdd1f22e8ec805fbddb090e6314b2b5a01ddb4a)
10211
+ check_type(argname="argument is_editable", value=is_editable, expected_type=type_hints["is_editable"])
10212
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
10213
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
10214
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
10215
+ if is_editable is not None:
10216
+ self._values["is_editable"] = is_editable
10217
+ if name is not None:
10218
+ self._values["name"] = name
10219
+ if value is not None:
10220
+ self._values["value"] = value
10221
+
10222
+ @builtins.property
10223
+ def is_editable(
10224
+ self,
10225
+ ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
10226
+ '''
10227
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparameter.html#cfn-datazone-projectprofile-environmentconfigurationparameter-iseditable
10228
+ '''
10229
+ result = self._values.get("is_editable")
10230
+ return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
10231
+
10232
+ @builtins.property
10233
+ def name(self) -> typing.Optional[builtins.str]:
10234
+ '''
10235
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparameter.html#cfn-datazone-projectprofile-environmentconfigurationparameter-name
10236
+ '''
10237
+ result = self._values.get("name")
10238
+ return typing.cast(typing.Optional[builtins.str], result)
10239
+
10240
+ @builtins.property
10241
+ def value(self) -> typing.Optional[builtins.str]:
10242
+ '''
10243
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparameter.html#cfn-datazone-projectprofile-environmentconfigurationparameter-value
10244
+ '''
10245
+ result = self._values.get("value")
10246
+ return typing.cast(typing.Optional[builtins.str], result)
10247
+
10248
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
10249
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
10250
+
10251
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
10252
+ return not (rhs == self)
10253
+
10254
+ def __repr__(self) -> str:
10255
+ return "EnvironmentConfigurationParameterProperty(%s)" % ", ".join(
10256
+ k + "=" + repr(v) for k, v in self._values.items()
10257
+ )
10258
+
10259
+ @jsii.data_type(
10260
+ jsii_type="aws-cdk-lib.aws_datazone.CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty",
10261
+ jsii_struct_bases=[],
10262
+ name_mapping={
10263
+ "parameter_overrides": "parameterOverrides",
10264
+ "resolved_parameters": "resolvedParameters",
10265
+ },
10266
+ )
10267
+ class EnvironmentConfigurationParametersDetailsProperty:
10268
+ def __init__(
10269
+ self,
10270
+ *,
10271
+ parameter_overrides: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnProjectProfile.EnvironmentConfigurationParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
10272
+ resolved_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnProjectProfile.EnvironmentConfigurationParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
10273
+ ) -> None:
10274
+ '''
10275
+ :param parameter_overrides:
10276
+ :param resolved_parameters:
10277
+
10278
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparametersdetails.html
10279
+ :exampleMetadata: fixture=_generated
10280
+
10281
+ Example::
10282
+
10283
+ # The code below shows an example of how to instantiate this type.
10284
+ # The values are placeholders you should change.
10285
+ from aws_cdk import aws_datazone as datazone
10286
+
10287
+ environment_configuration_parameters_details_property = datazone.CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty(
10288
+ parameter_overrides=[datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
10289
+ is_editable=False,
10290
+ name="name",
10291
+ value="value"
10292
+ )],
10293
+ resolved_parameters=[datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
10294
+ is_editable=False,
10295
+ name="name",
10296
+ value="value"
10297
+ )]
10298
+ )
10299
+ '''
10300
+ if __debug__:
10301
+ type_hints = typing.get_type_hints(_typecheckingstub__fab90e5736f5e6f3ffb1d2c481eba6fcd8f1f870000719d3c6a3852737b46e0b)
10302
+ check_type(argname="argument parameter_overrides", value=parameter_overrides, expected_type=type_hints["parameter_overrides"])
10303
+ check_type(argname="argument resolved_parameters", value=resolved_parameters, expected_type=type_hints["resolved_parameters"])
10304
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
10305
+ if parameter_overrides is not None:
10306
+ self._values["parameter_overrides"] = parameter_overrides
10307
+ if resolved_parameters is not None:
10308
+ self._values["resolved_parameters"] = resolved_parameters
10309
+
10310
+ @builtins.property
10311
+ def parameter_overrides(
10312
+ self,
10313
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationParameterProperty"]]]]:
10314
+ '''
10315
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparametersdetails.html#cfn-datazone-projectprofile-environmentconfigurationparametersdetails-parameteroverrides
10316
+ '''
10317
+ result = self._values.get("parameter_overrides")
10318
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationParameterProperty"]]]], result)
10319
+
10320
+ @builtins.property
10321
+ def resolved_parameters(
10322
+ self,
10323
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationParameterProperty"]]]]:
10324
+ '''
10325
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfigurationparametersdetails.html#cfn-datazone-projectprofile-environmentconfigurationparametersdetails-resolvedparameters
10326
+ '''
10327
+ result = self._values.get("resolved_parameters")
10328
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationParameterProperty"]]]], result)
10329
+
10330
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
10331
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
10332
+
10333
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
10334
+ return not (rhs == self)
10335
+
10336
+ def __repr__(self) -> str:
10337
+ return "EnvironmentConfigurationParametersDetailsProperty(%s)" % ", ".join(
10338
+ k + "=" + repr(v) for k, v in self._values.items()
10339
+ )
10340
+
10341
+ @jsii.data_type(
10342
+ jsii_type="aws-cdk-lib.aws_datazone.CfnProjectProfile.EnvironmentConfigurationProperty",
10343
+ jsii_struct_bases=[],
10344
+ name_mapping={
10345
+ "aws_region": "awsRegion",
10346
+ "environment_blueprint_id": "environmentBlueprintId",
10347
+ "name": "name",
10348
+ "aws_account": "awsAccount",
10349
+ "configuration_parameters": "configurationParameters",
10350
+ "deployment_mode": "deploymentMode",
10351
+ "deployment_order": "deploymentOrder",
10352
+ "description": "description",
10353
+ "id": "id",
10354
+ },
10355
+ )
10356
+ class EnvironmentConfigurationProperty:
10357
+ def __init__(
10358
+ self,
10359
+ *,
10360
+ aws_region: typing.Union[_IResolvable_da3f097b, typing.Union["CfnProjectProfile.RegionProperty", typing.Dict[builtins.str, typing.Any]]],
10361
+ environment_blueprint_id: builtins.str,
10362
+ name: builtins.str,
10363
+ aws_account: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnProjectProfile.AwsAccountProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
10364
+ configuration_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
10365
+ deployment_mode: typing.Optional[builtins.str] = None,
10366
+ deployment_order: typing.Optional[jsii.Number] = None,
10367
+ description: typing.Optional[builtins.str] = None,
10368
+ id: typing.Optional[builtins.str] = None,
10369
+ ) -> None:
10370
+ '''
10371
+ :param aws_region:
10372
+ :param environment_blueprint_id:
10373
+ :param name:
10374
+ :param aws_account:
10375
+ :param configuration_parameters:
10376
+ :param deployment_mode:
10377
+ :param deployment_order:
10378
+ :param description:
10379
+ :param id:
10380
+
10381
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html
10382
+ :exampleMetadata: fixture=_generated
10383
+
10384
+ Example::
10385
+
10386
+ # The code below shows an example of how to instantiate this type.
10387
+ # The values are placeholders you should change.
10388
+ from aws_cdk import aws_datazone as datazone
10389
+
10390
+ environment_configuration_property = datazone.CfnProjectProfile.EnvironmentConfigurationProperty(
10391
+ aws_region=datazone.CfnProjectProfile.RegionProperty(
10392
+ region_name="regionName"
10393
+ ),
10394
+ environment_blueprint_id="environmentBlueprintId",
10210
10395
  name="name",
10211
10396
 
10212
10397
  # the properties below are optional
10213
- policy="policy"
10398
+ aws_account=datazone.CfnProjectProfile.AwsAccountProperty(
10399
+ aws_account_id="awsAccountId"
10400
+ ),
10401
+ configuration_parameters=datazone.CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty(
10402
+ parameter_overrides=[datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
10403
+ is_editable=False,
10404
+ name="name",
10405
+ value="value"
10406
+ )],
10407
+ resolved_parameters=[datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
10408
+ is_editable=False,
10409
+ name="name",
10410
+ value="value"
10411
+ )]
10412
+ ),
10413
+ deployment_mode="deploymentMode",
10414
+ deployment_order=123,
10415
+ description="description",
10416
+ id="id"
10214
10417
  )
10215
10418
  '''
10216
10419
  if __debug__:
10217
- type_hints = typing.get_type_hints(_typecheckingstub__a2029f9834b3b4721032c2da8218348c7d12f257b99892b1e132ee4be37449c6)
10420
+ type_hints = typing.get_type_hints(_typecheckingstub__8addc3ada6a67b6cbb6b275c952d4659afeea35b806096cdb6322e14ea2ea99f)
10421
+ check_type(argname="argument aws_region", value=aws_region, expected_type=type_hints["aws_region"])
10422
+ check_type(argname="argument environment_blueprint_id", value=environment_blueprint_id, expected_type=type_hints["environment_blueprint_id"])
10218
10423
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
10219
- check_type(argname="argument policy", value=policy, expected_type=type_hints["policy"])
10424
+ check_type(argname="argument aws_account", value=aws_account, expected_type=type_hints["aws_account"])
10425
+ check_type(argname="argument configuration_parameters", value=configuration_parameters, expected_type=type_hints["configuration_parameters"])
10426
+ check_type(argname="argument deployment_mode", value=deployment_mode, expected_type=type_hints["deployment_mode"])
10427
+ check_type(argname="argument deployment_order", value=deployment_order, expected_type=type_hints["deployment_order"])
10428
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
10429
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
10220
10430
  self._values: typing.Dict[builtins.str, typing.Any] = {
10431
+ "aws_region": aws_region,
10432
+ "environment_blueprint_id": environment_blueprint_id,
10221
10433
  "name": name,
10222
10434
  }
10223
- if policy is not None:
10224
- self._values["policy"] = policy
10435
+ if aws_account is not None:
10436
+ self._values["aws_account"] = aws_account
10437
+ if configuration_parameters is not None:
10438
+ self._values["configuration_parameters"] = configuration_parameters
10439
+ if deployment_mode is not None:
10440
+ self._values["deployment_mode"] = deployment_mode
10441
+ if deployment_order is not None:
10442
+ self._values["deployment_order"] = deployment_order
10443
+ if description is not None:
10444
+ self._values["description"] = description
10445
+ if id is not None:
10446
+ self._values["id"] = id
10447
+
10448
+ @builtins.property
10449
+ def aws_region(
10450
+ self,
10451
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.RegionProperty"]:
10452
+ '''
10453
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-awsregion
10454
+ '''
10455
+ result = self._values.get("aws_region")
10456
+ assert result is not None, "Required property 'aws_region' is missing"
10457
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.RegionProperty"], result)
10458
+
10459
+ @builtins.property
10460
+ def environment_blueprint_id(self) -> builtins.str:
10461
+ '''
10462
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-environmentblueprintid
10463
+ '''
10464
+ result = self._values.get("environment_blueprint_id")
10465
+ assert result is not None, "Required property 'environment_blueprint_id' is missing"
10466
+ return typing.cast(builtins.str, result)
10225
10467
 
10226
10468
  @builtins.property
10227
10469
  def name(self) -> builtins.str:
10228
10470
  '''
10229
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-projectscope.html#cfn-datazone-projectprofile-projectscope-name
10471
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-name
10230
10472
  '''
10231
10473
  result = self._values.get("name")
10232
10474
  assert result is not None, "Required property 'name' is missing"
10233
10475
  return typing.cast(builtins.str, result)
10234
10476
 
10235
10477
  @builtins.property
10236
- def policy(self) -> typing.Optional[builtins.str]:
10478
+ def aws_account(
10479
+ self,
10480
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.AwsAccountProperty"]]:
10481
+ '''
10482
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-awsaccount
10483
+ '''
10484
+ result = self._values.get("aws_account")
10485
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.AwsAccountProperty"]], result)
10486
+
10487
+ @builtins.property
10488
+ def configuration_parameters(
10489
+ self,
10490
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty"]]:
10491
+ '''
10492
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-configurationparameters
10493
+ '''
10494
+ result = self._values.get("configuration_parameters")
10495
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty"]], result)
10496
+
10497
+ @builtins.property
10498
+ def deployment_mode(self) -> typing.Optional[builtins.str]:
10499
+ '''
10500
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-deploymentmode
10501
+ '''
10502
+ result = self._values.get("deployment_mode")
10503
+ return typing.cast(typing.Optional[builtins.str], result)
10504
+
10505
+ @builtins.property
10506
+ def deployment_order(self) -> typing.Optional[jsii.Number]:
10507
+ '''
10508
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-deploymentorder
10509
+ '''
10510
+ result = self._values.get("deployment_order")
10511
+ return typing.cast(typing.Optional[jsii.Number], result)
10512
+
10513
+ @builtins.property
10514
+ def description(self) -> typing.Optional[builtins.str]:
10515
+ '''
10516
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-description
10517
+ '''
10518
+ result = self._values.get("description")
10519
+ return typing.cast(typing.Optional[builtins.str], result)
10520
+
10521
+ @builtins.property
10522
+ def id(self) -> typing.Optional[builtins.str]:
10237
10523
  '''
10238
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-projectscope.html#cfn-datazone-projectprofile-projectscope-policy
10524
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-id
10239
10525
  '''
10240
- result = self._values.get("policy")
10526
+ result = self._values.get("id")
10241
10527
  return typing.cast(typing.Optional[builtins.str], result)
10242
10528
 
10243
10529
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
@@ -10247,7 +10533,57 @@ class CfnProjectProfile(
10247
10533
  return not (rhs == self)
10248
10534
 
10249
10535
  def __repr__(self) -> str:
10250
- return "ProjectScopeProperty(%s)" % ", ".join(
10536
+ return "EnvironmentConfigurationProperty(%s)" % ", ".join(
10537
+ k + "=" + repr(v) for k, v in self._values.items()
10538
+ )
10539
+
10540
+ @jsii.data_type(
10541
+ jsii_type="aws-cdk-lib.aws_datazone.CfnProjectProfile.RegionProperty",
10542
+ jsii_struct_bases=[],
10543
+ name_mapping={"region_name": "regionName"},
10544
+ )
10545
+ class RegionProperty:
10546
+ def __init__(self, *, region_name: builtins.str) -> None:
10547
+ '''
10548
+ :param region_name:
10549
+
10550
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-region.html
10551
+ :exampleMetadata: fixture=_generated
10552
+
10553
+ Example::
10554
+
10555
+ # The code below shows an example of how to instantiate this type.
10556
+ # The values are placeholders you should change.
10557
+ from aws_cdk import aws_datazone as datazone
10558
+
10559
+ region_property = datazone.CfnProjectProfile.RegionProperty(
10560
+ region_name="regionName"
10561
+ )
10562
+ '''
10563
+ if __debug__:
10564
+ type_hints = typing.get_type_hints(_typecheckingstub__cc189c16fcab170d1d8d250893b0e4741d23998acae1597f3faa4ca36264479b)
10565
+ check_type(argname="argument region_name", value=region_name, expected_type=type_hints["region_name"])
10566
+ self._values: typing.Dict[builtins.str, typing.Any] = {
10567
+ "region_name": region_name,
10568
+ }
10569
+
10570
+ @builtins.property
10571
+ def region_name(self) -> builtins.str:
10572
+ '''
10573
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-region.html#cfn-datazone-projectprofile-region-regionname
10574
+ '''
10575
+ result = self._values.get("region_name")
10576
+ assert result is not None, "Required property 'region_name' is missing"
10577
+ return typing.cast(builtins.str, result)
10578
+
10579
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
10580
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
10581
+
10582
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
10583
+ return not (rhs == self)
10584
+
10585
+ def __repr__(self) -> str:
10586
+ return "RegionProperty(%s)" % ", ".join(
10251
10587
  k + "=" + repr(v) for k, v in self._values.items()
10252
10588
  )
10253
10589
 
@@ -10257,12 +10593,10 @@ class CfnProjectProfile(
10257
10593
  jsii_struct_bases=[],
10258
10594
  name_mapping={
10259
10595
  "name": "name",
10260
- "allowed_designations": "allowedDesignations",
10261
- "change_log": "changeLog",
10262
10596
  "description": "description",
10263
10597
  "domain_identifier": "domainIdentifier",
10264
10598
  "domain_unit_identifier": "domainUnitIdentifier",
10265
- "project_scopes": "projectScopes",
10599
+ "environment_configurations": "environmentConfigurations",
10266
10600
  "status": "status",
10267
10601
  },
10268
10602
  )
@@ -10271,24 +10605,20 @@ class CfnProjectProfileProps:
10271
10605
  self,
10272
10606
  *,
10273
10607
  name: builtins.str,
10274
- allowed_designations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.DesignationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
10275
- change_log: typing.Optional[builtins.str] = None,
10276
10608
  description: typing.Optional[builtins.str] = None,
10277
10609
  domain_identifier: typing.Optional[builtins.str] = None,
10278
10610
  domain_unit_identifier: typing.Optional[builtins.str] = None,
10279
- project_scopes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.ProjectScopeProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
10611
+ environment_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.EnvironmentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
10280
10612
  status: typing.Optional[builtins.str] = None,
10281
10613
  ) -> None:
10282
10614
  '''Properties for defining a ``CfnProjectProfile``.
10283
10615
 
10284
- :param name:
10285
- :param allowed_designations:
10286
- :param change_log:
10287
- :param description:
10616
+ :param name: The name of a project profile.
10617
+ :param description: The description of the project profile.
10288
10618
  :param domain_identifier:
10289
10619
  :param domain_unit_identifier:
10290
- :param project_scopes:
10291
- :param status:
10620
+ :param environment_configurations:
10621
+ :param status: The status of a project profile.
10292
10622
 
10293
10623
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html
10294
10624
  :exampleMetadata: fixture=_generated
@@ -10303,18 +10633,36 @@ class CfnProjectProfileProps:
10303
10633
  name="name",
10304
10634
 
10305
10635
  # the properties below are optional
10306
- allowed_designations=[datazone.CfnProjectProfile.DesignationConfigurationProperty(
10307
- designation_id="designationId"
10308
- )],
10309
- change_log="changeLog",
10310
10636
  description="description",
10311
10637
  domain_identifier="domainIdentifier",
10312
10638
  domain_unit_identifier="domainUnitIdentifier",
10313
- project_scopes=[datazone.CfnProjectProfile.ProjectScopeProperty(
10639
+ environment_configurations=[datazone.CfnProjectProfile.EnvironmentConfigurationProperty(
10640
+ aws_region=datazone.CfnProjectProfile.RegionProperty(
10641
+ region_name="regionName"
10642
+ ),
10643
+ environment_blueprint_id="environmentBlueprintId",
10314
10644
  name="name",
10315
10645
 
10316
10646
  # the properties below are optional
10317
- policy="policy"
10647
+ aws_account=datazone.CfnProjectProfile.AwsAccountProperty(
10648
+ aws_account_id="awsAccountId"
10649
+ ),
10650
+ configuration_parameters=datazone.CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty(
10651
+ parameter_overrides=[datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
10652
+ is_editable=False,
10653
+ name="name",
10654
+ value="value"
10655
+ )],
10656
+ resolved_parameters=[datazone.CfnProjectProfile.EnvironmentConfigurationParameterProperty(
10657
+ is_editable=False,
10658
+ name="name",
10659
+ value="value"
10660
+ )]
10661
+ ),
10662
+ deployment_mode="deploymentMode",
10663
+ deployment_order=123,
10664
+ description="description",
10665
+ id="id"
10318
10666
  )],
10319
10667
  status="status"
10320
10668
  )
@@ -10322,61 +10670,39 @@ class CfnProjectProfileProps:
10322
10670
  if __debug__:
10323
10671
  type_hints = typing.get_type_hints(_typecheckingstub__16088b85440c601f18ad4a194ccb23740aedaa1b4f93a76e720d939c57cb4d2e)
10324
10672
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
10325
- check_type(argname="argument allowed_designations", value=allowed_designations, expected_type=type_hints["allowed_designations"])
10326
- check_type(argname="argument change_log", value=change_log, expected_type=type_hints["change_log"])
10327
10673
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
10328
10674
  check_type(argname="argument domain_identifier", value=domain_identifier, expected_type=type_hints["domain_identifier"])
10329
10675
  check_type(argname="argument domain_unit_identifier", value=domain_unit_identifier, expected_type=type_hints["domain_unit_identifier"])
10330
- check_type(argname="argument project_scopes", value=project_scopes, expected_type=type_hints["project_scopes"])
10676
+ check_type(argname="argument environment_configurations", value=environment_configurations, expected_type=type_hints["environment_configurations"])
10331
10677
  check_type(argname="argument status", value=status, expected_type=type_hints["status"])
10332
10678
  self._values: typing.Dict[builtins.str, typing.Any] = {
10333
10679
  "name": name,
10334
10680
  }
10335
- if allowed_designations is not None:
10336
- self._values["allowed_designations"] = allowed_designations
10337
- if change_log is not None:
10338
- self._values["change_log"] = change_log
10339
10681
  if description is not None:
10340
10682
  self._values["description"] = description
10341
10683
  if domain_identifier is not None:
10342
10684
  self._values["domain_identifier"] = domain_identifier
10343
10685
  if domain_unit_identifier is not None:
10344
10686
  self._values["domain_unit_identifier"] = domain_unit_identifier
10345
- if project_scopes is not None:
10346
- self._values["project_scopes"] = project_scopes
10687
+ if environment_configurations is not None:
10688
+ self._values["environment_configurations"] = environment_configurations
10347
10689
  if status is not None:
10348
10690
  self._values["status"] = status
10349
10691
 
10350
10692
  @builtins.property
10351
10693
  def name(self) -> builtins.str:
10352
- '''
10694
+ '''The name of a project profile.
10695
+
10353
10696
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-name
10354
10697
  '''
10355
10698
  result = self._values.get("name")
10356
10699
  assert result is not None, "Required property 'name' is missing"
10357
10700
  return typing.cast(builtins.str, result)
10358
10701
 
10359
- @builtins.property
10360
- def allowed_designations(
10361
- self,
10362
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.DesignationConfigurationProperty]]]]:
10363
- '''
10364
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-alloweddesignations
10365
- '''
10366
- result = self._values.get("allowed_designations")
10367
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.DesignationConfigurationProperty]]]], result)
10368
-
10369
- @builtins.property
10370
- def change_log(self) -> typing.Optional[builtins.str]:
10371
- '''
10372
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-changelog
10373
- '''
10374
- result = self._values.get("change_log")
10375
- return typing.cast(typing.Optional[builtins.str], result)
10376
-
10377
10702
  @builtins.property
10378
10703
  def description(self) -> typing.Optional[builtins.str]:
10379
- '''
10704
+ '''The description of the project profile.
10705
+
10380
10706
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-description
10381
10707
  '''
10382
10708
  result = self._values.get("description")
@@ -10399,18 +10725,19 @@ class CfnProjectProfileProps:
10399
10725
  return typing.cast(typing.Optional[builtins.str], result)
10400
10726
 
10401
10727
  @builtins.property
10402
- def project_scopes(
10728
+ def environment_configurations(
10403
10729
  self,
10404
- ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.ProjectScopeProperty]]]]:
10730
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.EnvironmentConfigurationProperty]]]]:
10405
10731
  '''
10406
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-projectscopes
10732
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-environmentconfigurations
10407
10733
  '''
10408
- result = self._values.get("project_scopes")
10409
- return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.ProjectScopeProperty]]]], result)
10734
+ result = self._values.get("environment_configurations")
10735
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.EnvironmentConfigurationProperty]]]], result)
10410
10736
 
10411
10737
  @builtins.property
10412
10738
  def status(self) -> typing.Optional[builtins.str]:
10413
- '''
10739
+ '''The status of a project profile.
10740
+
10414
10741
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectprofile.html#cfn-datazone-projectprofile-status
10415
10742
  '''
10416
10743
  result = self._values.get("status")
@@ -13124,12 +13451,10 @@ def _typecheckingstub__be64eda6c4825457191dba5045e07eaa3e14f5b1d6605cefc1c291b8f
13124
13451
  id: builtins.str,
13125
13452
  *,
13126
13453
  name: builtins.str,
13127
- allowed_designations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.DesignationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13128
- change_log: typing.Optional[builtins.str] = None,
13129
13454
  description: typing.Optional[builtins.str] = None,
13130
13455
  domain_identifier: typing.Optional[builtins.str] = None,
13131
13456
  domain_unit_identifier: typing.Optional[builtins.str] = None,
13132
- project_scopes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.ProjectScopeProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13457
+ environment_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.EnvironmentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13133
13458
  status: typing.Optional[builtins.str] = None,
13134
13459
  ) -> None:
13135
13460
  """Type checking stubs"""
@@ -13153,59 +13478,78 @@ def _typecheckingstub__e5acf0d662fb5f406ca391f15c3cadba1d68d0dc161876b2305e49570
13153
13478
  """Type checking stubs"""
13154
13479
  pass
13155
13480
 
13156
- def _typecheckingstub__24997c31e168ff4722f9dbe78dab2e2dfc54ccb2330aa70659c831b031c49147(
13157
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.DesignationConfigurationProperty]]]],
13481
+ def _typecheckingstub__d3e1ff90e5fbfc5a555174f254ce075a9c3654511436a8acf04928992020df04(
13482
+ value: typing.Optional[builtins.str],
13158
13483
  ) -> None:
13159
13484
  """Type checking stubs"""
13160
13485
  pass
13161
13486
 
13162
- def _typecheckingstub__6f7e687a92a5b5f91bef6023471643a2408ea093f9930c5cb0ec8e5181d439fc(
13487
+ def _typecheckingstub__872e790316704042dc15857aaaff7b99878b643ac02f9de929f704cf6ca6762a(
13163
13488
  value: typing.Optional[builtins.str],
13164
13489
  ) -> None:
13165
13490
  """Type checking stubs"""
13166
13491
  pass
13167
13492
 
13168
- def _typecheckingstub__d3e1ff90e5fbfc5a555174f254ce075a9c3654511436a8acf04928992020df04(
13493
+ def _typecheckingstub__0b87add426c25b8a2eafdfd51a8707432f3ee35363162b07265e414b1d427ff1(
13169
13494
  value: typing.Optional[builtins.str],
13170
13495
  ) -> None:
13171
13496
  """Type checking stubs"""
13172
13497
  pass
13173
13498
 
13174
- def _typecheckingstub__872e790316704042dc15857aaaff7b99878b643ac02f9de929f704cf6ca6762a(
13175
- value: typing.Optional[builtins.str],
13499
+ def _typecheckingstub__11d2d41d817a0c6b3e1fb33f36874d8544dda639fa89db0b3de59a24198ab098(
13500
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.EnvironmentConfigurationProperty]]]],
13176
13501
  ) -> None:
13177
13502
  """Type checking stubs"""
13178
13503
  pass
13179
13504
 
13180
- def _typecheckingstub__0b87add426c25b8a2eafdfd51a8707432f3ee35363162b07265e414b1d427ff1(
13505
+ def _typecheckingstub__22f2f0484438c03962ae71a7a8c680afa1c54e8a672160956c3951d55a32ae02(
13181
13506
  value: typing.Optional[builtins.str],
13182
13507
  ) -> None:
13183
13508
  """Type checking stubs"""
13184
13509
  pass
13185
13510
 
13186
- def _typecheckingstub__f495fae800c8dcb91a694653b2ad64d2941fc50e22122f09ae7dff638a8b93af(
13187
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnProjectProfile.ProjectScopeProperty]]]],
13511
+ def _typecheckingstub__7fcf2ee1bc8e5e84878993902463e74d2e0d59a5486d29b3270a330e403a11e1(
13512
+ *,
13513
+ aws_account_id: builtins.str,
13188
13514
  ) -> None:
13189
13515
  """Type checking stubs"""
13190
13516
  pass
13191
13517
 
13192
- def _typecheckingstub__22f2f0484438c03962ae71a7a8c680afa1c54e8a672160956c3951d55a32ae02(
13193
- value: typing.Optional[builtins.str],
13518
+ def _typecheckingstub__bf7bbb8e1650467ecc0369100cdd1f22e8ec805fbddb090e6314b2b5a01ddb4a(
13519
+ *,
13520
+ is_editable: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
13521
+ name: typing.Optional[builtins.str] = None,
13522
+ value: typing.Optional[builtins.str] = None,
13194
13523
  ) -> None:
13195
13524
  """Type checking stubs"""
13196
13525
  pass
13197
13526
 
13198
- def _typecheckingstub__175661648034f5742b855ee284c1c19c3777b76bfcfff2c198ccc3056c5d8b46(
13527
+ def _typecheckingstub__fab90e5736f5e6f3ffb1d2c481eba6fcd8f1f870000719d3c6a3852737b46e0b(
13199
13528
  *,
13200
- designation_id: builtins.str,
13529
+ parameter_overrides: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.EnvironmentConfigurationParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13530
+ resolved_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.EnvironmentConfigurationParameterProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13201
13531
  ) -> None:
13202
13532
  """Type checking stubs"""
13203
13533
  pass
13204
13534
 
13205
- def _typecheckingstub__a2029f9834b3b4721032c2da8218348c7d12f257b99892b1e132ee4be37449c6(
13535
+ def _typecheckingstub__8addc3ada6a67b6cbb6b275c952d4659afeea35b806096cdb6322e14ea2ea99f(
13206
13536
  *,
13537
+ aws_region: typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.RegionProperty, typing.Dict[builtins.str, typing.Any]]],
13538
+ environment_blueprint_id: builtins.str,
13207
13539
  name: builtins.str,
13208
- policy: typing.Optional[builtins.str] = None,
13540
+ aws_account: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.AwsAccountProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
13541
+ configuration_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.EnvironmentConfigurationParametersDetailsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
13542
+ deployment_mode: typing.Optional[builtins.str] = None,
13543
+ deployment_order: typing.Optional[jsii.Number] = None,
13544
+ description: typing.Optional[builtins.str] = None,
13545
+ id: typing.Optional[builtins.str] = None,
13546
+ ) -> None:
13547
+ """Type checking stubs"""
13548
+ pass
13549
+
13550
+ def _typecheckingstub__cc189c16fcab170d1d8d250893b0e4741d23998acae1597f3faa4ca36264479b(
13551
+ *,
13552
+ region_name: builtins.str,
13209
13553
  ) -> None:
13210
13554
  """Type checking stubs"""
13211
13555
  pass
@@ -13213,12 +13557,10 @@ def _typecheckingstub__a2029f9834b3b4721032c2da8218348c7d12f257b99892b1e132ee4be
13213
13557
  def _typecheckingstub__16088b85440c601f18ad4a194ccb23740aedaa1b4f93a76e720d939c57cb4d2e(
13214
13558
  *,
13215
13559
  name: builtins.str,
13216
- allowed_designations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.DesignationConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13217
- change_log: typing.Optional[builtins.str] = None,
13218
13560
  description: typing.Optional[builtins.str] = None,
13219
13561
  domain_identifier: typing.Optional[builtins.str] = None,
13220
13562
  domain_unit_identifier: typing.Optional[builtins.str] = None,
13221
- project_scopes: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.ProjectScopeProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13563
+ environment_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnProjectProfile.EnvironmentConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13222
13564
  status: typing.Optional[builtins.str] = None,
13223
13565
  ) -> None:
13224
13566
  """Type checking stubs"""