aws-cdk-lib 2.172.0__py3-none-any.whl → 2.173.1__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.
- aws_cdk/__init__.py +57 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.172.0.jsii.tgz → aws-cdk-lib@2.173.1.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +40 -40
- aws_cdk/aws_apigateway/__init__.py +111 -64
- aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
- aws_cdk/aws_appsync/__init__.py +4 -3
- aws_cdk/aws_autoscaling/__init__.py +15 -6
- aws_cdk/aws_bedrock/__init__.py +32 -44
- aws_cdk/aws_chatbot/__init__.py +72 -46
- aws_cdk/aws_cleanrooms/__init__.py +4 -6
- aws_cdk/aws_cloudfront/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +104 -68
- aws_cdk/aws_cloudwatch/__init__.py +51 -14
- aws_cdk/aws_codebuild/__init__.py +39 -0
- aws_cdk/aws_codepipeline/__init__.py +4 -4
- aws_cdk/aws_cognito/__init__.py +221 -53
- aws_cdk/aws_config/__init__.py +13 -10
- aws_cdk/aws_connect/__init__.py +25 -23
- aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
- aws_cdk/aws_docdb/__init__.py +128 -0
- aws_cdk/aws_dynamodb/__init__.py +256 -0
- aws_cdk/aws_ec2/__init__.py +130 -48
- aws_cdk/aws_ecs/__init__.py +25 -13
- aws_cdk/aws_eks/__init__.py +86 -24
- aws_cdk/aws_elasticache/__init__.py +22 -22
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +138 -128
- aws_cdk/aws_events/__init__.py +39 -26
- aws_cdk/aws_fsx/__init__.py +134 -10
- aws_cdk/aws_imagebuilder/__init__.py +8 -8
- aws_cdk/aws_invoicing/__init__.py +651 -0
- aws_cdk/aws_iot/__init__.py +28 -22
- aws_cdk/aws_iotfleetwise/__init__.py +473 -332
- aws_cdk/aws_iotsitewise/__init__.py +6 -4
- aws_cdk/aws_ivs/__init__.py +43 -31
- aws_cdk/aws_kendra/__init__.py +4 -0
- aws_cdk/aws_lakeformation/__init__.py +2 -1
- aws_cdk/aws_lambda/__init__.py +258 -156
- aws_cdk/aws_logs/__init__.py +532 -0
- aws_cdk/aws_m2/__init__.py +15 -15
- aws_cdk/aws_mediaconnect/__init__.py +24 -14
- aws_cdk/aws_medialive/__init__.py +2359 -5
- aws_cdk/aws_mediapackage/__init__.py +3 -9
- aws_cdk/aws_mediapackagev2/__init__.py +19 -17
- aws_cdk/aws_memorydb/__init__.py +664 -4
- aws_cdk/aws_qbusiness/__init__.py +2018 -66
- aws_cdk/aws_rds/__init__.py +30 -0
- aws_cdk/aws_resourcegroups/__init__.py +26 -17
- aws_cdk/aws_route53/__init__.py +1177 -10
- aws_cdk/aws_route53_targets/__init__.py +224 -100
- aws_cdk/aws_route53resolver/__init__.py +4 -2
- aws_cdk/aws_s3/__init__.py +4 -4
- aws_cdk/aws_s3express/__init__.py +30 -19
- aws_cdk/aws_sagemaker/__init__.py +783 -9
- aws_cdk/aws_secretsmanager/__init__.py +20 -6
- aws_cdk/aws_securityhub/__init__.py +64 -32
- aws_cdk/aws_servicediscovery/__init__.py +43 -0
- aws_cdk/aws_ses/__init__.py +109 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
- aws_cdk/aws_synthetics/__init__.py +7 -5
- aws_cdk/aws_vpclattice/__init__.py +1479 -122
- aws_cdk/aws_wisdom/__init__.py +2698 -232
- aws_cdk/aws_workspacesweb/__init__.py +118 -61
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/RECORD +69 -68
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/top_level.txt +0 -0
|
@@ -4901,7 +4901,7 @@ class CfnPortal(
|
|
|
4901
4901
|
:param notification_sender_email: The email address that sends alarm notifications. .. epigraph:: If you use the `AWS IoT Events managed Lambda function <https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html>`_ to manage your emails, you must `verify the sender email address in Amazon SES <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_ .
|
|
4902
4902
|
:param portal_auth_mode: The service to use to authenticate users to the portal. Choose from the following options:. - ``SSO`` – The portal uses AWS IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see `Enabling IAM Identity Center <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso>`_ in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions. - ``IAM`` – The portal uses AWS Identity and Access Management to authenticate users and manage user permissions. You can't change this value after you create a portal. Default: ``SSO``
|
|
4903
4903
|
:param portal_description: A description for the portal.
|
|
4904
|
-
:param portal_type:
|
|
4904
|
+
:param portal_type: Define the type of portal. The value for AWS IoT SiteWise Monitor (Classic) is ``SITEWISE_PORTAL_V1`` . The value for AWS IoT SiteWise Monitor (AI-aware) is ``SITEWISE_PORTAL_V2`` .
|
|
4905
4905
|
:param portal_type_configuration: Map to associate detail of configuration related with a PortalType.
|
|
4906
4906
|
:param tags: A list of key-value pairs that contain metadata for the portal. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
4907
4907
|
'''
|
|
@@ -5100,7 +5100,7 @@ class CfnPortal(
|
|
|
5100
5100
|
@builtins.property
|
|
5101
5101
|
@jsii.member(jsii_name="portalType")
|
|
5102
5102
|
def portal_type(self) -> typing.Optional[builtins.str]:
|
|
5103
|
-
'''
|
|
5103
|
+
'''Define the type of portal.'''
|
|
5104
5104
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "portalType"))
|
|
5105
5105
|
|
|
5106
5106
|
@portal_type.setter
|
|
@@ -5309,7 +5309,7 @@ class CfnPortalProps:
|
|
|
5309
5309
|
:param notification_sender_email: The email address that sends alarm notifications. .. epigraph:: If you use the `AWS IoT Events managed Lambda function <https://docs.aws.amazon.com/iotevents/latest/developerguide/lambda-support.html>`_ to manage your emails, you must `verify the sender email address in Amazon SES <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_ .
|
|
5310
5310
|
:param portal_auth_mode: The service to use to authenticate users to the portal. Choose from the following options:. - ``SSO`` – The portal uses AWS IAM Identity Center to authenticate users and manage user permissions. Before you can create a portal that uses IAM Identity Center, you must enable IAM Identity Center. For more information, see `Enabling IAM Identity Center <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/monitor-get-started.html#mon-gs-sso>`_ in the *AWS IoT SiteWise User Guide* . This option is only available in AWS Regions other than the China Regions. - ``IAM`` – The portal uses AWS Identity and Access Management to authenticate users and manage user permissions. You can't change this value after you create a portal. Default: ``SSO``
|
|
5311
5311
|
:param portal_description: A description for the portal.
|
|
5312
|
-
:param portal_type:
|
|
5312
|
+
:param portal_type: Define the type of portal. The value for AWS IoT SiteWise Monitor (Classic) is ``SITEWISE_PORTAL_V1`` . The value for AWS IoT SiteWise Monitor (AI-aware) is ``SITEWISE_PORTAL_V2`` .
|
|
5313
5313
|
:param portal_type_configuration: Map to associate detail of configuration related with a PortalType.
|
|
5314
5314
|
:param tags: A list of key-value pairs that contain metadata for the portal. For more information, see `Tagging your AWS IoT SiteWise resources <https://docs.aws.amazon.com/iot-sitewise/latest/userguide/tag-resources.html>`_ in the *AWS IoT SiteWise User Guide* .
|
|
5315
5315
|
|
|
@@ -5459,7 +5459,9 @@ class CfnPortalProps:
|
|
|
5459
5459
|
|
|
5460
5460
|
@builtins.property
|
|
5461
5461
|
def portal_type(self) -> typing.Optional[builtins.str]:
|
|
5462
|
-
'''
|
|
5462
|
+
'''Define the type of portal.
|
|
5463
|
+
|
|
5464
|
+
The value for AWS IoT SiteWise Monitor (Classic) is ``SITEWISE_PORTAL_V1`` . The value for AWS IoT SiteWise Monitor (AI-aware) is ``SITEWISE_PORTAL_V2`` .
|
|
5463
5465
|
|
|
5464
5466
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotsitewise-portal.html#cfn-iotsitewise-portal-portaltype
|
|
5465
5467
|
'''
|
aws_cdk/aws_ivs/__init__.py
CHANGED
|
@@ -955,7 +955,9 @@ class CfnIngestConfiguration(
|
|
|
955
955
|
metaclass=jsii.JSIIMeta,
|
|
956
956
|
jsii_type="aws-cdk-lib.aws_ivs.CfnIngestConfiguration",
|
|
957
957
|
):
|
|
958
|
-
'''
|
|
958
|
+
'''The ``AWS::IVS::IngestConfiguration`` resource specifies an ingest protocol to be used for a stage.
|
|
959
|
+
|
|
960
|
+
For more information, see `Stream Ingest <https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/rt-stream-ingest.html>`_ in the *Amazon IVS Real-Time Streaming User Guide* .
|
|
959
961
|
|
|
960
962
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-ingestconfiguration.html
|
|
961
963
|
:cloudformationResource: AWS::IVS::IngestConfiguration
|
|
@@ -995,12 +997,12 @@ class CfnIngestConfiguration(
|
|
|
995
997
|
'''
|
|
996
998
|
:param scope: Scope in which this resource is defined.
|
|
997
999
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
998
|
-
:param ingest_protocol:
|
|
999
|
-
:param insecure_ingest: Whether
|
|
1000
|
-
:param name:
|
|
1001
|
-
:param stage_arn:
|
|
1002
|
-
:param tags:
|
|
1003
|
-
:param user_id:
|
|
1000
|
+
:param ingest_protocol: Type of ingest protocol that the user employs for broadcasting. Default: - "RTMPS"
|
|
1001
|
+
:param insecure_ingest: Whether the channel allows insecure RTMP ingest. Default: ``false`` . Default: - false
|
|
1002
|
+
:param name: Ingest name. Default: - "-"
|
|
1003
|
+
:param stage_arn: ARN of the stage with which the IngestConfiguration is associated. Default: - ""
|
|
1004
|
+
:param tags: An array of key-value pairs to apply to this resource.
|
|
1005
|
+
:param user_id: Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. *This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.*
|
|
1004
1006
|
'''
|
|
1005
1007
|
if __debug__:
|
|
1006
1008
|
type_hints = typing.get_type_hints(_typecheckingstub__c56f46c8c3462fcf78f3e0898b4048a399a031987b0a76a9193f42a0a98fcd5e)
|
|
@@ -1050,7 +1052,9 @@ class CfnIngestConfiguration(
|
|
|
1050
1052
|
@builtins.property
|
|
1051
1053
|
@jsii.member(jsii_name="attrArn")
|
|
1052
1054
|
def attr_arn(self) -> builtins.str:
|
|
1053
|
-
'''
|
|
1055
|
+
'''The ingest-configuration ARN.
|
|
1056
|
+
|
|
1057
|
+
For example: ``arn:aws:ivs:us-west-2:123456789012:ingest-configuration/abcdABCDefgh``
|
|
1054
1058
|
|
|
1055
1059
|
:cloudformationAttribute: Arn
|
|
1056
1060
|
'''
|
|
@@ -1059,7 +1063,9 @@ class CfnIngestConfiguration(
|
|
|
1059
1063
|
@builtins.property
|
|
1060
1064
|
@jsii.member(jsii_name="attrParticipantId")
|
|
1061
1065
|
def attr_participant_id(self) -> builtins.str:
|
|
1062
|
-
'''
|
|
1066
|
+
'''ID of the participant within the stage.
|
|
1067
|
+
|
|
1068
|
+
For example: ``abCDEf12GHIj``
|
|
1063
1069
|
|
|
1064
1070
|
:cloudformationAttribute: ParticipantId
|
|
1065
1071
|
'''
|
|
@@ -1068,7 +1074,9 @@ class CfnIngestConfiguration(
|
|
|
1068
1074
|
@builtins.property
|
|
1069
1075
|
@jsii.member(jsii_name="attrState")
|
|
1070
1076
|
def attr_state(self) -> builtins.str:
|
|
1071
|
-
'''State of
|
|
1077
|
+
'''State of the ingest configuration.
|
|
1078
|
+
|
|
1079
|
+
It is ``ACTIVE`` if a publisher currently is publishing to the stage associated with the ingest configuration. Valid values: ``ACTIVE`` | ``INACTIVE`` .
|
|
1072
1080
|
|
|
1073
1081
|
:cloudformationAttribute: State
|
|
1074
1082
|
'''
|
|
@@ -1077,7 +1085,9 @@ class CfnIngestConfiguration(
|
|
|
1077
1085
|
@builtins.property
|
|
1078
1086
|
@jsii.member(jsii_name="attrStreamKey")
|
|
1079
1087
|
def attr_stream_key(self) -> builtins.str:
|
|
1080
|
-
'''
|
|
1088
|
+
'''Ingest-key value for the RTMP(S) protocol.
|
|
1089
|
+
|
|
1090
|
+
For example: ``skSKABCDefgh``
|
|
1081
1091
|
|
|
1082
1092
|
:cloudformationAttribute: StreamKey
|
|
1083
1093
|
'''
|
|
@@ -1097,7 +1107,7 @@ class CfnIngestConfiguration(
|
|
|
1097
1107
|
@builtins.property
|
|
1098
1108
|
@jsii.member(jsii_name="ingestProtocol")
|
|
1099
1109
|
def ingest_protocol(self) -> typing.Optional[builtins.str]:
|
|
1100
|
-
'''
|
|
1110
|
+
'''Type of ingest protocol that the user employs for broadcasting.'''
|
|
1101
1111
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ingestProtocol"))
|
|
1102
1112
|
|
|
1103
1113
|
@ingest_protocol.setter
|
|
@@ -1112,7 +1122,7 @@ class CfnIngestConfiguration(
|
|
|
1112
1122
|
def insecure_ingest(
|
|
1113
1123
|
self,
|
|
1114
1124
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
1115
|
-
'''Whether
|
|
1125
|
+
'''Whether the channel allows insecure RTMP ingest.'''
|
|
1116
1126
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "insecureIngest"))
|
|
1117
1127
|
|
|
1118
1128
|
@insecure_ingest.setter
|
|
@@ -1128,7 +1138,7 @@ class CfnIngestConfiguration(
|
|
|
1128
1138
|
@builtins.property
|
|
1129
1139
|
@jsii.member(jsii_name="name")
|
|
1130
1140
|
def name(self) -> typing.Optional[builtins.str]:
|
|
1131
|
-
'''
|
|
1141
|
+
'''Ingest name.'''
|
|
1132
1142
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
|
|
1133
1143
|
|
|
1134
1144
|
@name.setter
|
|
@@ -1141,7 +1151,7 @@ class CfnIngestConfiguration(
|
|
|
1141
1151
|
@builtins.property
|
|
1142
1152
|
@jsii.member(jsii_name="stageArn")
|
|
1143
1153
|
def stage_arn(self) -> typing.Optional[builtins.str]:
|
|
1144
|
-
'''
|
|
1154
|
+
'''ARN of the stage with which the IngestConfiguration is associated.'''
|
|
1145
1155
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "stageArn"))
|
|
1146
1156
|
|
|
1147
1157
|
@stage_arn.setter
|
|
@@ -1154,7 +1164,7 @@ class CfnIngestConfiguration(
|
|
|
1154
1164
|
@builtins.property
|
|
1155
1165
|
@jsii.member(jsii_name="tags")
|
|
1156
1166
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1157
|
-
'''
|
|
1167
|
+
'''An array of key-value pairs to apply to this resource.'''
|
|
1158
1168
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
|
|
1159
1169
|
|
|
1160
1170
|
@tags.setter
|
|
@@ -1167,7 +1177,7 @@ class CfnIngestConfiguration(
|
|
|
1167
1177
|
@builtins.property
|
|
1168
1178
|
@jsii.member(jsii_name="userId")
|
|
1169
1179
|
def user_id(self) -> typing.Optional[builtins.str]:
|
|
1170
|
-
'''
|
|
1180
|
+
'''Customer-assigned name to help identify the participant using the IngestConfiguration;'''
|
|
1171
1181
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "userId"))
|
|
1172
1182
|
|
|
1173
1183
|
@user_id.setter
|
|
@@ -1203,12 +1213,12 @@ class CfnIngestConfigurationProps:
|
|
|
1203
1213
|
) -> None:
|
|
1204
1214
|
'''Properties for defining a ``CfnIngestConfiguration``.
|
|
1205
1215
|
|
|
1206
|
-
:param ingest_protocol:
|
|
1207
|
-
:param insecure_ingest: Whether
|
|
1208
|
-
:param name:
|
|
1209
|
-
:param stage_arn:
|
|
1210
|
-
:param tags:
|
|
1211
|
-
:param user_id:
|
|
1216
|
+
:param ingest_protocol: Type of ingest protocol that the user employs for broadcasting. Default: - "RTMPS"
|
|
1217
|
+
:param insecure_ingest: Whether the channel allows insecure RTMP ingest. Default: ``false`` . Default: - false
|
|
1218
|
+
:param name: Ingest name. Default: - "-"
|
|
1219
|
+
:param stage_arn: ARN of the stage with which the IngestConfiguration is associated. Default: - ""
|
|
1220
|
+
:param tags: An array of key-value pairs to apply to this resource.
|
|
1221
|
+
:param user_id: Customer-assigned name to help identify the participant using the IngestConfiguration; this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. *This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.*
|
|
1212
1222
|
|
|
1213
1223
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-ingestconfiguration.html
|
|
1214
1224
|
:exampleMetadata: fixture=_generated
|
|
@@ -1255,7 +1265,7 @@ class CfnIngestConfigurationProps:
|
|
|
1255
1265
|
|
|
1256
1266
|
@builtins.property
|
|
1257
1267
|
def ingest_protocol(self) -> typing.Optional[builtins.str]:
|
|
1258
|
-
'''
|
|
1268
|
+
'''Type of ingest protocol that the user employs for broadcasting.
|
|
1259
1269
|
|
|
1260
1270
|
:default: - "RTMPS"
|
|
1261
1271
|
|
|
@@ -1268,7 +1278,9 @@ class CfnIngestConfigurationProps:
|
|
|
1268
1278
|
def insecure_ingest(
|
|
1269
1279
|
self,
|
|
1270
1280
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
1271
|
-
'''Whether
|
|
1281
|
+
'''Whether the channel allows insecure RTMP ingest.
|
|
1282
|
+
|
|
1283
|
+
Default: ``false`` .
|
|
1272
1284
|
|
|
1273
1285
|
:default: - false
|
|
1274
1286
|
|
|
@@ -1279,7 +1291,7 @@ class CfnIngestConfigurationProps:
|
|
|
1279
1291
|
|
|
1280
1292
|
@builtins.property
|
|
1281
1293
|
def name(self) -> typing.Optional[builtins.str]:
|
|
1282
|
-
'''
|
|
1294
|
+
'''Ingest name.
|
|
1283
1295
|
|
|
1284
1296
|
:default: - "-"
|
|
1285
1297
|
|
|
@@ -1290,9 +1302,7 @@ class CfnIngestConfigurationProps:
|
|
|
1290
1302
|
|
|
1291
1303
|
@builtins.property
|
|
1292
1304
|
def stage_arn(self) -> typing.Optional[builtins.str]:
|
|
1293
|
-
'''
|
|
1294
|
-
|
|
1295
|
-
A value other than an empty string indicates that stage is linked to IngestConfiguration. Default: "" (recording is disabled).
|
|
1305
|
+
'''ARN of the stage with which the IngestConfiguration is associated.
|
|
1296
1306
|
|
|
1297
1307
|
:default: - ""
|
|
1298
1308
|
|
|
@@ -1303,7 +1313,7 @@ class CfnIngestConfigurationProps:
|
|
|
1303
1313
|
|
|
1304
1314
|
@builtins.property
|
|
1305
1315
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
1306
|
-
'''
|
|
1316
|
+
'''An array of key-value pairs to apply to this resource.
|
|
1307
1317
|
|
|
1308
1318
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-ingestconfiguration.html#cfn-ivs-ingestconfiguration-tags
|
|
1309
1319
|
'''
|
|
@@ -1312,7 +1322,9 @@ class CfnIngestConfigurationProps:
|
|
|
1312
1322
|
|
|
1313
1323
|
@builtins.property
|
|
1314
1324
|
def user_id(self) -> typing.Optional[builtins.str]:
|
|
1315
|
-
'''
|
|
1325
|
+
'''Customer-assigned name to help identify the participant using the IngestConfiguration;
|
|
1326
|
+
|
|
1327
|
+
this can be used to link a participant to a user in the customer’s own systems. This can be any UTF-8 encoded text. *This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.*
|
|
1316
1328
|
|
|
1317
1329
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-ingestconfiguration.html#cfn-ivs-ingestconfiguration-userid
|
|
1318
1330
|
'''
|
aws_cdk/aws_kendra/__init__.py
CHANGED
|
@@ -9677,6 +9677,10 @@ class CfnIndex(
|
|
|
9677
9677
|
) -> None:
|
|
9678
9678
|
'''Provides the configuration information for a token.
|
|
9679
9679
|
|
|
9680
|
+
.. epigraph::
|
|
9681
|
+
|
|
9682
|
+
If you're using an Amazon Kendra Gen AI Enterprise Edition index and you try to use ``UserTokenConfigurations`` to configure user context policy, Amazon Kendra returns a ``ValidationException`` error.
|
|
9683
|
+
|
|
9680
9684
|
:param json_token_type_configuration: Information about the JSON token type configuration.
|
|
9681
9685
|
:param jwt_token_type_configuration: Information about the JWT token type configuration.
|
|
9682
9686
|
|
|
@@ -4108,7 +4108,8 @@ class CfnResource(
|
|
|
4108
4108
|
@builtins.property
|
|
4109
4109
|
@jsii.member(jsii_name="attrId")
|
|
4110
4110
|
def attr_id(self) -> builtins.str:
|
|
4111
|
-
'''
|
|
4111
|
+
'''An identifier for the catalog resource.
|
|
4112
|
+
|
|
4112
4113
|
:cloudformationAttribute: Id
|
|
4113
4114
|
'''
|
|
4114
4115
|
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|