aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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.
- aws_cdk/__init__.py +19 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +185 -87
- aws_cdk/aws_apigateway/__init__.py +242 -0
- aws_cdk/aws_apigatewayv2/__init__.py +58 -0
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appstream/__init__.py +87 -0
- aws_cdk/aws_appsync/__init__.py +58 -0
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +58 -0
- aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +501 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +29 -0
- aws_cdk/aws_cloudfront/__init__.py +57 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +454 -74
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +34 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +93 -33
- aws_cdk/aws_dms/__init__.py +61 -5
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +58 -0
- aws_cdk/aws_ec2/__init__.py +4598 -22
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +2768 -79
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +163 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +435 -0
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_greengrassv2/__init__.py +29 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +493 -0
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +58 -0
- aws_cdk/aws_lambda/__init__.py +58 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +435 -0
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_omics/__init__.py +174 -0
- aws_cdk/aws_opensearchserverless/__init__.py +58 -0
- aws_cdk/aws_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +38 -0
- aws_cdk/aws_rds/__init__.py +97 -14
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53/__init__.py +8 -2
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +107 -86
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +319 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +261 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +29 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_bedrock/__init__.py
CHANGED
|
@@ -1658,6 +1658,16 @@ class CfnDataAutomationProjectProps:
|
|
|
1658
1658
|
state="state",
|
|
1659
1659
|
|
|
1660
1660
|
# the properties below are optional
|
|
1661
|
+
type_configuration=bedrock.CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty(
|
|
1662
|
+
transcript=bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty(
|
|
1663
|
+
channel_labeling=bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
1664
|
+
state="state"
|
|
1665
|
+
),
|
|
1666
|
+
speaker_labeling=bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
1667
|
+
state="state"
|
|
1668
|
+
)
|
|
1669
|
+
)
|
|
1670
|
+
),
|
|
1661
1671
|
types=["types"]
|
|
1662
1672
|
)
|
|
1663
1673
|
),
|
|
@@ -4808,6 +4818,12 @@ class FoundationModelIdentifier(
|
|
|
4808
4818
|
'''Base model "anthropic.claude-sonnet-4-20250514-v1:0".'''
|
|
4809
4819
|
return typing.cast("FoundationModelIdentifier", jsii.sget(cls, "ANTHROPIC_CLAUDE_SONNET_4_20250514_V1_0"))
|
|
4810
4820
|
|
|
4821
|
+
@jsii.python.classproperty
|
|
4822
|
+
@jsii.member(jsii_name="ANTHROPIC_CLAUDE_SONNET_4_5_20250929_V1_0")
|
|
4823
|
+
def ANTHROPIC_CLAUDE_SONNET_4_5_20250929_V1_0(cls) -> "FoundationModelIdentifier":
|
|
4824
|
+
'''Base model "anthropic.claude-sonnet-4-5-20250929-v1:0".'''
|
|
4825
|
+
return typing.cast("FoundationModelIdentifier", jsii.sget(cls, "ANTHROPIC_CLAUDE_SONNET_4_5_20250929_V1_0"))
|
|
4826
|
+
|
|
4811
4827
|
@jsii.python.classproperty
|
|
4812
4828
|
@jsii.member(jsii_name="ANTHROPIC_CLAUDE_V1")
|
|
4813
4829
|
def ANTHROPIC_CLAUDE_V1(cls) -> "FoundationModelIdentifier":
|
|
@@ -6660,6 +6676,48 @@ class CfnAgent(
|
|
|
6660
6676
|
|
|
6661
6677
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6662
6678
|
|
|
6679
|
+
@jsii.member(jsii_name="fromAgentArn")
|
|
6680
|
+
@builtins.classmethod
|
|
6681
|
+
def from_agent_arn(
|
|
6682
|
+
cls,
|
|
6683
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6684
|
+
id: builtins.str,
|
|
6685
|
+
arn: builtins.str,
|
|
6686
|
+
) -> IAgentRef:
|
|
6687
|
+
'''Creates a new IAgentRef from an ARN.
|
|
6688
|
+
|
|
6689
|
+
:param scope: -
|
|
6690
|
+
:param id: -
|
|
6691
|
+
:param arn: -
|
|
6692
|
+
'''
|
|
6693
|
+
if __debug__:
|
|
6694
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a50c386b00c38807392130c7c2e5f13011cfa631c2e224873413c4088fe704e9)
|
|
6695
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6696
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6697
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6698
|
+
return typing.cast(IAgentRef, jsii.sinvoke(cls, "fromAgentArn", [scope, id, arn]))
|
|
6699
|
+
|
|
6700
|
+
@jsii.member(jsii_name="fromAgentId")
|
|
6701
|
+
@builtins.classmethod
|
|
6702
|
+
def from_agent_id(
|
|
6703
|
+
cls,
|
|
6704
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6705
|
+
id: builtins.str,
|
|
6706
|
+
agent_id: builtins.str,
|
|
6707
|
+
) -> IAgentRef:
|
|
6708
|
+
'''Creates a new IAgentRef from a agentId.
|
|
6709
|
+
|
|
6710
|
+
:param scope: -
|
|
6711
|
+
:param id: -
|
|
6712
|
+
:param agent_id: -
|
|
6713
|
+
'''
|
|
6714
|
+
if __debug__:
|
|
6715
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8832a4127ba371cbf4e8480b4a27e2ec86907eaf703ccd4380023bcad71ad0c9)
|
|
6716
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6717
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6718
|
+
check_type(argname="argument agent_id", value=agent_id, expected_type=type_hints["agent_id"])
|
|
6719
|
+
return typing.cast(IAgentRef, jsii.sinvoke(cls, "fromAgentId", [scope, id, agent_id]))
|
|
6720
|
+
|
|
6663
6721
|
@jsii.member(jsii_name="inspect")
|
|
6664
6722
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6665
6723
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8941,6 +8999,27 @@ class CfnAgentAlias(
|
|
|
8941
8999
|
|
|
8942
9000
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8943
9001
|
|
|
9002
|
+
@jsii.member(jsii_name="fromAgentAliasArn")
|
|
9003
|
+
@builtins.classmethod
|
|
9004
|
+
def from_agent_alias_arn(
|
|
9005
|
+
cls,
|
|
9006
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9007
|
+
id: builtins.str,
|
|
9008
|
+
arn: builtins.str,
|
|
9009
|
+
) -> IAgentAliasRef:
|
|
9010
|
+
'''Creates a new IAgentAliasRef from an ARN.
|
|
9011
|
+
|
|
9012
|
+
:param scope: -
|
|
9013
|
+
:param id: -
|
|
9014
|
+
:param arn: -
|
|
9015
|
+
'''
|
|
9016
|
+
if __debug__:
|
|
9017
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e6591016d37503aa9857cba22986f12d7e87f0fbb1f7f3ab93e7b00dce6b951b)
|
|
9018
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9019
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9020
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9021
|
+
return typing.cast(IAgentAliasRef, jsii.sinvoke(cls, "fromAgentAliasArn", [scope, id, arn]))
|
|
9022
|
+
|
|
8944
9023
|
@jsii.member(jsii_name="inspect")
|
|
8945
9024
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8946
9025
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -10894,6 +10973,16 @@ class CfnDataAutomationProject(
|
|
|
10894
10973
|
state="state",
|
|
10895
10974
|
|
|
10896
10975
|
# the properties below are optional
|
|
10976
|
+
type_configuration=bedrock.CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty(
|
|
10977
|
+
transcript=bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty(
|
|
10978
|
+
channel_labeling=bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
10979
|
+
state="state"
|
|
10980
|
+
),
|
|
10981
|
+
speaker_labeling=bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
10982
|
+
state="state"
|
|
10983
|
+
)
|
|
10984
|
+
)
|
|
10985
|
+
),
|
|
10897
10986
|
types=["types"]
|
|
10898
10987
|
)
|
|
10899
10988
|
),
|
|
@@ -11233,18 +11322,24 @@ class CfnDataAutomationProject(
|
|
|
11233
11322
|
@jsii.data_type(
|
|
11234
11323
|
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.AudioExtractionCategoryProperty",
|
|
11235
11324
|
jsii_struct_bases=[],
|
|
11236
|
-
name_mapping={
|
|
11325
|
+
name_mapping={
|
|
11326
|
+
"state": "state",
|
|
11327
|
+
"type_configuration": "typeConfiguration",
|
|
11328
|
+
"types": "types",
|
|
11329
|
+
},
|
|
11237
11330
|
)
|
|
11238
11331
|
class AudioExtractionCategoryProperty:
|
|
11239
11332
|
def __init__(
|
|
11240
11333
|
self,
|
|
11241
11334
|
*,
|
|
11242
11335
|
state: builtins.str,
|
|
11336
|
+
type_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11243
11337
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
11244
11338
|
) -> None:
|
|
11245
11339
|
'''Settings for generating data from audio.
|
|
11246
11340
|
|
|
11247
11341
|
:param state: Whether generating categorical data from audio is enabled.
|
|
11342
|
+
:param type_configuration:
|
|
11248
11343
|
:param types: The types of data to generate.
|
|
11249
11344
|
|
|
11250
11345
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audioextractioncategory.html
|
|
@@ -11260,16 +11355,29 @@ class CfnDataAutomationProject(
|
|
|
11260
11355
|
state="state",
|
|
11261
11356
|
|
|
11262
11357
|
# the properties below are optional
|
|
11358
|
+
type_configuration=bedrock.CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty(
|
|
11359
|
+
transcript=bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty(
|
|
11360
|
+
channel_labeling=bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
11361
|
+
state="state"
|
|
11362
|
+
),
|
|
11363
|
+
speaker_labeling=bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
11364
|
+
state="state"
|
|
11365
|
+
)
|
|
11366
|
+
)
|
|
11367
|
+
),
|
|
11263
11368
|
types=["types"]
|
|
11264
11369
|
)
|
|
11265
11370
|
'''
|
|
11266
11371
|
if __debug__:
|
|
11267
11372
|
type_hints = typing.get_type_hints(_typecheckingstub__17b4067ba061b31b33f6982f8b1ce49b15211698a89239a94ac83de6e9a86fd0)
|
|
11268
11373
|
check_type(argname="argument state", value=state, expected_type=type_hints["state"])
|
|
11374
|
+
check_type(argname="argument type_configuration", value=type_configuration, expected_type=type_hints["type_configuration"])
|
|
11269
11375
|
check_type(argname="argument types", value=types, expected_type=type_hints["types"])
|
|
11270
11376
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
11271
11377
|
"state": state,
|
|
11272
11378
|
}
|
|
11379
|
+
if type_configuration is not None:
|
|
11380
|
+
self._values["type_configuration"] = type_configuration
|
|
11273
11381
|
if types is not None:
|
|
11274
11382
|
self._values["types"] = types
|
|
11275
11383
|
|
|
@@ -11283,6 +11391,16 @@ class CfnDataAutomationProject(
|
|
|
11283
11391
|
assert result is not None, "Required property 'state' is missing"
|
|
11284
11392
|
return typing.cast(builtins.str, result)
|
|
11285
11393
|
|
|
11394
|
+
@builtins.property
|
|
11395
|
+
def type_configuration(
|
|
11396
|
+
self,
|
|
11397
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty"]]:
|
|
11398
|
+
'''
|
|
11399
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audioextractioncategory.html#cfn-bedrock-dataautomationproject-audioextractioncategory-typeconfiguration
|
|
11400
|
+
'''
|
|
11401
|
+
result = self._values.get("type_configuration")
|
|
11402
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty"]], result)
|
|
11403
|
+
|
|
11286
11404
|
@builtins.property
|
|
11287
11405
|
def types(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
11288
11406
|
'''The types of data to generate.
|
|
@@ -11303,6 +11421,68 @@ class CfnDataAutomationProject(
|
|
|
11303
11421
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
11304
11422
|
)
|
|
11305
11423
|
|
|
11424
|
+
@jsii.data_type(
|
|
11425
|
+
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty",
|
|
11426
|
+
jsii_struct_bases=[],
|
|
11427
|
+
name_mapping={"transcript": "transcript"},
|
|
11428
|
+
)
|
|
11429
|
+
class AudioExtractionCategoryTypeConfigurationProperty:
|
|
11430
|
+
def __init__(
|
|
11431
|
+
self,
|
|
11432
|
+
*,
|
|
11433
|
+
transcript: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.TranscriptConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
11434
|
+
) -> None:
|
|
11435
|
+
'''
|
|
11436
|
+
:param transcript:
|
|
11437
|
+
|
|
11438
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audioextractioncategorytypeconfiguration.html
|
|
11439
|
+
:exampleMetadata: fixture=_generated
|
|
11440
|
+
|
|
11441
|
+
Example::
|
|
11442
|
+
|
|
11443
|
+
# The code below shows an example of how to instantiate this type.
|
|
11444
|
+
# The values are placeholders you should change.
|
|
11445
|
+
from aws_cdk import aws_bedrock as bedrock
|
|
11446
|
+
|
|
11447
|
+
audio_extraction_category_type_configuration_property = bedrock.CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty(
|
|
11448
|
+
transcript=bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty(
|
|
11449
|
+
channel_labeling=bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
11450
|
+
state="state"
|
|
11451
|
+
),
|
|
11452
|
+
speaker_labeling=bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
11453
|
+
state="state"
|
|
11454
|
+
)
|
|
11455
|
+
)
|
|
11456
|
+
)
|
|
11457
|
+
'''
|
|
11458
|
+
if __debug__:
|
|
11459
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8259388fe308ef50a8381c8a690422dc9a617fc5ee0ec19395a6049b94fc76bc)
|
|
11460
|
+
check_type(argname="argument transcript", value=transcript, expected_type=type_hints["transcript"])
|
|
11461
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
11462
|
+
if transcript is not None:
|
|
11463
|
+
self._values["transcript"] = transcript
|
|
11464
|
+
|
|
11465
|
+
@builtins.property
|
|
11466
|
+
def transcript(
|
|
11467
|
+
self,
|
|
11468
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.TranscriptConfigurationProperty"]]:
|
|
11469
|
+
'''
|
|
11470
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-audioextractioncategorytypeconfiguration.html#cfn-bedrock-dataautomationproject-audioextractioncategorytypeconfiguration-transcript
|
|
11471
|
+
'''
|
|
11472
|
+
result = self._values.get("transcript")
|
|
11473
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.TranscriptConfigurationProperty"]], result)
|
|
11474
|
+
|
|
11475
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
11476
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
11477
|
+
|
|
11478
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
11479
|
+
return not (rhs == self)
|
|
11480
|
+
|
|
11481
|
+
def __repr__(self) -> str:
|
|
11482
|
+
return "AudioExtractionCategoryTypeConfigurationProperty(%s)" % ", ".join(
|
|
11483
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
11484
|
+
)
|
|
11485
|
+
|
|
11306
11486
|
@jsii.data_type(
|
|
11307
11487
|
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.AudioOverrideConfigurationProperty",
|
|
11308
11488
|
jsii_struct_bases=[],
|
|
@@ -11393,6 +11573,16 @@ class CfnDataAutomationProject(
|
|
|
11393
11573
|
state="state",
|
|
11394
11574
|
|
|
11395
11575
|
# the properties below are optional
|
|
11576
|
+
type_configuration=bedrock.CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty(
|
|
11577
|
+
transcript=bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty(
|
|
11578
|
+
channel_labeling=bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
11579
|
+
state="state"
|
|
11580
|
+
),
|
|
11581
|
+
speaker_labeling=bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
11582
|
+
state="state"
|
|
11583
|
+
)
|
|
11584
|
+
)
|
|
11585
|
+
),
|
|
11396
11586
|
types=["types"]
|
|
11397
11587
|
)
|
|
11398
11588
|
)
|
|
@@ -11535,6 +11725,16 @@ class CfnDataAutomationProject(
|
|
|
11535
11725
|
state="state",
|
|
11536
11726
|
|
|
11537
11727
|
# the properties below are optional
|
|
11728
|
+
type_configuration=bedrock.CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty(
|
|
11729
|
+
transcript=bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty(
|
|
11730
|
+
channel_labeling=bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
11731
|
+
state="state"
|
|
11732
|
+
),
|
|
11733
|
+
speaker_labeling=bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
11734
|
+
state="state"
|
|
11735
|
+
)
|
|
11736
|
+
)
|
|
11737
|
+
),
|
|
11538
11738
|
types=["types"]
|
|
11539
11739
|
)
|
|
11540
11740
|
),
|
|
@@ -11681,6 +11881,56 @@ class CfnDataAutomationProject(
|
|
|
11681
11881
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
11682
11882
|
)
|
|
11683
11883
|
|
|
11884
|
+
@jsii.data_type(
|
|
11885
|
+
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty",
|
|
11886
|
+
jsii_struct_bases=[],
|
|
11887
|
+
name_mapping={"state": "state"},
|
|
11888
|
+
)
|
|
11889
|
+
class ChannelLabelingConfigurationProperty:
|
|
11890
|
+
def __init__(self, *, state: builtins.str) -> None:
|
|
11891
|
+
'''
|
|
11892
|
+
:param state:
|
|
11893
|
+
|
|
11894
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-channellabelingconfiguration.html
|
|
11895
|
+
:exampleMetadata: fixture=_generated
|
|
11896
|
+
|
|
11897
|
+
Example::
|
|
11898
|
+
|
|
11899
|
+
# The code below shows an example of how to instantiate this type.
|
|
11900
|
+
# The values are placeholders you should change.
|
|
11901
|
+
from aws_cdk import aws_bedrock as bedrock
|
|
11902
|
+
|
|
11903
|
+
channel_labeling_configuration_property = bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
11904
|
+
state="state"
|
|
11905
|
+
)
|
|
11906
|
+
'''
|
|
11907
|
+
if __debug__:
|
|
11908
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7ab1d892e7ed4872447a0903e83dac79c4c5e818a7f8c79fc389710519cc6ac8)
|
|
11909
|
+
check_type(argname="argument state", value=state, expected_type=type_hints["state"])
|
|
11910
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
11911
|
+
"state": state,
|
|
11912
|
+
}
|
|
11913
|
+
|
|
11914
|
+
@builtins.property
|
|
11915
|
+
def state(self) -> builtins.str:
|
|
11916
|
+
'''
|
|
11917
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-channellabelingconfiguration.html#cfn-bedrock-dataautomationproject-channellabelingconfiguration-state
|
|
11918
|
+
'''
|
|
11919
|
+
result = self._values.get("state")
|
|
11920
|
+
assert result is not None, "Required property 'state' is missing"
|
|
11921
|
+
return typing.cast(builtins.str, result)
|
|
11922
|
+
|
|
11923
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
11924
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
11925
|
+
|
|
11926
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
11927
|
+
return not (rhs == self)
|
|
11928
|
+
|
|
11929
|
+
def __repr__(self) -> str:
|
|
11930
|
+
return "ChannelLabelingConfigurationProperty(%s)" % ", ".join(
|
|
11931
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
11932
|
+
)
|
|
11933
|
+
|
|
11684
11934
|
@jsii.data_type(
|
|
11685
11935
|
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.CustomOutputConfigurationProperty",
|
|
11686
11936
|
jsii_struct_bases=[],
|
|
@@ -13108,6 +13358,56 @@ class CfnDataAutomationProject(
|
|
|
13108
13358
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
13109
13359
|
)
|
|
13110
13360
|
|
|
13361
|
+
@jsii.data_type(
|
|
13362
|
+
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty",
|
|
13363
|
+
jsii_struct_bases=[],
|
|
13364
|
+
name_mapping={"state": "state"},
|
|
13365
|
+
)
|
|
13366
|
+
class SpeakerLabelingConfigurationProperty:
|
|
13367
|
+
def __init__(self, *, state: builtins.str) -> None:
|
|
13368
|
+
'''
|
|
13369
|
+
:param state:
|
|
13370
|
+
|
|
13371
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-speakerlabelingconfiguration.html
|
|
13372
|
+
:exampleMetadata: fixture=_generated
|
|
13373
|
+
|
|
13374
|
+
Example::
|
|
13375
|
+
|
|
13376
|
+
# The code below shows an example of how to instantiate this type.
|
|
13377
|
+
# The values are placeholders you should change.
|
|
13378
|
+
from aws_cdk import aws_bedrock as bedrock
|
|
13379
|
+
|
|
13380
|
+
speaker_labeling_configuration_property = bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
13381
|
+
state="state"
|
|
13382
|
+
)
|
|
13383
|
+
'''
|
|
13384
|
+
if __debug__:
|
|
13385
|
+
type_hints = typing.get_type_hints(_typecheckingstub__725244e9aa37705dc01f5ef13c43668850d124b3c4788e4cf95166bc4ec818cf)
|
|
13386
|
+
check_type(argname="argument state", value=state, expected_type=type_hints["state"])
|
|
13387
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
13388
|
+
"state": state,
|
|
13389
|
+
}
|
|
13390
|
+
|
|
13391
|
+
@builtins.property
|
|
13392
|
+
def state(self) -> builtins.str:
|
|
13393
|
+
'''
|
|
13394
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-speakerlabelingconfiguration.html#cfn-bedrock-dataautomationproject-speakerlabelingconfiguration-state
|
|
13395
|
+
'''
|
|
13396
|
+
result = self._values.get("state")
|
|
13397
|
+
assert result is not None, "Required property 'state' is missing"
|
|
13398
|
+
return typing.cast(builtins.str, result)
|
|
13399
|
+
|
|
13400
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
13401
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
13402
|
+
|
|
13403
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
13404
|
+
return not (rhs == self)
|
|
13405
|
+
|
|
13406
|
+
def __repr__(self) -> str:
|
|
13407
|
+
return "SpeakerLabelingConfigurationProperty(%s)" % ", ".join(
|
|
13408
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
13409
|
+
)
|
|
13410
|
+
|
|
13111
13411
|
@jsii.data_type(
|
|
13112
13412
|
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.SplitterConfigurationProperty",
|
|
13113
13413
|
jsii_struct_bases=[],
|
|
@@ -13203,6 +13503,16 @@ class CfnDataAutomationProject(
|
|
|
13203
13503
|
state="state",
|
|
13204
13504
|
|
|
13205
13505
|
# the properties below are optional
|
|
13506
|
+
type_configuration=bedrock.CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty(
|
|
13507
|
+
transcript=bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty(
|
|
13508
|
+
channel_labeling=bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
13509
|
+
state="state"
|
|
13510
|
+
),
|
|
13511
|
+
speaker_labeling=bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
13512
|
+
state="state"
|
|
13513
|
+
)
|
|
13514
|
+
)
|
|
13515
|
+
),
|
|
13206
13516
|
types=["types"]
|
|
13207
13517
|
)
|
|
13208
13518
|
),
|
|
@@ -13345,6 +13655,84 @@ class CfnDataAutomationProject(
|
|
|
13345
13655
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
13346
13656
|
)
|
|
13347
13657
|
|
|
13658
|
+
@jsii.data_type(
|
|
13659
|
+
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty",
|
|
13660
|
+
jsii_struct_bases=[],
|
|
13661
|
+
name_mapping={
|
|
13662
|
+
"channel_labeling": "channelLabeling",
|
|
13663
|
+
"speaker_labeling": "speakerLabeling",
|
|
13664
|
+
},
|
|
13665
|
+
)
|
|
13666
|
+
class TranscriptConfigurationProperty:
|
|
13667
|
+
def __init__(
|
|
13668
|
+
self,
|
|
13669
|
+
*,
|
|
13670
|
+
channel_labeling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.ChannelLabelingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13671
|
+
speaker_labeling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataAutomationProject.SpeakerLabelingConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13672
|
+
) -> None:
|
|
13673
|
+
'''
|
|
13674
|
+
:param channel_labeling:
|
|
13675
|
+
:param speaker_labeling:
|
|
13676
|
+
|
|
13677
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-transcriptconfiguration.html
|
|
13678
|
+
:exampleMetadata: fixture=_generated
|
|
13679
|
+
|
|
13680
|
+
Example::
|
|
13681
|
+
|
|
13682
|
+
# The code below shows an example of how to instantiate this type.
|
|
13683
|
+
# The values are placeholders you should change.
|
|
13684
|
+
from aws_cdk import aws_bedrock as bedrock
|
|
13685
|
+
|
|
13686
|
+
transcript_configuration_property = bedrock.CfnDataAutomationProject.TranscriptConfigurationProperty(
|
|
13687
|
+
channel_labeling=bedrock.CfnDataAutomationProject.ChannelLabelingConfigurationProperty(
|
|
13688
|
+
state="state"
|
|
13689
|
+
),
|
|
13690
|
+
speaker_labeling=bedrock.CfnDataAutomationProject.SpeakerLabelingConfigurationProperty(
|
|
13691
|
+
state="state"
|
|
13692
|
+
)
|
|
13693
|
+
)
|
|
13694
|
+
'''
|
|
13695
|
+
if __debug__:
|
|
13696
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f07f4b0c00b57db46daaddf10a2a13658595b6b33385465d29dac371457691d4)
|
|
13697
|
+
check_type(argname="argument channel_labeling", value=channel_labeling, expected_type=type_hints["channel_labeling"])
|
|
13698
|
+
check_type(argname="argument speaker_labeling", value=speaker_labeling, expected_type=type_hints["speaker_labeling"])
|
|
13699
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
13700
|
+
if channel_labeling is not None:
|
|
13701
|
+
self._values["channel_labeling"] = channel_labeling
|
|
13702
|
+
if speaker_labeling is not None:
|
|
13703
|
+
self._values["speaker_labeling"] = speaker_labeling
|
|
13704
|
+
|
|
13705
|
+
@builtins.property
|
|
13706
|
+
def channel_labeling(
|
|
13707
|
+
self,
|
|
13708
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.ChannelLabelingConfigurationProperty"]]:
|
|
13709
|
+
'''
|
|
13710
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-transcriptconfiguration.html#cfn-bedrock-dataautomationproject-transcriptconfiguration-channellabeling
|
|
13711
|
+
'''
|
|
13712
|
+
result = self._values.get("channel_labeling")
|
|
13713
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.ChannelLabelingConfigurationProperty"]], result)
|
|
13714
|
+
|
|
13715
|
+
@builtins.property
|
|
13716
|
+
def speaker_labeling(
|
|
13717
|
+
self,
|
|
13718
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.SpeakerLabelingConfigurationProperty"]]:
|
|
13719
|
+
'''
|
|
13720
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-transcriptconfiguration.html#cfn-bedrock-dataautomationproject-transcriptconfiguration-speakerlabeling
|
|
13721
|
+
'''
|
|
13722
|
+
result = self._values.get("speaker_labeling")
|
|
13723
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataAutomationProject.SpeakerLabelingConfigurationProperty"]], result)
|
|
13724
|
+
|
|
13725
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
13726
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
13727
|
+
|
|
13728
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
13729
|
+
return not (rhs == self)
|
|
13730
|
+
|
|
13731
|
+
def __repr__(self) -> str:
|
|
13732
|
+
return "TranscriptConfigurationProperty(%s)" % ", ".join(
|
|
13733
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
13734
|
+
)
|
|
13735
|
+
|
|
13348
13736
|
@jsii.data_type(
|
|
13349
13737
|
jsii_type="aws-cdk-lib.aws_bedrock.CfnDataAutomationProject.VideoBoundingBoxProperty",
|
|
13350
13738
|
jsii_struct_bases=[],
|
|
@@ -31544,6 +31932,48 @@ class CfnKnowledgeBase(
|
|
|
31544
31932
|
|
|
31545
31933
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
31546
31934
|
|
|
31935
|
+
@jsii.member(jsii_name="fromKnowledgeBaseArn")
|
|
31936
|
+
@builtins.classmethod
|
|
31937
|
+
def from_knowledge_base_arn(
|
|
31938
|
+
cls,
|
|
31939
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
31940
|
+
id: builtins.str,
|
|
31941
|
+
arn: builtins.str,
|
|
31942
|
+
) -> IKnowledgeBaseRef:
|
|
31943
|
+
'''Creates a new IKnowledgeBaseRef from an ARN.
|
|
31944
|
+
|
|
31945
|
+
:param scope: -
|
|
31946
|
+
:param id: -
|
|
31947
|
+
:param arn: -
|
|
31948
|
+
'''
|
|
31949
|
+
if __debug__:
|
|
31950
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f98092724f410a99d7d4dcc3737acddeb21df146f3241ebee83d2d0383c11268)
|
|
31951
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
31952
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
31953
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
31954
|
+
return typing.cast(IKnowledgeBaseRef, jsii.sinvoke(cls, "fromKnowledgeBaseArn", [scope, id, arn]))
|
|
31955
|
+
|
|
31956
|
+
@jsii.member(jsii_name="fromKnowledgeBaseId")
|
|
31957
|
+
@builtins.classmethod
|
|
31958
|
+
def from_knowledge_base_id(
|
|
31959
|
+
cls,
|
|
31960
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
31961
|
+
id: builtins.str,
|
|
31962
|
+
knowledge_base_id: builtins.str,
|
|
31963
|
+
) -> IKnowledgeBaseRef:
|
|
31964
|
+
'''Creates a new IKnowledgeBaseRef from a knowledgeBaseId.
|
|
31965
|
+
|
|
31966
|
+
:param scope: -
|
|
31967
|
+
:param id: -
|
|
31968
|
+
:param knowledge_base_id: -
|
|
31969
|
+
'''
|
|
31970
|
+
if __debug__:
|
|
31971
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6e330de9640222ac7605e18bdc78b57c7813d7b535a850c1d84f6b0317c73430)
|
|
31972
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
31973
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
31974
|
+
check_type(argname="argument knowledge_base_id", value=knowledge_base_id, expected_type=type_hints["knowledge_base_id"])
|
|
31975
|
+
return typing.cast(IKnowledgeBaseRef, jsii.sinvoke(cls, "fromKnowledgeBaseId", [scope, id, knowledge_base_id]))
|
|
31976
|
+
|
|
31547
31977
|
@jsii.member(jsii_name="inspect")
|
|
31548
31978
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
31549
31979
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -40296,6 +40726,22 @@ def _typecheckingstub__facaad57ffe16da42f099d2b7997f3e6fd3b9eba46fd226d8fb5afe28
|
|
|
40296
40726
|
"""Type checking stubs"""
|
|
40297
40727
|
pass
|
|
40298
40728
|
|
|
40729
|
+
def _typecheckingstub__a50c386b00c38807392130c7c2e5f13011cfa631c2e224873413c4088fe704e9(
|
|
40730
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
40731
|
+
id: builtins.str,
|
|
40732
|
+
arn: builtins.str,
|
|
40733
|
+
) -> None:
|
|
40734
|
+
"""Type checking stubs"""
|
|
40735
|
+
pass
|
|
40736
|
+
|
|
40737
|
+
def _typecheckingstub__8832a4127ba371cbf4e8480b4a27e2ec86907eaf703ccd4380023bcad71ad0c9(
|
|
40738
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
40739
|
+
id: builtins.str,
|
|
40740
|
+
agent_id: builtins.str,
|
|
40741
|
+
) -> None:
|
|
40742
|
+
"""Type checking stubs"""
|
|
40743
|
+
pass
|
|
40744
|
+
|
|
40299
40745
|
def _typecheckingstub__c671dddc0216853bf62cdd51e6c2889b8dfe0d7819a455df2ad71c5b8d67daba(
|
|
40300
40746
|
inspector: _TreeInspector_488e0dd5,
|
|
40301
40747
|
) -> None:
|
|
@@ -40602,6 +41048,14 @@ def _typecheckingstub__9a8230a990c5fac91dc09e3de4211aa6f82fce95537f199a7987ca92f
|
|
|
40602
41048
|
"""Type checking stubs"""
|
|
40603
41049
|
pass
|
|
40604
41050
|
|
|
41051
|
+
def _typecheckingstub__e6591016d37503aa9857cba22986f12d7e87f0fbb1f7f3ab93e7b00dce6b951b(
|
|
41052
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
41053
|
+
id: builtins.str,
|
|
41054
|
+
arn: builtins.str,
|
|
41055
|
+
) -> None:
|
|
41056
|
+
"""Type checking stubs"""
|
|
41057
|
+
pass
|
|
41058
|
+
|
|
40605
41059
|
def _typecheckingstub__881be8885c059b078e3110beb1aed396db2ce3f0505bec32be8cedeba399356d(
|
|
40606
41060
|
inspector: _TreeInspector_488e0dd5,
|
|
40607
41061
|
) -> None:
|
|
@@ -40997,11 +41451,19 @@ def _typecheckingstub__c8adc93c3ad061e5a2be17a8fdad5d0761d30eeec1c7a815fcdef93e3
|
|
|
40997
41451
|
def _typecheckingstub__17b4067ba061b31b33f6982f8b1ce49b15211698a89239a94ac83de6e9a86fd0(
|
|
40998
41452
|
*,
|
|
40999
41453
|
state: builtins.str,
|
|
41454
|
+
type_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAutomationProject.AudioExtractionCategoryTypeConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41000
41455
|
types: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
41001
41456
|
) -> None:
|
|
41002
41457
|
"""Type checking stubs"""
|
|
41003
41458
|
pass
|
|
41004
41459
|
|
|
41460
|
+
def _typecheckingstub__8259388fe308ef50a8381c8a690422dc9a617fc5ee0ec19395a6049b94fc76bc(
|
|
41461
|
+
*,
|
|
41462
|
+
transcript: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAutomationProject.TranscriptConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41463
|
+
) -> None:
|
|
41464
|
+
"""Type checking stubs"""
|
|
41465
|
+
pass
|
|
41466
|
+
|
|
41005
41467
|
def _typecheckingstub__9fa0ddf34ba99d172292ec01a5b59e05e41939ae214f174146b2d694461955ce(
|
|
41006
41468
|
*,
|
|
41007
41469
|
modality_processing: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAutomationProject.ModalityProcessingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -41041,6 +41503,13 @@ def _typecheckingstub__b0aacb3579a06fb3e50ee6ecb37244fb2c3691447d7c0d5ce515e59f8
|
|
|
41041
41503
|
"""Type checking stubs"""
|
|
41042
41504
|
pass
|
|
41043
41505
|
|
|
41506
|
+
def _typecheckingstub__7ab1d892e7ed4872447a0903e83dac79c4c5e818a7f8c79fc389710519cc6ac8(
|
|
41507
|
+
*,
|
|
41508
|
+
state: builtins.str,
|
|
41509
|
+
) -> None:
|
|
41510
|
+
"""Type checking stubs"""
|
|
41511
|
+
pass
|
|
41512
|
+
|
|
41044
41513
|
def _typecheckingstub__f33831635897ccc78d6e5d7bff1bc5df55cf8effc38e61a7795979a6201be7c4(
|
|
41045
41514
|
*,
|
|
41046
41515
|
blueprints: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAutomationProject.BlueprintItemProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -41190,6 +41659,13 @@ def _typecheckingstub__400a92e228907b33f71ad10276a9ad472a21d517da3941d1621dda605
|
|
|
41190
41659
|
"""Type checking stubs"""
|
|
41191
41660
|
pass
|
|
41192
41661
|
|
|
41662
|
+
def _typecheckingstub__725244e9aa37705dc01f5ef13c43668850d124b3c4788e4cf95166bc4ec818cf(
|
|
41663
|
+
*,
|
|
41664
|
+
state: builtins.str,
|
|
41665
|
+
) -> None:
|
|
41666
|
+
"""Type checking stubs"""
|
|
41667
|
+
pass
|
|
41668
|
+
|
|
41193
41669
|
def _typecheckingstub__c7cc9940422898532f5a5c63c45d42dbf9d52852abdd7380d339b4a0b5631abd(
|
|
41194
41670
|
*,
|
|
41195
41671
|
state: typing.Optional[builtins.str] = None,
|
|
@@ -41207,6 +41683,14 @@ def _typecheckingstub__73065f098ecb2ad872a4a32fc68952239056e92bbe4974bed8c813d74
|
|
|
41207
41683
|
"""Type checking stubs"""
|
|
41208
41684
|
pass
|
|
41209
41685
|
|
|
41686
|
+
def _typecheckingstub__f07f4b0c00b57db46daaddf10a2a13658595b6b33385465d29dac371457691d4(
|
|
41687
|
+
*,
|
|
41688
|
+
channel_labeling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAutomationProject.ChannelLabelingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41689
|
+
speaker_labeling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDataAutomationProject.SpeakerLabelingConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
41690
|
+
) -> None:
|
|
41691
|
+
"""Type checking stubs"""
|
|
41692
|
+
pass
|
|
41693
|
+
|
|
41210
41694
|
def _typecheckingstub__6edaef4d6ad0693410640d9f6735dd17fecb6b8faa3f28bb8aa998b97dbd0b10(
|
|
41211
41695
|
*,
|
|
41212
41696
|
state: builtins.str,
|
|
@@ -42978,6 +43462,22 @@ def _typecheckingstub__6ef81b8dcbedbd76b5a39a6fd5a967ba49aa887b63aad45e2bc246c96
|
|
|
42978
43462
|
"""Type checking stubs"""
|
|
42979
43463
|
pass
|
|
42980
43464
|
|
|
43465
|
+
def _typecheckingstub__f98092724f410a99d7d4dcc3737acddeb21df146f3241ebee83d2d0383c11268(
|
|
43466
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
43467
|
+
id: builtins.str,
|
|
43468
|
+
arn: builtins.str,
|
|
43469
|
+
) -> None:
|
|
43470
|
+
"""Type checking stubs"""
|
|
43471
|
+
pass
|
|
43472
|
+
|
|
43473
|
+
def _typecheckingstub__6e330de9640222ac7605e18bdc78b57c7813d7b535a850c1d84f6b0317c73430(
|
|
43474
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
43475
|
+
id: builtins.str,
|
|
43476
|
+
knowledge_base_id: builtins.str,
|
|
43477
|
+
) -> None:
|
|
43478
|
+
"""Type checking stubs"""
|
|
43479
|
+
pass
|
|
43480
|
+
|
|
42981
43481
|
def _typecheckingstub__ff4bc276c76fa89d7e7e13dc3bbd6542bf9248bddf93da183855dfef109357e1(
|
|
42982
43482
|
inspector: _TreeInspector_488e0dd5,
|
|
42983
43483
|
) -> None:
|