aws-solutions-constructs.core 2.97.0__tar.gz → 2.98.0__tar.gz
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.
- {aws_solutions_constructs_core-2.97.0/src/aws_solutions_constructs.core.egg-info → aws_solutions_constructs_core-2.98.0}/PKG-INFO +2 -2
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/setup.py +3 -3
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/src/aws_solutions_constructs/core/__init__.py +631 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/src/aws_solutions_constructs/core/_jsii/__init__.py +1 -1
- aws_solutions_constructs_core-2.98.0/src/aws_solutions_constructs/core/_jsii/core@2.98.0.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0/src/aws_solutions_constructs.core.egg-info}/PKG-INFO +2 -2
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/src/aws_solutions_constructs.core.egg-info/SOURCES.txt +1 -1
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/src/aws_solutions_constructs.core.egg-info/requires.txt +1 -1
- aws_solutions_constructs_core-2.97.0/src/aws_solutions_constructs/core/_jsii/core@2.97.0.jsii.tgz +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/LICENSE +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/MANIFEST.in +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/README.md +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/pyproject.toml +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/setup.cfg +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/src/aws_solutions_constructs/core/py.typed +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/src/aws_solutions_constructs.core.egg-info/dependency_links.txt +0 -0
- {aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/src/aws_solutions_constructs.core.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.core
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.98.0
|
|
4
4
|
Summary: Core CDK Construct for patterns library
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,7 +18,7 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.234.0
|
|
22
22
|
Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
24
|
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "aws-solutions-constructs.core",
|
|
8
|
-
"version": "2.
|
|
8
|
+
"version": "2.98.0",
|
|
9
9
|
"description": "Core CDK Construct for patterns library",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/awslabs/aws-solutions-constructs.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"aws_solutions_constructs.core._jsii": [
|
|
29
|
-
"core@2.
|
|
29
|
+
"core@2.98.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"aws_solutions_constructs.core": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,7 +34,7 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.9",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
37
|
+
"aws-cdk-lib>=2.234.0, <3.0.0",
|
|
38
38
|
"aws-cdk.cloud-assembly-schema>=48.6.0, <49.0.0",
|
|
39
39
|
"constructs>=10.0.0, <11.0.0",
|
|
40
40
|
"jsii>=1.119.0, <2.0.0",
|
|
@@ -6453,6 +6453,7 @@ class ServiceEndpointTypes(enum.Enum):
|
|
|
6453
6453
|
KENDRA = "KENDRA"
|
|
6454
6454
|
TRANSCRIBE = "TRANSCRIBE"
|
|
6455
6455
|
TRANSLATE = "TRANSLATE"
|
|
6456
|
+
TEXTRACT = "TEXTRACT"
|
|
6456
6457
|
|
|
6457
6458
|
|
|
6458
6459
|
@jsii.data_type(
|
|
@@ -6854,6 +6855,573 @@ class StateMachineProps:
|
|
|
6854
6855
|
)
|
|
6855
6856
|
|
|
6856
6857
|
|
|
6858
|
+
@jsii.data_type(
|
|
6859
|
+
jsii_type="@aws-solutions-constructs/core.TextractBucketDetails",
|
|
6860
|
+
jsii_struct_bases=[],
|
|
6861
|
+
name_mapping={
|
|
6862
|
+
"bucket_interface": "bucketInterface",
|
|
6863
|
+
"bucket": "bucket",
|
|
6864
|
+
"logging_bucket": "loggingBucket",
|
|
6865
|
+
},
|
|
6866
|
+
)
|
|
6867
|
+
class TextractBucketDetails:
|
|
6868
|
+
def __init__(
|
|
6869
|
+
self,
|
|
6870
|
+
*,
|
|
6871
|
+
bucket_interface: _aws_cdk_aws_s3_ceddda9d.IBucket,
|
|
6872
|
+
bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
|
|
6873
|
+
logging_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
|
|
6874
|
+
) -> None:
|
|
6875
|
+
'''
|
|
6876
|
+
:param bucket_interface: -
|
|
6877
|
+
:param bucket: -
|
|
6878
|
+
:param logging_bucket: -
|
|
6879
|
+
'''
|
|
6880
|
+
if __debug__:
|
|
6881
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ff73e2b59e158243819f70de2095f272aacad7e7bad668c5772162d3732abc35)
|
|
6882
|
+
check_type(argname="argument bucket_interface", value=bucket_interface, expected_type=type_hints["bucket_interface"])
|
|
6883
|
+
check_type(argname="argument bucket", value=bucket, expected_type=type_hints["bucket"])
|
|
6884
|
+
check_type(argname="argument logging_bucket", value=logging_bucket, expected_type=type_hints["logging_bucket"])
|
|
6885
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
6886
|
+
"bucket_interface": bucket_interface,
|
|
6887
|
+
}
|
|
6888
|
+
if bucket is not None:
|
|
6889
|
+
self._values["bucket"] = bucket
|
|
6890
|
+
if logging_bucket is not None:
|
|
6891
|
+
self._values["logging_bucket"] = logging_bucket
|
|
6892
|
+
|
|
6893
|
+
@builtins.property
|
|
6894
|
+
def bucket_interface(self) -> _aws_cdk_aws_s3_ceddda9d.IBucket:
|
|
6895
|
+
result = self._values.get("bucket_interface")
|
|
6896
|
+
assert result is not None, "Required property 'bucket_interface' is missing"
|
|
6897
|
+
return typing.cast(_aws_cdk_aws_s3_ceddda9d.IBucket, result)
|
|
6898
|
+
|
|
6899
|
+
@builtins.property
|
|
6900
|
+
def bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
6901
|
+
result = self._values.get("bucket")
|
|
6902
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], result)
|
|
6903
|
+
|
|
6904
|
+
@builtins.property
|
|
6905
|
+
def logging_bucket(self) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket]:
|
|
6906
|
+
result = self._values.get("logging_bucket")
|
|
6907
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket], result)
|
|
6908
|
+
|
|
6909
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6910
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6911
|
+
|
|
6912
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
6913
|
+
return not (rhs == self)
|
|
6914
|
+
|
|
6915
|
+
def __repr__(self) -> str:
|
|
6916
|
+
return "TextractBucketDetails(%s)" % ", ".join(
|
|
6917
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
6918
|
+
)
|
|
6919
|
+
|
|
6920
|
+
|
|
6921
|
+
@jsii.data_type(
|
|
6922
|
+
jsii_type="@aws-solutions-constructs/core.TextractConfiguration",
|
|
6923
|
+
jsii_struct_bases=[],
|
|
6924
|
+
name_mapping={
|
|
6925
|
+
"lambda_iam_actions_required": "lambdaIamActionsRequired",
|
|
6926
|
+
"destination_bucket": "destinationBucket",
|
|
6927
|
+
"notification_topic_encryption_key": "notificationTopicEncryptionKey",
|
|
6928
|
+
"sns_notification_topic": "snsNotificationTopic",
|
|
6929
|
+
"source_bucket": "sourceBucket",
|
|
6930
|
+
"textract_role": "textractRole",
|
|
6931
|
+
},
|
|
6932
|
+
)
|
|
6933
|
+
class TextractConfiguration:
|
|
6934
|
+
def __init__(
|
|
6935
|
+
self,
|
|
6936
|
+
*,
|
|
6937
|
+
lambda_iam_actions_required: typing.Sequence[builtins.str],
|
|
6938
|
+
destination_bucket: typing.Optional[typing.Union[TextractBucketDetails, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6939
|
+
notification_topic_encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
6940
|
+
sns_notification_topic: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
6941
|
+
source_bucket: typing.Optional[typing.Union[TextractBucketDetails, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
6942
|
+
textract_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.Role] = None,
|
|
6943
|
+
) -> None:
|
|
6944
|
+
'''
|
|
6945
|
+
:param lambda_iam_actions_required: -
|
|
6946
|
+
:param destination_bucket: -
|
|
6947
|
+
:param notification_topic_encryption_key: -
|
|
6948
|
+
:param sns_notification_topic: -
|
|
6949
|
+
:param source_bucket: -
|
|
6950
|
+
:param textract_role: -
|
|
6951
|
+
'''
|
|
6952
|
+
if isinstance(destination_bucket, dict):
|
|
6953
|
+
destination_bucket = TextractBucketDetails(**destination_bucket)
|
|
6954
|
+
if isinstance(source_bucket, dict):
|
|
6955
|
+
source_bucket = TextractBucketDetails(**source_bucket)
|
|
6956
|
+
if __debug__:
|
|
6957
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4f88caf80b26e775e9294246d1da6478902cd2cb31d66f96e95f705e75c78127)
|
|
6958
|
+
check_type(argname="argument lambda_iam_actions_required", value=lambda_iam_actions_required, expected_type=type_hints["lambda_iam_actions_required"])
|
|
6959
|
+
check_type(argname="argument destination_bucket", value=destination_bucket, expected_type=type_hints["destination_bucket"])
|
|
6960
|
+
check_type(argname="argument notification_topic_encryption_key", value=notification_topic_encryption_key, expected_type=type_hints["notification_topic_encryption_key"])
|
|
6961
|
+
check_type(argname="argument sns_notification_topic", value=sns_notification_topic, expected_type=type_hints["sns_notification_topic"])
|
|
6962
|
+
check_type(argname="argument source_bucket", value=source_bucket, expected_type=type_hints["source_bucket"])
|
|
6963
|
+
check_type(argname="argument textract_role", value=textract_role, expected_type=type_hints["textract_role"])
|
|
6964
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
6965
|
+
"lambda_iam_actions_required": lambda_iam_actions_required,
|
|
6966
|
+
}
|
|
6967
|
+
if destination_bucket is not None:
|
|
6968
|
+
self._values["destination_bucket"] = destination_bucket
|
|
6969
|
+
if notification_topic_encryption_key is not None:
|
|
6970
|
+
self._values["notification_topic_encryption_key"] = notification_topic_encryption_key
|
|
6971
|
+
if sns_notification_topic is not None:
|
|
6972
|
+
self._values["sns_notification_topic"] = sns_notification_topic
|
|
6973
|
+
if source_bucket is not None:
|
|
6974
|
+
self._values["source_bucket"] = source_bucket
|
|
6975
|
+
if textract_role is not None:
|
|
6976
|
+
self._values["textract_role"] = textract_role
|
|
6977
|
+
|
|
6978
|
+
@builtins.property
|
|
6979
|
+
def lambda_iam_actions_required(self) -> typing.List[builtins.str]:
|
|
6980
|
+
result = self._values.get("lambda_iam_actions_required")
|
|
6981
|
+
assert result is not None, "Required property 'lambda_iam_actions_required' is missing"
|
|
6982
|
+
return typing.cast(typing.List[builtins.str], result)
|
|
6983
|
+
|
|
6984
|
+
@builtins.property
|
|
6985
|
+
def destination_bucket(self) -> typing.Optional[TextractBucketDetails]:
|
|
6986
|
+
result = self._values.get("destination_bucket")
|
|
6987
|
+
return typing.cast(typing.Optional[TextractBucketDetails], result)
|
|
6988
|
+
|
|
6989
|
+
@builtins.property
|
|
6990
|
+
def notification_topic_encryption_key(
|
|
6991
|
+
self,
|
|
6992
|
+
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key]:
|
|
6993
|
+
result = self._values.get("notification_topic_encryption_key")
|
|
6994
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key], result)
|
|
6995
|
+
|
|
6996
|
+
@builtins.property
|
|
6997
|
+
def sns_notification_topic(
|
|
6998
|
+
self,
|
|
6999
|
+
) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic]:
|
|
7000
|
+
result = self._values.get("sns_notification_topic")
|
|
7001
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic], result)
|
|
7002
|
+
|
|
7003
|
+
@builtins.property
|
|
7004
|
+
def source_bucket(self) -> typing.Optional[TextractBucketDetails]:
|
|
7005
|
+
result = self._values.get("source_bucket")
|
|
7006
|
+
return typing.cast(typing.Optional[TextractBucketDetails], result)
|
|
7007
|
+
|
|
7008
|
+
@builtins.property
|
|
7009
|
+
def textract_role(self) -> typing.Optional[_aws_cdk_aws_iam_ceddda9d.Role]:
|
|
7010
|
+
result = self._values.get("textract_role")
|
|
7011
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_iam_ceddda9d.Role], result)
|
|
7012
|
+
|
|
7013
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
7014
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
7015
|
+
|
|
7016
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
7017
|
+
return not (rhs == self)
|
|
7018
|
+
|
|
7019
|
+
def __repr__(self) -> str:
|
|
7020
|
+
return "TextractConfiguration(%s)" % ", ".join(
|
|
7021
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
7022
|
+
)
|
|
7023
|
+
|
|
7024
|
+
|
|
7025
|
+
@jsii.data_type(
|
|
7026
|
+
jsii_type="@aws-solutions-constructs/core.TextractProps",
|
|
7027
|
+
jsii_struct_bases=[],
|
|
7028
|
+
name_mapping={
|
|
7029
|
+
"async_jobs": "asyncJobs",
|
|
7030
|
+
"create_customer_managed_output_bucket": "createCustomerManagedOutputBucket",
|
|
7031
|
+
"data_access_role_arn_environment_variable_name": "dataAccessRoleArnEnvironmentVariableName",
|
|
7032
|
+
"destination_bucket_environment_variable_name": "destinationBucketEnvironmentVariableName",
|
|
7033
|
+
"destination_bucket_props": "destinationBucketProps",
|
|
7034
|
+
"destination_logging_bucket_props": "destinationLoggingBucketProps",
|
|
7035
|
+
"enable_notification_topic_encryption_with_customer_managed_key": "enableNotificationTopicEncryptionWithCustomerManagedKey",
|
|
7036
|
+
"existing_destination_bucket_obj": "existingDestinationBucketObj",
|
|
7037
|
+
"existing_notification_topic_encryption_key": "existingNotificationTopicEncryptionKey",
|
|
7038
|
+
"existing_notification_topic_obj": "existingNotificationTopicObj",
|
|
7039
|
+
"existing_source_bucket_obj": "existingSourceBucketObj",
|
|
7040
|
+
"log_destination_s3_access_logs": "logDestinationS3AccessLogs",
|
|
7041
|
+
"log_source_s3_access_logs": "logSourceS3AccessLogs",
|
|
7042
|
+
"notification_topic_encryption_key": "notificationTopicEncryptionKey",
|
|
7043
|
+
"notification_topic_encryption_key_props": "notificationTopicEncryptionKeyProps",
|
|
7044
|
+
"notification_topic_props": "notificationTopicProps",
|
|
7045
|
+
"sns_notification_topic_arn_environment_variable_name": "snsNotificationTopicArnEnvironmentVariableName",
|
|
7046
|
+
"source_bucket_environment_variable_name": "sourceBucketEnvironmentVariableName",
|
|
7047
|
+
"source_bucket_props": "sourceBucketProps",
|
|
7048
|
+
"source_logging_bucket_props": "sourceLoggingBucketProps",
|
|
7049
|
+
"use_same_bucket": "useSameBucket",
|
|
7050
|
+
},
|
|
7051
|
+
)
|
|
7052
|
+
class TextractProps:
|
|
7053
|
+
def __init__(
|
|
7054
|
+
self,
|
|
7055
|
+
*,
|
|
7056
|
+
async_jobs: typing.Optional[builtins.bool] = None,
|
|
7057
|
+
create_customer_managed_output_bucket: typing.Optional[builtins.bool] = None,
|
|
7058
|
+
data_access_role_arn_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
7059
|
+
destination_bucket_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
7060
|
+
destination_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7061
|
+
destination_logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7062
|
+
enable_notification_topic_encryption_with_customer_managed_key: typing.Optional[builtins.bool] = None,
|
|
7063
|
+
existing_destination_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
|
|
7064
|
+
existing_notification_topic_encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
7065
|
+
existing_notification_topic_obj: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
7066
|
+
existing_source_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
|
|
7067
|
+
log_destination_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
7068
|
+
log_source_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
7069
|
+
notification_topic_encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
7070
|
+
notification_topic_encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7071
|
+
notification_topic_props: typing.Optional[typing.Union[_aws_cdk_aws_sns_ceddda9d.TopicProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7072
|
+
sns_notification_topic_arn_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
7073
|
+
source_bucket_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
7074
|
+
source_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7075
|
+
source_logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7076
|
+
use_same_bucket: typing.Optional[builtins.bool] = None,
|
|
7077
|
+
) -> None:
|
|
7078
|
+
'''
|
|
7079
|
+
:param async_jobs: -
|
|
7080
|
+
:param create_customer_managed_output_bucket: -
|
|
7081
|
+
:param data_access_role_arn_environment_variable_name: -
|
|
7082
|
+
:param destination_bucket_environment_variable_name: -
|
|
7083
|
+
:param destination_bucket_props: -
|
|
7084
|
+
:param destination_logging_bucket_props: -
|
|
7085
|
+
:param enable_notification_topic_encryption_with_customer_managed_key: -
|
|
7086
|
+
:param existing_destination_bucket_obj: -
|
|
7087
|
+
:param existing_notification_topic_encryption_key: -
|
|
7088
|
+
:param existing_notification_topic_obj: -
|
|
7089
|
+
:param existing_source_bucket_obj: -
|
|
7090
|
+
:param log_destination_s3_access_logs: -
|
|
7091
|
+
:param log_source_s3_access_logs: -
|
|
7092
|
+
:param notification_topic_encryption_key: -
|
|
7093
|
+
:param notification_topic_encryption_key_props: -
|
|
7094
|
+
:param notification_topic_props: -
|
|
7095
|
+
:param sns_notification_topic_arn_environment_variable_name: -
|
|
7096
|
+
:param source_bucket_environment_variable_name: -
|
|
7097
|
+
:param source_bucket_props: -
|
|
7098
|
+
:param source_logging_bucket_props: -
|
|
7099
|
+
:param use_same_bucket: -
|
|
7100
|
+
'''
|
|
7101
|
+
if isinstance(destination_bucket_props, dict):
|
|
7102
|
+
destination_bucket_props = _aws_cdk_aws_s3_ceddda9d.BucketProps(**destination_bucket_props)
|
|
7103
|
+
if isinstance(destination_logging_bucket_props, dict):
|
|
7104
|
+
destination_logging_bucket_props = _aws_cdk_aws_s3_ceddda9d.BucketProps(**destination_logging_bucket_props)
|
|
7105
|
+
if isinstance(notification_topic_encryption_key_props, dict):
|
|
7106
|
+
notification_topic_encryption_key_props = _aws_cdk_aws_kms_ceddda9d.KeyProps(**notification_topic_encryption_key_props)
|
|
7107
|
+
if isinstance(notification_topic_props, dict):
|
|
7108
|
+
notification_topic_props = _aws_cdk_aws_sns_ceddda9d.TopicProps(**notification_topic_props)
|
|
7109
|
+
if isinstance(source_bucket_props, dict):
|
|
7110
|
+
source_bucket_props = _aws_cdk_aws_s3_ceddda9d.BucketProps(**source_bucket_props)
|
|
7111
|
+
if isinstance(source_logging_bucket_props, dict):
|
|
7112
|
+
source_logging_bucket_props = _aws_cdk_aws_s3_ceddda9d.BucketProps(**source_logging_bucket_props)
|
|
7113
|
+
if __debug__:
|
|
7114
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f1da7cf4b7374a2e816c7fe6e5e5b6c3fd403f27bdf55cdbd288dcda770df95a)
|
|
7115
|
+
check_type(argname="argument async_jobs", value=async_jobs, expected_type=type_hints["async_jobs"])
|
|
7116
|
+
check_type(argname="argument create_customer_managed_output_bucket", value=create_customer_managed_output_bucket, expected_type=type_hints["create_customer_managed_output_bucket"])
|
|
7117
|
+
check_type(argname="argument data_access_role_arn_environment_variable_name", value=data_access_role_arn_environment_variable_name, expected_type=type_hints["data_access_role_arn_environment_variable_name"])
|
|
7118
|
+
check_type(argname="argument destination_bucket_environment_variable_name", value=destination_bucket_environment_variable_name, expected_type=type_hints["destination_bucket_environment_variable_name"])
|
|
7119
|
+
check_type(argname="argument destination_bucket_props", value=destination_bucket_props, expected_type=type_hints["destination_bucket_props"])
|
|
7120
|
+
check_type(argname="argument destination_logging_bucket_props", value=destination_logging_bucket_props, expected_type=type_hints["destination_logging_bucket_props"])
|
|
7121
|
+
check_type(argname="argument enable_notification_topic_encryption_with_customer_managed_key", value=enable_notification_topic_encryption_with_customer_managed_key, expected_type=type_hints["enable_notification_topic_encryption_with_customer_managed_key"])
|
|
7122
|
+
check_type(argname="argument existing_destination_bucket_obj", value=existing_destination_bucket_obj, expected_type=type_hints["existing_destination_bucket_obj"])
|
|
7123
|
+
check_type(argname="argument existing_notification_topic_encryption_key", value=existing_notification_topic_encryption_key, expected_type=type_hints["existing_notification_topic_encryption_key"])
|
|
7124
|
+
check_type(argname="argument existing_notification_topic_obj", value=existing_notification_topic_obj, expected_type=type_hints["existing_notification_topic_obj"])
|
|
7125
|
+
check_type(argname="argument existing_source_bucket_obj", value=existing_source_bucket_obj, expected_type=type_hints["existing_source_bucket_obj"])
|
|
7126
|
+
check_type(argname="argument log_destination_s3_access_logs", value=log_destination_s3_access_logs, expected_type=type_hints["log_destination_s3_access_logs"])
|
|
7127
|
+
check_type(argname="argument log_source_s3_access_logs", value=log_source_s3_access_logs, expected_type=type_hints["log_source_s3_access_logs"])
|
|
7128
|
+
check_type(argname="argument notification_topic_encryption_key", value=notification_topic_encryption_key, expected_type=type_hints["notification_topic_encryption_key"])
|
|
7129
|
+
check_type(argname="argument notification_topic_encryption_key_props", value=notification_topic_encryption_key_props, expected_type=type_hints["notification_topic_encryption_key_props"])
|
|
7130
|
+
check_type(argname="argument notification_topic_props", value=notification_topic_props, expected_type=type_hints["notification_topic_props"])
|
|
7131
|
+
check_type(argname="argument sns_notification_topic_arn_environment_variable_name", value=sns_notification_topic_arn_environment_variable_name, expected_type=type_hints["sns_notification_topic_arn_environment_variable_name"])
|
|
7132
|
+
check_type(argname="argument source_bucket_environment_variable_name", value=source_bucket_environment_variable_name, expected_type=type_hints["source_bucket_environment_variable_name"])
|
|
7133
|
+
check_type(argname="argument source_bucket_props", value=source_bucket_props, expected_type=type_hints["source_bucket_props"])
|
|
7134
|
+
check_type(argname="argument source_logging_bucket_props", value=source_logging_bucket_props, expected_type=type_hints["source_logging_bucket_props"])
|
|
7135
|
+
check_type(argname="argument use_same_bucket", value=use_same_bucket, expected_type=type_hints["use_same_bucket"])
|
|
7136
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
7137
|
+
if async_jobs is not None:
|
|
7138
|
+
self._values["async_jobs"] = async_jobs
|
|
7139
|
+
if create_customer_managed_output_bucket is not None:
|
|
7140
|
+
self._values["create_customer_managed_output_bucket"] = create_customer_managed_output_bucket
|
|
7141
|
+
if data_access_role_arn_environment_variable_name is not None:
|
|
7142
|
+
self._values["data_access_role_arn_environment_variable_name"] = data_access_role_arn_environment_variable_name
|
|
7143
|
+
if destination_bucket_environment_variable_name is not None:
|
|
7144
|
+
self._values["destination_bucket_environment_variable_name"] = destination_bucket_environment_variable_name
|
|
7145
|
+
if destination_bucket_props is not None:
|
|
7146
|
+
self._values["destination_bucket_props"] = destination_bucket_props
|
|
7147
|
+
if destination_logging_bucket_props is not None:
|
|
7148
|
+
self._values["destination_logging_bucket_props"] = destination_logging_bucket_props
|
|
7149
|
+
if enable_notification_topic_encryption_with_customer_managed_key is not None:
|
|
7150
|
+
self._values["enable_notification_topic_encryption_with_customer_managed_key"] = enable_notification_topic_encryption_with_customer_managed_key
|
|
7151
|
+
if existing_destination_bucket_obj is not None:
|
|
7152
|
+
self._values["existing_destination_bucket_obj"] = existing_destination_bucket_obj
|
|
7153
|
+
if existing_notification_topic_encryption_key is not None:
|
|
7154
|
+
self._values["existing_notification_topic_encryption_key"] = existing_notification_topic_encryption_key
|
|
7155
|
+
if existing_notification_topic_obj is not None:
|
|
7156
|
+
self._values["existing_notification_topic_obj"] = existing_notification_topic_obj
|
|
7157
|
+
if existing_source_bucket_obj is not None:
|
|
7158
|
+
self._values["existing_source_bucket_obj"] = existing_source_bucket_obj
|
|
7159
|
+
if log_destination_s3_access_logs is not None:
|
|
7160
|
+
self._values["log_destination_s3_access_logs"] = log_destination_s3_access_logs
|
|
7161
|
+
if log_source_s3_access_logs is not None:
|
|
7162
|
+
self._values["log_source_s3_access_logs"] = log_source_s3_access_logs
|
|
7163
|
+
if notification_topic_encryption_key is not None:
|
|
7164
|
+
self._values["notification_topic_encryption_key"] = notification_topic_encryption_key
|
|
7165
|
+
if notification_topic_encryption_key_props is not None:
|
|
7166
|
+
self._values["notification_topic_encryption_key_props"] = notification_topic_encryption_key_props
|
|
7167
|
+
if notification_topic_props is not None:
|
|
7168
|
+
self._values["notification_topic_props"] = notification_topic_props
|
|
7169
|
+
if sns_notification_topic_arn_environment_variable_name is not None:
|
|
7170
|
+
self._values["sns_notification_topic_arn_environment_variable_name"] = sns_notification_topic_arn_environment_variable_name
|
|
7171
|
+
if source_bucket_environment_variable_name is not None:
|
|
7172
|
+
self._values["source_bucket_environment_variable_name"] = source_bucket_environment_variable_name
|
|
7173
|
+
if source_bucket_props is not None:
|
|
7174
|
+
self._values["source_bucket_props"] = source_bucket_props
|
|
7175
|
+
if source_logging_bucket_props is not None:
|
|
7176
|
+
self._values["source_logging_bucket_props"] = source_logging_bucket_props
|
|
7177
|
+
if use_same_bucket is not None:
|
|
7178
|
+
self._values["use_same_bucket"] = use_same_bucket
|
|
7179
|
+
|
|
7180
|
+
@builtins.property
|
|
7181
|
+
def async_jobs(self) -> typing.Optional[builtins.bool]:
|
|
7182
|
+
result = self._values.get("async_jobs")
|
|
7183
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
7184
|
+
|
|
7185
|
+
@builtins.property
|
|
7186
|
+
def create_customer_managed_output_bucket(self) -> typing.Optional[builtins.bool]:
|
|
7187
|
+
result = self._values.get("create_customer_managed_output_bucket")
|
|
7188
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
7189
|
+
|
|
7190
|
+
@builtins.property
|
|
7191
|
+
def data_access_role_arn_environment_variable_name(
|
|
7192
|
+
self,
|
|
7193
|
+
) -> typing.Optional[builtins.str]:
|
|
7194
|
+
result = self._values.get("data_access_role_arn_environment_variable_name")
|
|
7195
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
7196
|
+
|
|
7197
|
+
@builtins.property
|
|
7198
|
+
def destination_bucket_environment_variable_name(
|
|
7199
|
+
self,
|
|
7200
|
+
) -> typing.Optional[builtins.str]:
|
|
7201
|
+
result = self._values.get("destination_bucket_environment_variable_name")
|
|
7202
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
7203
|
+
|
|
7204
|
+
@builtins.property
|
|
7205
|
+
def destination_bucket_props(
|
|
7206
|
+
self,
|
|
7207
|
+
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
7208
|
+
result = self._values.get("destination_bucket_props")
|
|
7209
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
7210
|
+
|
|
7211
|
+
@builtins.property
|
|
7212
|
+
def destination_logging_bucket_props(
|
|
7213
|
+
self,
|
|
7214
|
+
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
7215
|
+
result = self._values.get("destination_logging_bucket_props")
|
|
7216
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
7217
|
+
|
|
7218
|
+
@builtins.property
|
|
7219
|
+
def enable_notification_topic_encryption_with_customer_managed_key(
|
|
7220
|
+
self,
|
|
7221
|
+
) -> typing.Optional[builtins.bool]:
|
|
7222
|
+
result = self._values.get("enable_notification_topic_encryption_with_customer_managed_key")
|
|
7223
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
7224
|
+
|
|
7225
|
+
@builtins.property
|
|
7226
|
+
def existing_destination_bucket_obj(
|
|
7227
|
+
self,
|
|
7228
|
+
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
|
|
7229
|
+
result = self._values.get("existing_destination_bucket_obj")
|
|
7230
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], result)
|
|
7231
|
+
|
|
7232
|
+
@builtins.property
|
|
7233
|
+
def existing_notification_topic_encryption_key(
|
|
7234
|
+
self,
|
|
7235
|
+
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key]:
|
|
7236
|
+
result = self._values.get("existing_notification_topic_encryption_key")
|
|
7237
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key], result)
|
|
7238
|
+
|
|
7239
|
+
@builtins.property
|
|
7240
|
+
def existing_notification_topic_obj(
|
|
7241
|
+
self,
|
|
7242
|
+
) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic]:
|
|
7243
|
+
result = self._values.get("existing_notification_topic_obj")
|
|
7244
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic], result)
|
|
7245
|
+
|
|
7246
|
+
@builtins.property
|
|
7247
|
+
def existing_source_bucket_obj(
|
|
7248
|
+
self,
|
|
7249
|
+
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket]:
|
|
7250
|
+
result = self._values.get("existing_source_bucket_obj")
|
|
7251
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket], result)
|
|
7252
|
+
|
|
7253
|
+
@builtins.property
|
|
7254
|
+
def log_destination_s3_access_logs(self) -> typing.Optional[builtins.bool]:
|
|
7255
|
+
result = self._values.get("log_destination_s3_access_logs")
|
|
7256
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
7257
|
+
|
|
7258
|
+
@builtins.property
|
|
7259
|
+
def log_source_s3_access_logs(self) -> typing.Optional[builtins.bool]:
|
|
7260
|
+
result = self._values.get("log_source_s3_access_logs")
|
|
7261
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
7262
|
+
|
|
7263
|
+
@builtins.property
|
|
7264
|
+
def notification_topic_encryption_key(
|
|
7265
|
+
self,
|
|
7266
|
+
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key]:
|
|
7267
|
+
result = self._values.get("notification_topic_encryption_key")
|
|
7268
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key], result)
|
|
7269
|
+
|
|
7270
|
+
@builtins.property
|
|
7271
|
+
def notification_topic_encryption_key_props(
|
|
7272
|
+
self,
|
|
7273
|
+
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps]:
|
|
7274
|
+
result = self._values.get("notification_topic_encryption_key_props")
|
|
7275
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps], result)
|
|
7276
|
+
|
|
7277
|
+
@builtins.property
|
|
7278
|
+
def notification_topic_props(
|
|
7279
|
+
self,
|
|
7280
|
+
) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.TopicProps]:
|
|
7281
|
+
result = self._values.get("notification_topic_props")
|
|
7282
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.TopicProps], result)
|
|
7283
|
+
|
|
7284
|
+
@builtins.property
|
|
7285
|
+
def sns_notification_topic_arn_environment_variable_name(
|
|
7286
|
+
self,
|
|
7287
|
+
) -> typing.Optional[builtins.str]:
|
|
7288
|
+
result = self._values.get("sns_notification_topic_arn_environment_variable_name")
|
|
7289
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
7290
|
+
|
|
7291
|
+
@builtins.property
|
|
7292
|
+
def source_bucket_environment_variable_name(self) -> typing.Optional[builtins.str]:
|
|
7293
|
+
result = self._values.get("source_bucket_environment_variable_name")
|
|
7294
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
7295
|
+
|
|
7296
|
+
@builtins.property
|
|
7297
|
+
def source_bucket_props(
|
|
7298
|
+
self,
|
|
7299
|
+
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
7300
|
+
result = self._values.get("source_bucket_props")
|
|
7301
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
7302
|
+
|
|
7303
|
+
@builtins.property
|
|
7304
|
+
def source_logging_bucket_props(
|
|
7305
|
+
self,
|
|
7306
|
+
) -> typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps]:
|
|
7307
|
+
result = self._values.get("source_logging_bucket_props")
|
|
7308
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_s3_ceddda9d.BucketProps], result)
|
|
7309
|
+
|
|
7310
|
+
@builtins.property
|
|
7311
|
+
def use_same_bucket(self) -> typing.Optional[builtins.bool]:
|
|
7312
|
+
result = self._values.get("use_same_bucket")
|
|
7313
|
+
return typing.cast(typing.Optional[builtins.bool], result)
|
|
7314
|
+
|
|
7315
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
7316
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
7317
|
+
|
|
7318
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
7319
|
+
return not (rhs == self)
|
|
7320
|
+
|
|
7321
|
+
def __repr__(self) -> str:
|
|
7322
|
+
return "TextractProps(%s)" % ", ".join(
|
|
7323
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
7324
|
+
)
|
|
7325
|
+
|
|
7326
|
+
|
|
7327
|
+
@jsii.data_type(
|
|
7328
|
+
jsii_type="@aws-solutions-constructs/core.TextractSnsProps",
|
|
7329
|
+
jsii_struct_bases=[],
|
|
7330
|
+
name_mapping={
|
|
7331
|
+
"existing_notification_topic_obj": "existingNotificationTopicObj",
|
|
7332
|
+
"existing_notification_topic_object": "existingNotificationTopicObject",
|
|
7333
|
+
"notification_topic_encryption_key": "notificationTopicEncryptionKey",
|
|
7334
|
+
"notification_topic_encryption_key_props": "notificationTopicEncryptionKeyProps",
|
|
7335
|
+
"notification_topic_props": "notificationTopicProps",
|
|
7336
|
+
},
|
|
7337
|
+
)
|
|
7338
|
+
class TextractSnsProps:
|
|
7339
|
+
def __init__(
|
|
7340
|
+
self,
|
|
7341
|
+
*,
|
|
7342
|
+
existing_notification_topic_obj: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
7343
|
+
existing_notification_topic_object: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
7344
|
+
notification_topic_encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
7345
|
+
notification_topic_encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7346
|
+
notification_topic_props: typing.Optional[typing.Union[_aws_cdk_aws_sns_ceddda9d.TopicProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
7347
|
+
) -> None:
|
|
7348
|
+
'''
|
|
7349
|
+
:param existing_notification_topic_obj: -
|
|
7350
|
+
:param existing_notification_topic_object: -
|
|
7351
|
+
:param notification_topic_encryption_key: -
|
|
7352
|
+
:param notification_topic_encryption_key_props: -
|
|
7353
|
+
:param notification_topic_props: -
|
|
7354
|
+
'''
|
|
7355
|
+
if isinstance(notification_topic_encryption_key_props, dict):
|
|
7356
|
+
notification_topic_encryption_key_props = _aws_cdk_aws_kms_ceddda9d.KeyProps(**notification_topic_encryption_key_props)
|
|
7357
|
+
if isinstance(notification_topic_props, dict):
|
|
7358
|
+
notification_topic_props = _aws_cdk_aws_sns_ceddda9d.TopicProps(**notification_topic_props)
|
|
7359
|
+
if __debug__:
|
|
7360
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8289be0e8263b20724008c39fff73198e797d84709607b05eebde31cac6e3991)
|
|
7361
|
+
check_type(argname="argument existing_notification_topic_obj", value=existing_notification_topic_obj, expected_type=type_hints["existing_notification_topic_obj"])
|
|
7362
|
+
check_type(argname="argument existing_notification_topic_object", value=existing_notification_topic_object, expected_type=type_hints["existing_notification_topic_object"])
|
|
7363
|
+
check_type(argname="argument notification_topic_encryption_key", value=notification_topic_encryption_key, expected_type=type_hints["notification_topic_encryption_key"])
|
|
7364
|
+
check_type(argname="argument notification_topic_encryption_key_props", value=notification_topic_encryption_key_props, expected_type=type_hints["notification_topic_encryption_key_props"])
|
|
7365
|
+
check_type(argname="argument notification_topic_props", value=notification_topic_props, expected_type=type_hints["notification_topic_props"])
|
|
7366
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
7367
|
+
if existing_notification_topic_obj is not None:
|
|
7368
|
+
self._values["existing_notification_topic_obj"] = existing_notification_topic_obj
|
|
7369
|
+
if existing_notification_topic_object is not None:
|
|
7370
|
+
self._values["existing_notification_topic_object"] = existing_notification_topic_object
|
|
7371
|
+
if notification_topic_encryption_key is not None:
|
|
7372
|
+
self._values["notification_topic_encryption_key"] = notification_topic_encryption_key
|
|
7373
|
+
if notification_topic_encryption_key_props is not None:
|
|
7374
|
+
self._values["notification_topic_encryption_key_props"] = notification_topic_encryption_key_props
|
|
7375
|
+
if notification_topic_props is not None:
|
|
7376
|
+
self._values["notification_topic_props"] = notification_topic_props
|
|
7377
|
+
|
|
7378
|
+
@builtins.property
|
|
7379
|
+
def existing_notification_topic_obj(
|
|
7380
|
+
self,
|
|
7381
|
+
) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic]:
|
|
7382
|
+
result = self._values.get("existing_notification_topic_obj")
|
|
7383
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic], result)
|
|
7384
|
+
|
|
7385
|
+
@builtins.property
|
|
7386
|
+
def existing_notification_topic_object(
|
|
7387
|
+
self,
|
|
7388
|
+
) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic]:
|
|
7389
|
+
result = self._values.get("existing_notification_topic_object")
|
|
7390
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic], result)
|
|
7391
|
+
|
|
7392
|
+
@builtins.property
|
|
7393
|
+
def notification_topic_encryption_key(
|
|
7394
|
+
self,
|
|
7395
|
+
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key]:
|
|
7396
|
+
result = self._values.get("notification_topic_encryption_key")
|
|
7397
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key], result)
|
|
7398
|
+
|
|
7399
|
+
@builtins.property
|
|
7400
|
+
def notification_topic_encryption_key_props(
|
|
7401
|
+
self,
|
|
7402
|
+
) -> typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps]:
|
|
7403
|
+
result = self._values.get("notification_topic_encryption_key_props")
|
|
7404
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_kms_ceddda9d.KeyProps], result)
|
|
7405
|
+
|
|
7406
|
+
@builtins.property
|
|
7407
|
+
def notification_topic_props(
|
|
7408
|
+
self,
|
|
7409
|
+
) -> typing.Optional[_aws_cdk_aws_sns_ceddda9d.TopicProps]:
|
|
7410
|
+
result = self._values.get("notification_topic_props")
|
|
7411
|
+
return typing.cast(typing.Optional[_aws_cdk_aws_sns_ceddda9d.TopicProps], result)
|
|
7412
|
+
|
|
7413
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
7414
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
7415
|
+
|
|
7416
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
7417
|
+
return not (rhs == self)
|
|
7418
|
+
|
|
7419
|
+
def __repr__(self) -> str:
|
|
7420
|
+
return "TextractSnsProps(%s)" % ", ".join(
|
|
7421
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
7422
|
+
)
|
|
7423
|
+
|
|
7424
|
+
|
|
6857
7425
|
@jsii.data_type(
|
|
6858
7426
|
jsii_type="@aws-solutions-constructs/core.TranslateConfiguration",
|
|
6859
7427
|
jsii_struct_bases=[],
|
|
@@ -7335,6 +7903,10 @@ __all__ = [
|
|
|
7335
7903
|
"SnsProps",
|
|
7336
7904
|
"SqsProps",
|
|
7337
7905
|
"StateMachineProps",
|
|
7906
|
+
"TextractBucketDetails",
|
|
7907
|
+
"TextractConfiguration",
|
|
7908
|
+
"TextractProps",
|
|
7909
|
+
"TextractSnsProps",
|
|
7338
7910
|
"TranslateConfiguration",
|
|
7339
7911
|
"TranslateProps",
|
|
7340
7912
|
"VpcPropsSet",
|
|
@@ -8190,6 +8762,65 @@ def _typecheckingstub__f08646452b145e569da8f0e193b37ccb2f89096eac1b603e02a301d09
|
|
|
8190
8762
|
"""Type checking stubs"""
|
|
8191
8763
|
pass
|
|
8192
8764
|
|
|
8765
|
+
def _typecheckingstub__ff73e2b59e158243819f70de2095f272aacad7e7bad668c5772162d3732abc35(
|
|
8766
|
+
*,
|
|
8767
|
+
bucket_interface: _aws_cdk_aws_s3_ceddda9d.IBucket,
|
|
8768
|
+
bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
|
|
8769
|
+
logging_bucket: typing.Optional[_aws_cdk_aws_s3_ceddda9d.Bucket] = None,
|
|
8770
|
+
) -> None:
|
|
8771
|
+
"""Type checking stubs"""
|
|
8772
|
+
pass
|
|
8773
|
+
|
|
8774
|
+
def _typecheckingstub__4f88caf80b26e775e9294246d1da6478902cd2cb31d66f96e95f705e75c78127(
|
|
8775
|
+
*,
|
|
8776
|
+
lambda_iam_actions_required: typing.Sequence[builtins.str],
|
|
8777
|
+
destination_bucket: typing.Optional[typing.Union[TextractBucketDetails, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8778
|
+
notification_topic_encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
8779
|
+
sns_notification_topic: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
8780
|
+
source_bucket: typing.Optional[typing.Union[TextractBucketDetails, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8781
|
+
textract_role: typing.Optional[_aws_cdk_aws_iam_ceddda9d.Role] = None,
|
|
8782
|
+
) -> None:
|
|
8783
|
+
"""Type checking stubs"""
|
|
8784
|
+
pass
|
|
8785
|
+
|
|
8786
|
+
def _typecheckingstub__f1da7cf4b7374a2e816c7fe6e5e5b6c3fd403f27bdf55cdbd288dcda770df95a(
|
|
8787
|
+
*,
|
|
8788
|
+
async_jobs: typing.Optional[builtins.bool] = None,
|
|
8789
|
+
create_customer_managed_output_bucket: typing.Optional[builtins.bool] = None,
|
|
8790
|
+
data_access_role_arn_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
8791
|
+
destination_bucket_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
8792
|
+
destination_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8793
|
+
destination_logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8794
|
+
enable_notification_topic_encryption_with_customer_managed_key: typing.Optional[builtins.bool] = None,
|
|
8795
|
+
existing_destination_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
|
|
8796
|
+
existing_notification_topic_encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
8797
|
+
existing_notification_topic_obj: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
8798
|
+
existing_source_bucket_obj: typing.Optional[_aws_cdk_aws_s3_ceddda9d.IBucket] = None,
|
|
8799
|
+
log_destination_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
8800
|
+
log_source_s3_access_logs: typing.Optional[builtins.bool] = None,
|
|
8801
|
+
notification_topic_encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
8802
|
+
notification_topic_encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8803
|
+
notification_topic_props: typing.Optional[typing.Union[_aws_cdk_aws_sns_ceddda9d.TopicProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8804
|
+
sns_notification_topic_arn_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
8805
|
+
source_bucket_environment_variable_name: typing.Optional[builtins.str] = None,
|
|
8806
|
+
source_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8807
|
+
source_logging_bucket_props: typing.Optional[typing.Union[_aws_cdk_aws_s3_ceddda9d.BucketProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8808
|
+
use_same_bucket: typing.Optional[builtins.bool] = None,
|
|
8809
|
+
) -> None:
|
|
8810
|
+
"""Type checking stubs"""
|
|
8811
|
+
pass
|
|
8812
|
+
|
|
8813
|
+
def _typecheckingstub__8289be0e8263b20724008c39fff73198e797d84709607b05eebde31cac6e3991(
|
|
8814
|
+
*,
|
|
8815
|
+
existing_notification_topic_obj: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
8816
|
+
existing_notification_topic_object: typing.Optional[_aws_cdk_aws_sns_ceddda9d.Topic] = None,
|
|
8817
|
+
notification_topic_encryption_key: typing.Optional[_aws_cdk_aws_kms_ceddda9d.Key] = None,
|
|
8818
|
+
notification_topic_encryption_key_props: typing.Optional[typing.Union[_aws_cdk_aws_kms_ceddda9d.KeyProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8819
|
+
notification_topic_props: typing.Optional[typing.Union[_aws_cdk_aws_sns_ceddda9d.TopicProps, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
8820
|
+
) -> None:
|
|
8821
|
+
"""Type checking stubs"""
|
|
8822
|
+
pass
|
|
8823
|
+
|
|
8193
8824
|
def _typecheckingstub__713eb796d252c8f3fb0708436b6c0450950c3e5054d2f47bee4ae2e03a2e710f(
|
|
8194
8825
|
*,
|
|
8195
8826
|
lambda_iam_actions_required: typing.Sequence[builtins.str],
|
|
@@ -33,7 +33,7 @@ import aws_cdk.cloud_assembly_schema._jsii
|
|
|
33
33
|
import constructs._jsii
|
|
34
34
|
|
|
35
35
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
36
|
-
"@aws-solutions-constructs/core", "2.
|
|
36
|
+
"@aws-solutions-constructs/core", "2.98.0", __name__[0:-6], "core@2.98.0.jsii.tgz"
|
|
37
37
|
)
|
|
38
38
|
|
|
39
39
|
__all__ = [
|
aws_solutions_constructs_core-2.98.0/src/aws_solutions_constructs/core/_jsii/core@2.98.0.jsii.tgz
ADDED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-solutions-constructs.core
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.98.0
|
|
4
4
|
Summary: Core CDK Construct for patterns library
|
|
5
5
|
Home-page: https://github.com/awslabs/aws-solutions-constructs.git
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -18,7 +18,7 @@ Classifier: License :: OSI Approved
|
|
|
18
18
|
Requires-Python: ~=3.9
|
|
19
19
|
Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
|
21
|
-
Requires-Dist: aws-cdk-lib<3.0.0,>=2.
|
|
21
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.234.0
|
|
22
22
|
Requires-Dist: aws-cdk.cloud-assembly-schema<49.0.0,>=48.6.0
|
|
23
23
|
Requires-Dist: constructs<11.0.0,>=10.0.0
|
|
24
24
|
Requires-Dist: jsii<2.0.0,>=1.119.0
|
|
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.core.egg-info/top_level.txt
|
|
|
11
11
|
src/aws_solutions_constructs/core/__init__.py
|
|
12
12
|
src/aws_solutions_constructs/core/py.typed
|
|
13
13
|
src/aws_solutions_constructs/core/_jsii/__init__.py
|
|
14
|
-
src/aws_solutions_constructs/core/_jsii/core@2.
|
|
14
|
+
src/aws_solutions_constructs/core/_jsii/core@2.98.0.jsii.tgz
|
aws_solutions_constructs_core-2.97.0/src/aws_solutions_constructs/core/_jsii/core@2.97.0.jsii.tgz
DELETED
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{aws_solutions_constructs_core-2.97.0 → aws_solutions_constructs_core-2.98.0}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|