aws-cdk-lib 2.189.1__py3-none-any.whl → 2.191.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/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.189.1.jsii.tgz → aws-cdk-lib@2.191.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +6 -6
- aws_cdk/aws_apigateway/__init__.py +18 -1
- aws_cdk/aws_apigatewayv2/__init__.py +374 -6
- aws_cdk/aws_applicationautoscaling/__init__.py +16 -10
- aws_cdk/aws_applicationsignals/__init__.py +204 -31
- aws_cdk/aws_aps/__init__.py +383 -2
- aws_cdk/aws_backup/__init__.py +0 -41
- aws_cdk/aws_batch/__init__.py +242 -5
- aws_cdk/aws_bedrock/__init__.py +963 -41
- aws_cdk/aws_cleanrooms/__init__.py +1392 -78
- aws_cdk/aws_cloudfront/__init__.py +1 -0
- aws_cdk/aws_cloudtrail/__init__.py +24 -26
- aws_cdk/aws_codebuild/__init__.py +107 -7
- aws_cdk/aws_datazone/__init__.py +23 -1
- aws_cdk/aws_dms/__init__.py +43 -0
- aws_cdk/aws_ec2/__init__.py +364 -30
- aws_cdk/aws_ecs/__init__.py +36 -5
- aws_cdk/aws_eks/__init__.py +2 -100
- aws_cdk/aws_elasticache/__init__.py +6 -11
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +341 -0
- aws_cdk/aws_events/__init__.py +106 -13
- aws_cdk/aws_fsx/__init__.py +9 -21
- aws_cdk/aws_iam/__init__.py +1 -1
- aws_cdk/aws_iot/__init__.py +6 -6
- aws_cdk/aws_kafkaconnect/__init__.py +2 -2
- aws_cdk/aws_kinesis/__init__.py +44 -0
- aws_cdk/aws_launchwizard/__init__.py +49 -49
- aws_cdk/aws_lex/__init__.py +615 -39
- aws_cdk/aws_location/__init__.py +4 -4
- aws_cdk/aws_macie/__init__.py +14 -3
- aws_cdk/aws_memorydb/__init__.py +87 -0
- aws_cdk/aws_msk/__init__.py +226 -127
- aws_cdk/aws_neptune/__init__.py +0 -24
- aws_cdk/aws_opensearchservice/__init__.py +64 -56
- aws_cdk/aws_paymentcryptography/__init__.py +41 -0
- aws_cdk/aws_qbusiness/__init__.py +175 -3
- aws_cdk/aws_quicksight/__init__.py +393 -0
- aws_cdk/aws_rds/__init__.py +149 -120
- aws_cdk/aws_redshiftserverless/__init__.py +4 -14
- aws_cdk/aws_route53resolver/__init__.py +60 -9
- aws_cdk/aws_s3/__init__.py +34 -1
- aws_cdk/aws_s3_deployment/__init__.py +202 -5
- aws_cdk/aws_s3tables/__init__.py +142 -1
- aws_cdk/aws_sagemaker/__init__.py +40 -40
- aws_cdk/aws_ses/__init__.py +643 -18
- aws_cdk/aws_ssmquicksetup/__init__.py +3 -3
- aws_cdk/aws_stepfunctions/__init__.py +720 -45
- aws_cdk/aws_transfer/__init__.py +55 -2
- aws_cdk/pipelines/__init__.py +1 -2
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/RECORD +57 -57
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.189.1.dist-info → aws_cdk_lib-2.191.0.dist-info}/top_level.txt +0 -0
|
@@ -23894,6 +23894,7 @@ class SSLMethod(enum.Enum):
|
|
|
23894
23894
|
|
|
23895
23895
|
SNI = "SNI"
|
|
23896
23896
|
VIP = "VIP"
|
|
23897
|
+
STATIC_IP = "STATIC_IP"
|
|
23897
23898
|
|
|
23898
23899
|
|
|
23899
23900
|
@jsii.enum(jsii_type="aws-cdk-lib.aws_cloudfront.SecurityPolicyProtocol")
|
|
@@ -1858,15 +1858,12 @@ class CfnEventDataStore(
|
|
|
1858
1858
|
*Supported CloudTrail event record fields for data events*
|
|
1859
1859
|
|
|
1860
1860
|
- ``eventCategory`` (required)
|
|
1861
|
-
- ``resources.type`` (required)
|
|
1862
|
-
- ``readOnly``
|
|
1863
1861
|
- ``eventName``
|
|
1864
|
-
- ``resources.ARN``
|
|
1865
|
-
|
|
1866
|
-
The following additional fields are available for event data stores:
|
|
1867
|
-
|
|
1868
1862
|
- ``eventSource``
|
|
1869
1863
|
- ``eventType``
|
|
1864
|
+
- ``resources.ARN``
|
|
1865
|
+
- ``resources.type`` (required)
|
|
1866
|
+
- ``readOnly``
|
|
1870
1867
|
- ``sessionCredentialFromConsole``
|
|
1871
1868
|
- ``userIdentity.arn``
|
|
1872
1869
|
|
|
@@ -1980,7 +1977,7 @@ class CfnEventDataStore(
|
|
|
1980
1977
|
) -> None:
|
|
1981
1978
|
'''A single selector statement in an advanced event selector.
|
|
1982
1979
|
|
|
1983
|
-
:param field: A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the field is used only for selecting events as filtering is not supported. For CloudTrail management events, supported fields include ``eventCategory`` (required), ``eventSource`` , and ``readOnly`` . The following additional fields are available for event data stores: ``eventName`` , ``eventType`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` . For CloudTrail data events, supported fields include ``eventCategory`` (required), ``
|
|
1980
|
+
:param field: A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the field is used only for selecting events as filtering is not supported. For CloudTrail management events, supported fields include ``eventCategory`` (required), ``eventSource`` , and ``readOnly`` . The following additional fields are available for event data stores: ``eventName`` , ``eventType`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` . For CloudTrail data events, supported fields include ``eventCategory`` (required), ``eventName`` , ``eventSource`` , ``eventType`` , ``resources.type`` (required), ``readOnly`` , ``resources.ARN`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` . For CloudTrail network activity events, supported fields include ``eventCategory`` (required), ``eventSource`` (required), ``eventName`` , ``errorCode`` , and ``vpcEndpointId`` . For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the only supported field is ``eventCategory`` . .. epigraph:: Selectors don't support the use of wildcards like ``*`` . To match multiple values with a single condition, you may use ``StartsWith`` , ``EndsWith`` , ``NotStartsWith`` , or ``NotEndsWith`` to explicitly match the beginning or end of the event field. - *``readOnly``* - This is an optional field that is only used for management events and data events. This field can be set to ``Equals`` with a value of ``true`` or ``false`` . If you do not add this field, CloudTrail logs both ``read`` and ``write`` events. A value of ``true`` logs only ``read`` events. A value of ``false`` logs only ``write`` events. - *``eventSource``* - This field is only used for management events, data events, and network activity events. For management events for trails, this is an optional field that can be set to ``NotEquals`` ``kms.amazonaws.com`` to exclude KMS management events, or ``NotEquals`` ``rdsdata.amazonaws.com`` to exclude RDS management events. For data events for trails, this is an optional field that you can use to include or exclude any event source and can use any operator. For management and data events for event data stores, this is an optional field that you can use to include or exclude any event source and can use any operator. For network activity events, this is a required field that only uses the ``Equals`` operator. Set this field to the event source for which you want to log network activity events. If you want to log network activity events for multiple event sources, you must create a separate field selector for each event source. For a list of services supporting network activity events, see `Logging network activity events <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html>`_ in the *AWS CloudTrail User Guide* . - *``eventName``* - This is an optional field that is only used for data events, management events (for event data stores only), and network activity events. You can use any operator with ``eventName`` . You can use it to filter in or filter out specific events. You can have multiple values for this field, separated by commas. - *``eventCategory``* - This field is required and must be set to ``Equals`` . - For CloudTrail management events, the value must be ``Management`` . - For CloudTrail data events, the value must be ``Data`` . - For CloudTrail network activity events, the value must be ``NetworkActivity`` . The following are used only for event data stores: - For CloudTrail Insights events, the value must be ``Insight`` . - For AWS Config configuration items, the value must be ``ConfigurationItem`` . - For Audit Manager evidence, the value must be ``Evidence`` . - For events outside of AWS , the value must be ``ActivityAuditLog`` . - *``eventType``* - For event data stores, this is an optional field available for event data stores to filter management and data events on the event type. For trails, this is an optional field to filter data events on the event type. For information about available event types, see `CloudTrail record contents <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.html#ct-event-type>`_ in the *AWS CloudTrail user guide* . - *``errorCode``* - This field is only used to filter CloudTrail network activity events and is optional. This is the error code to filter on. Currently, the only valid ``errorCode`` is ``VpceAccessDenied`` . ``errorCode`` can only use the ``Equals`` operator. - *``sessionCredentialFromConsole``* - For event data stores, this is an optional field used to filter management and data events based on whether the events originated from an AWS Management Console session. For trails, this is an optional field used to filter data events. ``sessionCredentialFromConsole`` can only use the ``Equals`` and ``NotEquals`` operators. - *``resources.type``* - This field is required for CloudTrail data events. ``resources.type`` can only use the ``Equals`` operator. For a list of available resource types for data events, see `Data events <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#logging-data-events>`_ in the *AWS CloudTrail User Guide* . You can have only one ``resources.type`` field per selector. To log events on more than one resource type, add another selector. - *``resources.ARN``* - The ``resources.ARN`` is an optional field for data events. You can use any operator with ``resources.ARN`` , but if you use ``Equals`` or ``NotEquals`` , the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of resources.type. To log all data events for all objects in a specific S3 bucket, use the ``StartsWith`` operator, and include only the bucket ARN as the matching value. For more information about the ARN formats of data event resources, see `Actions, resources, and condition keys for AWS services <https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html>`_ in the *Service Authorization Reference* . .. epigraph:: You can't use the ``resources.ARN`` field to filter resource types that do not have ARNs. - *``userIdentity.arn``* - For event data stores, this is an optional field used to filter management and data events for actions taken by specific IAM identities. For trails, this is an optional field used to filter data events. You can use any operator with ``userIdentity.arn`` . For more information on the userIdentity element, see `CloudTrail userIdentity element <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-user-identity.html>`_ in the *AWS CloudTrail User Guide* . - *``vpcEndpointId``* - This field is only used to filter CloudTrail network activity events and is optional. This field identifies the VPC endpoint that the request passed through. You can use any operator with ``vpcEndpointId`` .
|
|
1984
1981
|
:param ends_with: An operator that includes events that match the last few characters of the event record field specified as the value of ``Field`` .
|
|
1985
1982
|
:param equal_to: An operator that includes events that match the exact value of the event record field specified as the value of ``Field`` . This is the only valid operator that you can use with the ``readOnly`` , ``eventCategory`` , and ``resources.type`` fields.
|
|
1986
1983
|
:param not_ends_with: An operator that excludes events that match the last few characters of the event record field specified as the value of ``Field`` .
|
|
@@ -2042,7 +2039,7 @@ class CfnEventDataStore(
|
|
|
2042
2039
|
|
|
2043
2040
|
For CloudTrail management events, supported fields include ``eventCategory`` (required), ``eventSource`` , and ``readOnly`` . The following additional fields are available for event data stores: ``eventName`` , ``eventType`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` .
|
|
2044
2041
|
|
|
2045
|
-
For CloudTrail data events, supported fields include ``eventCategory`` (required), ``
|
|
2042
|
+
For CloudTrail data events, supported fields include ``eventCategory`` (required), ``eventName`` , ``eventSource`` , ``eventType`` , ``resources.type`` (required), ``readOnly`` , ``resources.ARN`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` .
|
|
2046
2043
|
|
|
2047
2044
|
For CloudTrail network activity events, supported fields include ``eventCategory`` (required), ``eventSource`` (required), ``eventName`` , ``errorCode`` , and ``vpcEndpointId`` .
|
|
2048
2045
|
|
|
@@ -2052,11 +2049,13 @@ class CfnEventDataStore(
|
|
|
2052
2049
|
Selectors don't support the use of wildcards like ``*`` . To match multiple values with a single condition, you may use ``StartsWith`` , ``EndsWith`` , ``NotStartsWith`` , or ``NotEndsWith`` to explicitly match the beginning or end of the event field.
|
|
2053
2050
|
|
|
2054
2051
|
- *``readOnly``* - This is an optional field that is only used for management events and data events. This field can be set to ``Equals`` with a value of ``true`` or ``false`` . If you do not add this field, CloudTrail logs both ``read`` and ``write`` events. A value of ``true`` logs only ``read`` events. A value of ``false`` logs only ``write`` events.
|
|
2055
|
-
- *``eventSource``* - This field is only used for management events, data events
|
|
2052
|
+
- *``eventSource``* - This field is only used for management events, data events, and network activity events.
|
|
2056
2053
|
|
|
2057
2054
|
For management events for trails, this is an optional field that can be set to ``NotEquals`` ``kms.amazonaws.com`` to exclude KMS management events, or ``NotEquals`` ``rdsdata.amazonaws.com`` to exclude RDS management events.
|
|
2058
2055
|
|
|
2059
|
-
For
|
|
2056
|
+
For data events for trails, this is an optional field that you can use to include or exclude any event source and can use any operator.
|
|
2057
|
+
|
|
2058
|
+
For management and data events for event data stores, this is an optional field that you can use to include or exclude any event source and can use any operator.
|
|
2060
2059
|
|
|
2061
2060
|
For network activity events, this is a required field that only uses the ``Equals`` operator. Set this field to the event source for which you want to log network activity events. If you want to log network activity events for multiple event sources, you must create a separate field selector for each event source. For a list of services supporting network activity events, see `Logging network activity events <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html>`_ in the *AWS CloudTrail User Guide* .
|
|
2062
2061
|
|
|
@@ -2072,9 +2071,9 @@ class CfnEventDataStore(
|
|
|
2072
2071
|
- For AWS Config configuration items, the value must be ``ConfigurationItem`` .
|
|
2073
2072
|
- For Audit Manager evidence, the value must be ``Evidence`` .
|
|
2074
2073
|
- For events outside of AWS , the value must be ``ActivityAuditLog`` .
|
|
2075
|
-
- *``eventType``* -
|
|
2074
|
+
- *``eventType``* - For event data stores, this is an optional field available for event data stores to filter management and data events on the event type. For trails, this is an optional field to filter data events on the event type. For information about available event types, see `CloudTrail record contents <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.html#ct-event-type>`_ in the *AWS CloudTrail user guide* .
|
|
2076
2075
|
- *``errorCode``* - This field is only used to filter CloudTrail network activity events and is optional. This is the error code to filter on. Currently, the only valid ``errorCode`` is ``VpceAccessDenied`` . ``errorCode`` can only use the ``Equals`` operator.
|
|
2077
|
-
- *``sessionCredentialFromConsole``* -
|
|
2076
|
+
- *``sessionCredentialFromConsole``* - For event data stores, this is an optional field used to filter management and data events based on whether the events originated from an AWS Management Console session. For trails, this is an optional field used to filter data events. ``sessionCredentialFromConsole`` can only use the ``Equals`` and ``NotEquals`` operators.
|
|
2078
2077
|
- *``resources.type``* - This field is required for CloudTrail data events. ``resources.type`` can only use the ``Equals`` operator.
|
|
2079
2078
|
|
|
2080
2079
|
For a list of available resource types for data events, see `Data events <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#logging-data-events>`_ in the *AWS CloudTrail User Guide* .
|
|
@@ -2088,7 +2087,7 @@ class CfnEventDataStore(
|
|
|
2088
2087
|
|
|
2089
2088
|
You can't use the ``resources.ARN`` field to filter resource types that do not have ARNs.
|
|
2090
2089
|
|
|
2091
|
-
- *``userIdentity.arn``* -
|
|
2090
|
+
- *``userIdentity.arn``* - For event data stores, this is an optional field used to filter management and data events for actions taken by specific IAM identities. For trails, this is an optional field used to filter data events. You can use any operator with ``userIdentity.arn`` . For more information on the userIdentity element, see `CloudTrail userIdentity element <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-user-identity.html>`_ in the *AWS CloudTrail User Guide* .
|
|
2092
2091
|
- *``vpcEndpointId``* - This field is only used to filter CloudTrail network activity events and is optional. This field identifies the VPC endpoint that the request passed through. You can use any operator with ``vpcEndpointId`` .
|
|
2093
2092
|
|
|
2094
2093
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-eventdatastore-advancedfieldselector.html#cfn-cloudtrail-eventdatastore-advancedfieldselector-field
|
|
@@ -3257,15 +3256,12 @@ class CfnTrail(
|
|
|
3257
3256
|
*Supported CloudTrail event record fields for data events*
|
|
3258
3257
|
|
|
3259
3258
|
- ``eventCategory`` (required)
|
|
3260
|
-
- ``resources.type`` (required)
|
|
3261
|
-
- ``readOnly``
|
|
3262
3259
|
- ``eventName``
|
|
3263
|
-
- ``resources.ARN``
|
|
3264
|
-
|
|
3265
|
-
The following additional fields are available for event data stores:
|
|
3266
|
-
|
|
3267
3260
|
- ``eventSource``
|
|
3268
3261
|
- ``eventType``
|
|
3262
|
+
- ``resources.ARN``
|
|
3263
|
+
- ``resources.type`` (required)
|
|
3264
|
+
- ``readOnly``
|
|
3269
3265
|
- ``sessionCredentialFromConsole``
|
|
3270
3266
|
- ``userIdentity.arn``
|
|
3271
3267
|
|
|
@@ -3379,7 +3375,7 @@ class CfnTrail(
|
|
|
3379
3375
|
) -> None:
|
|
3380
3376
|
'''A single selector statement in an advanced event selector.
|
|
3381
3377
|
|
|
3382
|
-
:param field: A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the field is used only for selecting events as filtering is not supported. For CloudTrail management events, supported fields include ``eventCategory`` (required), ``eventSource`` , and ``readOnly`` . The following additional fields are available for event data stores: ``eventName`` , ``eventType`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` . For CloudTrail data events, supported fields include ``eventCategory`` (required), ``
|
|
3378
|
+
:param field: A field in a CloudTrail event record on which to filter events to be logged. For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the field is used only for selecting events as filtering is not supported. For CloudTrail management events, supported fields include ``eventCategory`` (required), ``eventSource`` , and ``readOnly`` . The following additional fields are available for event data stores: ``eventName`` , ``eventType`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` . For CloudTrail data events, supported fields include ``eventCategory`` (required), ``eventName`` , ``eventSource`` , ``eventType`` , ``resources.type`` (required), ``readOnly`` , ``resources.ARN`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` . For CloudTrail network activity events, supported fields include ``eventCategory`` (required), ``eventSource`` (required), ``eventName`` , ``errorCode`` , and ``vpcEndpointId`` . For event data stores for CloudTrail Insights events, AWS Config configuration items, Audit Manager evidence, or events outside of AWS , the only supported field is ``eventCategory`` . .. epigraph:: Selectors don't support the use of wildcards like ``*`` . To match multiple values with a single condition, you may use ``StartsWith`` , ``EndsWith`` , ``NotStartsWith`` , or ``NotEndsWith`` to explicitly match the beginning or end of the event field. - *``readOnly``* - This is an optional field that is only used for management events and data events. This field can be set to ``Equals`` with a value of ``true`` or ``false`` . If you do not add this field, CloudTrail logs both ``read`` and ``write`` events. A value of ``true`` logs only ``read`` events. A value of ``false`` logs only ``write`` events. - *``eventSource``* - This field is only used for management events, data events, and network activity events. For management events for trails, this is an optional field that can be set to ``NotEquals`` ``kms.amazonaws.com`` to exclude KMS management events, or ``NotEquals`` ``rdsdata.amazonaws.com`` to exclude RDS management events. For data events for trails, this is an optional field that you can use to include or exclude any event source and can use any operator. For management and data events for event data stores, this is an optional field that you can use to include or exclude any event source and can use any operator. For network activity events, this is a required field that only uses the ``Equals`` operator. Set this field to the event source for which you want to log network activity events. If you want to log network activity events for multiple event sources, you must create a separate field selector for each event source. For a list of services supporting network activity events, see `Logging network activity events <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html>`_ in the *AWS CloudTrail User Guide* . - *``eventName``* - This is an optional field that is only used for data events, management events (for event data stores only), and network activity events. You can use any operator with ``eventName`` . You can use it to filter in or filter out specific events. You can have multiple values for this field, separated by commas. - *``eventCategory``* - This field is required and must be set to ``Equals`` . - For CloudTrail management events, the value must be ``Management`` . - For CloudTrail data events, the value must be ``Data`` . - For CloudTrail network activity events, the value must be ``NetworkActivity`` . The following are used only for event data stores: - For CloudTrail Insights events, the value must be ``Insight`` . - For AWS Config configuration items, the value must be ``ConfigurationItem`` . - For Audit Manager evidence, the value must be ``Evidence`` . - For events outside of AWS , the value must be ``ActivityAuditLog`` . - *``eventType``* - For event data stores, this is an optional field available for event data stores to filter management and data events on the event type. For trails, this is an optional field to filter data events on the event type. For information about available event types, see `CloudTrail record contents <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.html#ct-event-type>`_ in the *AWS CloudTrail user guide* . - *``errorCode``* - This field is only used to filter CloudTrail network activity events and is optional. This is the error code to filter on. Currently, the only valid ``errorCode`` is ``VpceAccessDenied`` . ``errorCode`` can only use the ``Equals`` operator. - *``sessionCredentialFromConsole``* - For event data stores, this is an optional field used to filter management and data events based on whether the events originated from an AWS Management Console session. For trails, this is an optional field used to filter data events. ``sessionCredentialFromConsole`` can only use the ``Equals`` and ``NotEquals`` operators. - *``resources.type``* - This field is required for CloudTrail data events. ``resources.type`` can only use the ``Equals`` operator. For a list of available resource types for data events, see `Data events <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#logging-data-events>`_ in the *AWS CloudTrail User Guide* . You can have only one ``resources.type`` field per selector. To log events on more than one resource type, add another selector. - *``resources.ARN``* - The ``resources.ARN`` is an optional field for data events. You can use any operator with ``resources.ARN`` , but if you use ``Equals`` or ``NotEquals`` , the value must exactly match the ARN of a valid resource of the type you've specified in the template as the value of resources.type. To log all data events for all objects in a specific S3 bucket, use the ``StartsWith`` operator, and include only the bucket ARN as the matching value. For more information about the ARN formats of data event resources, see `Actions, resources, and condition keys for AWS services <https://docs.aws.amazon.com/service-authorization/latest/reference/reference_policies_actions-resources-contextkeys.html>`_ in the *Service Authorization Reference* . .. epigraph:: You can't use the ``resources.ARN`` field to filter resource types that do not have ARNs. - *``userIdentity.arn``* - For event data stores, this is an optional field used to filter management and data events for actions taken by specific IAM identities. For trails, this is an optional field used to filter data events. You can use any operator with ``userIdentity.arn`` . For more information on the userIdentity element, see `CloudTrail userIdentity element <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-user-identity.html>`_ in the *AWS CloudTrail User Guide* . - *``vpcEndpointId``* - This field is only used to filter CloudTrail network activity events and is optional. This field identifies the VPC endpoint that the request passed through. You can use any operator with ``vpcEndpointId`` .
|
|
3383
3379
|
:param ends_with: An operator that includes events that match the last few characters of the event record field specified as the value of ``Field`` .
|
|
3384
3380
|
:param equal_to: An operator that includes events that match the exact value of the event record field specified as the value of ``Field`` . This is the only valid operator that you can use with the ``readOnly`` , ``eventCategory`` , and ``resources.type`` fields.
|
|
3385
3381
|
:param not_ends_with: An operator that excludes events that match the last few characters of the event record field specified as the value of ``Field`` .
|
|
@@ -3441,7 +3437,7 @@ class CfnTrail(
|
|
|
3441
3437
|
|
|
3442
3438
|
For CloudTrail management events, supported fields include ``eventCategory`` (required), ``eventSource`` , and ``readOnly`` . The following additional fields are available for event data stores: ``eventName`` , ``eventType`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` .
|
|
3443
3439
|
|
|
3444
|
-
For CloudTrail data events, supported fields include ``eventCategory`` (required), ``
|
|
3440
|
+
For CloudTrail data events, supported fields include ``eventCategory`` (required), ``eventName`` , ``eventSource`` , ``eventType`` , ``resources.type`` (required), ``readOnly`` , ``resources.ARN`` , ``sessionCredentialFromConsole`` , and ``userIdentity.arn`` .
|
|
3445
3441
|
|
|
3446
3442
|
For CloudTrail network activity events, supported fields include ``eventCategory`` (required), ``eventSource`` (required), ``eventName`` , ``errorCode`` , and ``vpcEndpointId`` .
|
|
3447
3443
|
|
|
@@ -3451,11 +3447,13 @@ class CfnTrail(
|
|
|
3451
3447
|
Selectors don't support the use of wildcards like ``*`` . To match multiple values with a single condition, you may use ``StartsWith`` , ``EndsWith`` , ``NotStartsWith`` , or ``NotEndsWith`` to explicitly match the beginning or end of the event field.
|
|
3452
3448
|
|
|
3453
3449
|
- *``readOnly``* - This is an optional field that is only used for management events and data events. This field can be set to ``Equals`` with a value of ``true`` or ``false`` . If you do not add this field, CloudTrail logs both ``read`` and ``write`` events. A value of ``true`` logs only ``read`` events. A value of ``false`` logs only ``write`` events.
|
|
3454
|
-
- *``eventSource``* - This field is only used for management events, data events
|
|
3450
|
+
- *``eventSource``* - This field is only used for management events, data events, and network activity events.
|
|
3455
3451
|
|
|
3456
3452
|
For management events for trails, this is an optional field that can be set to ``NotEquals`` ``kms.amazonaws.com`` to exclude KMS management events, or ``NotEquals`` ``rdsdata.amazonaws.com`` to exclude RDS management events.
|
|
3457
3453
|
|
|
3458
|
-
For
|
|
3454
|
+
For data events for trails, this is an optional field that you can use to include or exclude any event source and can use any operator.
|
|
3455
|
+
|
|
3456
|
+
For management and data events for event data stores, this is an optional field that you can use to include or exclude any event source and can use any operator.
|
|
3459
3457
|
|
|
3460
3458
|
For network activity events, this is a required field that only uses the ``Equals`` operator. Set this field to the event source for which you want to log network activity events. If you want to log network activity events for multiple event sources, you must create a separate field selector for each event source. For a list of services supporting network activity events, see `Logging network activity events <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-network-events-with-cloudtrail.html>`_ in the *AWS CloudTrail User Guide* .
|
|
3461
3459
|
|
|
@@ -3471,9 +3469,9 @@ class CfnTrail(
|
|
|
3471
3469
|
- For AWS Config configuration items, the value must be ``ConfigurationItem`` .
|
|
3472
3470
|
- For Audit Manager evidence, the value must be ``Evidence`` .
|
|
3473
3471
|
- For events outside of AWS , the value must be ``ActivityAuditLog`` .
|
|
3474
|
-
- *``eventType``* -
|
|
3472
|
+
- *``eventType``* - For event data stores, this is an optional field available for event data stores to filter management and data events on the event type. For trails, this is an optional field to filter data events on the event type. For information about available event types, see `CloudTrail record contents <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-record-contents.html#ct-event-type>`_ in the *AWS CloudTrail user guide* .
|
|
3475
3473
|
- *``errorCode``* - This field is only used to filter CloudTrail network activity events and is optional. This is the error code to filter on. Currently, the only valid ``errorCode`` is ``VpceAccessDenied`` . ``errorCode`` can only use the ``Equals`` operator.
|
|
3476
|
-
- *``sessionCredentialFromConsole``* -
|
|
3474
|
+
- *``sessionCredentialFromConsole``* - For event data stores, this is an optional field used to filter management and data events based on whether the events originated from an AWS Management Console session. For trails, this is an optional field used to filter data events. ``sessionCredentialFromConsole`` can only use the ``Equals`` and ``NotEquals`` operators.
|
|
3477
3475
|
- *``resources.type``* - This field is required for CloudTrail data events. ``resources.type`` can only use the ``Equals`` operator.
|
|
3478
3476
|
|
|
3479
3477
|
For a list of available resource types for data events, see `Data events <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html#logging-data-events>`_ in the *AWS CloudTrail User Guide* .
|
|
@@ -3487,7 +3485,7 @@ class CfnTrail(
|
|
|
3487
3485
|
|
|
3488
3486
|
You can't use the ``resources.ARN`` field to filter resource types that do not have ARNs.
|
|
3489
3487
|
|
|
3490
|
-
- *``userIdentity.arn``* -
|
|
3488
|
+
- *``userIdentity.arn``* - For event data stores, this is an optional field used to filter management and data events for actions taken by specific IAM identities. For trails, this is an optional field used to filter data events. You can use any operator with ``userIdentity.arn`` . For more information on the userIdentity element, see `CloudTrail userIdentity element <https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-event-reference-user-identity.html>`_ in the *AWS CloudTrail User Guide* .
|
|
3491
3489
|
- *``vpcEndpointId``* - This field is only used to filter CloudTrail network activity events and is optional. This field identifies the VPC endpoint that the request passed through. You can use any operator with ``vpcEndpointId`` .
|
|
3492
3490
|
|
|
3493
3491
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-trail-advancedfieldselector.html#cfn-cloudtrail-trail-advancedfieldselector-field
|
|
@@ -3564,7 +3564,11 @@ class CfnProject(
|
|
|
3564
3564
|
exclude_matched_pattern=False
|
|
3565
3565
|
)]],
|
|
3566
3566
|
scope_configuration=codebuild.CfnProject.ScopeConfigurationProperty(
|
|
3567
|
-
name="name"
|
|
3567
|
+
name="name",
|
|
3568
|
+
|
|
3569
|
+
# the properties below are optional
|
|
3570
|
+
domain="domain",
|
|
3571
|
+
scope="scope"
|
|
3568
3572
|
),
|
|
3569
3573
|
webhook=False
|
|
3570
3574
|
),
|
|
@@ -5732,7 +5736,11 @@ class CfnProject(
|
|
|
5732
5736
|
exclude_matched_pattern=False
|
|
5733
5737
|
)]],
|
|
5734
5738
|
scope_configuration=codebuild.CfnProject.ScopeConfigurationProperty(
|
|
5735
|
-
name="name"
|
|
5739
|
+
name="name",
|
|
5740
|
+
|
|
5741
|
+
# the properties below are optional
|
|
5742
|
+
domain="domain",
|
|
5743
|
+
scope="scope"
|
|
5736
5744
|
),
|
|
5737
5745
|
webhook=False
|
|
5738
5746
|
)
|
|
@@ -6000,13 +6008,21 @@ class CfnProject(
|
|
|
6000
6008
|
@jsii.data_type(
|
|
6001
6009
|
jsii_type="aws-cdk-lib.aws_codebuild.CfnProject.ScopeConfigurationProperty",
|
|
6002
6010
|
jsii_struct_bases=[],
|
|
6003
|
-
name_mapping={"name": "name"},
|
|
6011
|
+
name_mapping={"name": "name", "domain": "domain", "scope": "scope"},
|
|
6004
6012
|
)
|
|
6005
6013
|
class ScopeConfigurationProperty:
|
|
6006
|
-
def __init__(
|
|
6014
|
+
def __init__(
|
|
6015
|
+
self,
|
|
6016
|
+
*,
|
|
6017
|
+
name: builtins.str,
|
|
6018
|
+
domain: typing.Optional[builtins.str] = None,
|
|
6019
|
+
scope: typing.Optional[builtins.str] = None,
|
|
6020
|
+
) -> None:
|
|
6007
6021
|
'''Contains configuration information about the scope for a webhook.
|
|
6008
6022
|
|
|
6009
6023
|
:param name: The name of either the enterprise or organization that will send webhook events to CodeBuild , depending on if the webhook is a global or organization webhook respectively.
|
|
6024
|
+
:param domain:
|
|
6025
|
+
:param scope:
|
|
6010
6026
|
|
|
6011
6027
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-scopeconfiguration.html
|
|
6012
6028
|
:exampleMetadata: fixture=_generated
|
|
@@ -6018,15 +6034,25 @@ class CfnProject(
|
|
|
6018
6034
|
from aws_cdk import aws_codebuild as codebuild
|
|
6019
6035
|
|
|
6020
6036
|
scope_configuration_property = codebuild.CfnProject.ScopeConfigurationProperty(
|
|
6021
|
-
name="name"
|
|
6037
|
+
name="name",
|
|
6038
|
+
|
|
6039
|
+
# the properties below are optional
|
|
6040
|
+
domain="domain",
|
|
6041
|
+
scope="scope"
|
|
6022
6042
|
)
|
|
6023
6043
|
'''
|
|
6024
6044
|
if __debug__:
|
|
6025
6045
|
type_hints = typing.get_type_hints(_typecheckingstub__32a108f04a81dd1f44ef69553884cac321bd7631e9997ac93f2e0891bca04d74)
|
|
6026
6046
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
6047
|
+
check_type(argname="argument domain", value=domain, expected_type=type_hints["domain"])
|
|
6048
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6027
6049
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
6028
6050
|
"name": name,
|
|
6029
6051
|
}
|
|
6052
|
+
if domain is not None:
|
|
6053
|
+
self._values["domain"] = domain
|
|
6054
|
+
if scope is not None:
|
|
6055
|
+
self._values["scope"] = scope
|
|
6030
6056
|
|
|
6031
6057
|
@builtins.property
|
|
6032
6058
|
def name(self) -> builtins.str:
|
|
@@ -6038,6 +6064,22 @@ class CfnProject(
|
|
|
6038
6064
|
assert result is not None, "Required property 'name' is missing"
|
|
6039
6065
|
return typing.cast(builtins.str, result)
|
|
6040
6066
|
|
|
6067
|
+
@builtins.property
|
|
6068
|
+
def domain(self) -> typing.Optional[builtins.str]:
|
|
6069
|
+
'''
|
|
6070
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-scopeconfiguration.html#cfn-codebuild-project-scopeconfiguration-domain
|
|
6071
|
+
'''
|
|
6072
|
+
result = self._values.get("domain")
|
|
6073
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6074
|
+
|
|
6075
|
+
@builtins.property
|
|
6076
|
+
def scope(self) -> typing.Optional[builtins.str]:
|
|
6077
|
+
'''
|
|
6078
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-scopeconfiguration.html#cfn-codebuild-project-scopeconfiguration-scope
|
|
6079
|
+
'''
|
|
6080
|
+
result = self._values.get("scope")
|
|
6081
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6082
|
+
|
|
6041
6083
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6042
6084
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6043
6085
|
|
|
@@ -6926,7 +6968,11 @@ class CfnProjectProps:
|
|
|
6926
6968
|
exclude_matched_pattern=False
|
|
6927
6969
|
)]],
|
|
6928
6970
|
scope_configuration=codebuild.CfnProject.ScopeConfigurationProperty(
|
|
6929
|
-
name="name"
|
|
6971
|
+
name="name",
|
|
6972
|
+
|
|
6973
|
+
# the properties below are optional
|
|
6974
|
+
domain="domain",
|
|
6975
|
+
scope="scope"
|
|
6930
6976
|
),
|
|
6931
6977
|
webhook=False
|
|
6932
6978
|
),
|
|
@@ -12035,18 +12081,42 @@ class LinuxArmLambdaBuildImage(
|
|
|
12035
12081
|
'''The ``aws/codebuild/amazonlinux-aarch64-lambda-standard:dotnet8`` build image.'''
|
|
12036
12082
|
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_DOTNET_8"))
|
|
12037
12083
|
|
|
12084
|
+
@jsii.python.classproperty
|
|
12085
|
+
@jsii.member(jsii_name="AMAZON_LINUX_2023_GO_1_24")
|
|
12086
|
+
def AMAZON_LINUX_2023_GO_1_24(cls) -> IBuildImage:
|
|
12087
|
+
'''The ``aws/codebuild/amazonlinux-aarch64-lambda-standard:go1.24`` build image.'''
|
|
12088
|
+
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_GO_1_24"))
|
|
12089
|
+
|
|
12038
12090
|
@jsii.python.classproperty
|
|
12039
12091
|
@jsii.member(jsii_name="AMAZON_LINUX_2023_NODE_20")
|
|
12040
12092
|
def AMAZON_LINUX_2023_NODE_20(cls) -> IBuildImage:
|
|
12041
12093
|
'''The ``aws/codebuild/amazonlinux-aarch64-lambda-standard:nodejs20`` build image.'''
|
|
12042
12094
|
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_NODE_20"))
|
|
12043
12095
|
|
|
12096
|
+
@jsii.python.classproperty
|
|
12097
|
+
@jsii.member(jsii_name="AMAZON_LINUX_2023_NODE_22")
|
|
12098
|
+
def AMAZON_LINUX_2023_NODE_22(cls) -> IBuildImage:
|
|
12099
|
+
'''The ``aws/codebuild/amazonlinux-aarch64-lambda-standard:nodejs22`` build image.'''
|
|
12100
|
+
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_NODE_22"))
|
|
12101
|
+
|
|
12044
12102
|
@jsii.python.classproperty
|
|
12045
12103
|
@jsii.member(jsii_name="AMAZON_LINUX_2023_PYTHON_3_12")
|
|
12046
12104
|
def AMAZON_LINUX_2023_PYTHON_3_12(cls) -> IBuildImage:
|
|
12047
12105
|
'''The ``aws/codebuild/amazonlinux-aarch64-lambda-standard:python3.12`` build image.'''
|
|
12048
12106
|
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_PYTHON_3_12"))
|
|
12049
12107
|
|
|
12108
|
+
@jsii.python.classproperty
|
|
12109
|
+
@jsii.member(jsii_name="AMAZON_LINUX_2023_PYTHON_3_13")
|
|
12110
|
+
def AMAZON_LINUX_2023_PYTHON_3_13(cls) -> IBuildImage:
|
|
12111
|
+
'''The ``aws/codebuild/amazonlinux-aarch64-lambda-standard:python3.13`` build image.'''
|
|
12112
|
+
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_PYTHON_3_13"))
|
|
12113
|
+
|
|
12114
|
+
@jsii.python.classproperty
|
|
12115
|
+
@jsii.member(jsii_name="AMAZON_LINUX_2023_RUBY_3_4")
|
|
12116
|
+
def AMAZON_LINUX_2023_RUBY_3_4(cls) -> IBuildImage:
|
|
12117
|
+
'''The ``aws/codebuild/amazonlinux-aarch64-lambda-standard:ruby3.4`` build image.'''
|
|
12118
|
+
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_RUBY_3_4"))
|
|
12119
|
+
|
|
12050
12120
|
@builtins.property
|
|
12051
12121
|
@jsii.member(jsii_name="defaultComputeType")
|
|
12052
12122
|
def default_compute_type(self) -> ComputeType:
|
|
@@ -12626,18 +12696,42 @@ class LinuxLambdaBuildImage(
|
|
|
12626
12696
|
'''The ``aws/codebuild/amazonlinux-x86_64-lambda-standard:dotnet8`` build image.'''
|
|
12627
12697
|
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_DOTNET_8"))
|
|
12628
12698
|
|
|
12699
|
+
@jsii.python.classproperty
|
|
12700
|
+
@jsii.member(jsii_name="AMAZON_LINUX_2023_GO_1_24")
|
|
12701
|
+
def AMAZON_LINUX_2023_GO_1_24(cls) -> IBuildImage:
|
|
12702
|
+
'''The ``aws/codebuild/amazonlinux-x86_64-lambda-standard:go1.24`` build image.'''
|
|
12703
|
+
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_GO_1_24"))
|
|
12704
|
+
|
|
12629
12705
|
@jsii.python.classproperty
|
|
12630
12706
|
@jsii.member(jsii_name="AMAZON_LINUX_2023_NODE_20")
|
|
12631
12707
|
def AMAZON_LINUX_2023_NODE_20(cls) -> IBuildImage:
|
|
12632
12708
|
'''The ``aws/codebuild/amazonlinux-x86_64-lambda-standard:nodejs20`` build image.'''
|
|
12633
12709
|
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_NODE_20"))
|
|
12634
12710
|
|
|
12711
|
+
@jsii.python.classproperty
|
|
12712
|
+
@jsii.member(jsii_name="AMAZON_LINUX_2023_NODE_22")
|
|
12713
|
+
def AMAZON_LINUX_2023_NODE_22(cls) -> IBuildImage:
|
|
12714
|
+
'''The ``aws/codebuild/amazonlinux-x86_64-lambda-standard:nodejs22`` build image.'''
|
|
12715
|
+
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_NODE_22"))
|
|
12716
|
+
|
|
12635
12717
|
@jsii.python.classproperty
|
|
12636
12718
|
@jsii.member(jsii_name="AMAZON_LINUX_2023_PYTHON_3_12")
|
|
12637
12719
|
def AMAZON_LINUX_2023_PYTHON_3_12(cls) -> IBuildImage:
|
|
12638
12720
|
'''The ``aws/codebuild/amazonlinux-x86_64-lambda-standard:python3.12`` build image.'''
|
|
12639
12721
|
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_PYTHON_3_12"))
|
|
12640
12722
|
|
|
12723
|
+
@jsii.python.classproperty
|
|
12724
|
+
@jsii.member(jsii_name="AMAZON_LINUX_2023_PYTHON_3_13")
|
|
12725
|
+
def AMAZON_LINUX_2023_PYTHON_3_13(cls) -> IBuildImage:
|
|
12726
|
+
'''The ``aws/codebuild/amazonlinux-x86_64-lambda-standard:python3.13`` build image.'''
|
|
12727
|
+
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_PYTHON_3_13"))
|
|
12728
|
+
|
|
12729
|
+
@jsii.python.classproperty
|
|
12730
|
+
@jsii.member(jsii_name="AMAZON_LINUX_2023_RUBY_3_4")
|
|
12731
|
+
def AMAZON_LINUX_2023_RUBY_3_4(cls) -> IBuildImage:
|
|
12732
|
+
'''The ``aws/codebuild/amazonlinux-x86_64-lambda-standard:ruby3.4`` build image.'''
|
|
12733
|
+
return typing.cast(IBuildImage, jsii.sget(cls, "AMAZON_LINUX_2023_RUBY_3_4"))
|
|
12734
|
+
|
|
12641
12735
|
@builtins.property
|
|
12642
12736
|
@jsii.member(jsii_name="defaultComputeType")
|
|
12643
12737
|
def default_compute_type(self) -> ComputeType:
|
|
@@ -16198,7 +16292,11 @@ class SourceConfig:
|
|
|
16198
16292
|
exclude_matched_pattern=False
|
|
16199
16293
|
)]],
|
|
16200
16294
|
scope_configuration=codebuild.CfnProject.ScopeConfigurationProperty(
|
|
16201
|
-
name="name"
|
|
16295
|
+
name="name",
|
|
16296
|
+
|
|
16297
|
+
# the properties below are optional
|
|
16298
|
+
domain="domain",
|
|
16299
|
+
scope="scope"
|
|
16202
16300
|
),
|
|
16203
16301
|
webhook=False
|
|
16204
16302
|
),
|
|
@@ -19166,6 +19264,8 @@ def _typecheckingstub__339e3977bff464cdbd76e63b42bfebb18a64e99f952fa16884abebf8e
|
|
|
19166
19264
|
def _typecheckingstub__32a108f04a81dd1f44ef69553884cac321bd7631e9997ac93f2e0891bca04d74(
|
|
19167
19265
|
*,
|
|
19168
19266
|
name: builtins.str,
|
|
19267
|
+
domain: typing.Optional[builtins.str] = None,
|
|
19268
|
+
scope: typing.Optional[builtins.str] = None,
|
|
19169
19269
|
) -> None:
|
|
19170
19270
|
"""Type checking stubs"""
|
|
19171
19271
|
pass
|
aws_cdk/aws_datazone/__init__.py
CHANGED
|
@@ -5231,6 +5231,7 @@ class CfnDomain(
|
|
|
5231
5231
|
kms_key_identifier="kmsKeyIdentifier",
|
|
5232
5232
|
service_role="serviceRole",
|
|
5233
5233
|
single_sign_on=datazone.CfnDomain.SingleSignOnProperty(
|
|
5234
|
+
idc_instance_arn="idcInstanceArn",
|
|
5234
5235
|
type="type",
|
|
5235
5236
|
user_assignment="userAssignment"
|
|
5236
5237
|
),
|
|
@@ -5509,17 +5510,23 @@ class CfnDomain(
|
|
|
5509
5510
|
@jsii.data_type(
|
|
5510
5511
|
jsii_type="aws-cdk-lib.aws_datazone.CfnDomain.SingleSignOnProperty",
|
|
5511
5512
|
jsii_struct_bases=[],
|
|
5512
|
-
name_mapping={
|
|
5513
|
+
name_mapping={
|
|
5514
|
+
"idc_instance_arn": "idcInstanceArn",
|
|
5515
|
+
"type": "type",
|
|
5516
|
+
"user_assignment": "userAssignment",
|
|
5517
|
+
},
|
|
5513
5518
|
)
|
|
5514
5519
|
class SingleSignOnProperty:
|
|
5515
5520
|
def __init__(
|
|
5516
5521
|
self,
|
|
5517
5522
|
*,
|
|
5523
|
+
idc_instance_arn: typing.Optional[builtins.str] = None,
|
|
5518
5524
|
type: typing.Optional[builtins.str] = None,
|
|
5519
5525
|
user_assignment: typing.Optional[builtins.str] = None,
|
|
5520
5526
|
) -> None:
|
|
5521
5527
|
'''The single sign-on details in Amazon DataZone.
|
|
5522
5528
|
|
|
5529
|
+
:param idc_instance_arn: The ARN of the AWS Identity Center instance.
|
|
5523
5530
|
:param type: The type of single sign-on in Amazon DataZone.
|
|
5524
5531
|
:param user_assignment: The single sign-on user assignment in Amazon DataZone.
|
|
5525
5532
|
|
|
@@ -5533,20 +5540,33 @@ class CfnDomain(
|
|
|
5533
5540
|
from aws_cdk import aws_datazone as datazone
|
|
5534
5541
|
|
|
5535
5542
|
single_sign_on_property = datazone.CfnDomain.SingleSignOnProperty(
|
|
5543
|
+
idc_instance_arn="idcInstanceArn",
|
|
5536
5544
|
type="type",
|
|
5537
5545
|
user_assignment="userAssignment"
|
|
5538
5546
|
)
|
|
5539
5547
|
'''
|
|
5540
5548
|
if __debug__:
|
|
5541
5549
|
type_hints = typing.get_type_hints(_typecheckingstub__f7f4cd03b79bceb07fb9f1366c739ee9cc49b8cbf6b9077a564689e81698df16)
|
|
5550
|
+
check_type(argname="argument idc_instance_arn", value=idc_instance_arn, expected_type=type_hints["idc_instance_arn"])
|
|
5542
5551
|
check_type(argname="argument type", value=type, expected_type=type_hints["type"])
|
|
5543
5552
|
check_type(argname="argument user_assignment", value=user_assignment, expected_type=type_hints["user_assignment"])
|
|
5544
5553
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5554
|
+
if idc_instance_arn is not None:
|
|
5555
|
+
self._values["idc_instance_arn"] = idc_instance_arn
|
|
5545
5556
|
if type is not None:
|
|
5546
5557
|
self._values["type"] = type
|
|
5547
5558
|
if user_assignment is not None:
|
|
5548
5559
|
self._values["user_assignment"] = user_assignment
|
|
5549
5560
|
|
|
5561
|
+
@builtins.property
|
|
5562
|
+
def idc_instance_arn(self) -> typing.Optional[builtins.str]:
|
|
5563
|
+
'''The ARN of the AWS Identity Center instance.
|
|
5564
|
+
|
|
5565
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-domain-singlesignon.html#cfn-datazone-domain-singlesignon-idcinstancearn
|
|
5566
|
+
'''
|
|
5567
|
+
result = self._values.get("idc_instance_arn")
|
|
5568
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
5569
|
+
|
|
5550
5570
|
@builtins.property
|
|
5551
5571
|
def type(self) -> typing.Optional[builtins.str]:
|
|
5552
5572
|
'''The type of single sign-on in Amazon DataZone.
|
|
@@ -5634,6 +5654,7 @@ class CfnDomainProps:
|
|
|
5634
5654
|
kms_key_identifier="kmsKeyIdentifier",
|
|
5635
5655
|
service_role="serviceRole",
|
|
5636
5656
|
single_sign_on=datazone.CfnDomain.SingleSignOnProperty(
|
|
5657
|
+
idc_instance_arn="idcInstanceArn",
|
|
5637
5658
|
type="type",
|
|
5638
5659
|
user_assignment="userAssignment"
|
|
5639
5660
|
),
|
|
@@ -10431,6 +10452,7 @@ def _typecheckingstub__d899e2a4a220703956ab7f56e7c810107ec736f8c6281bedb3bc027e6
|
|
|
10431
10452
|
|
|
10432
10453
|
def _typecheckingstub__f7f4cd03b79bceb07fb9f1366c739ee9cc49b8cbf6b9077a564689e81698df16(
|
|
10433
10454
|
*,
|
|
10455
|
+
idc_instance_arn: typing.Optional[builtins.str] = None,
|
|
10434
10456
|
type: typing.Optional[builtins.str] = None,
|
|
10435
10457
|
user_assignment: typing.Optional[builtins.str] = None,
|
|
10436
10458
|
) -> None:
|