aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +21 -18
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +4 -1
- aws_cdk/aws_aiops/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -29
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -29
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +3 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_applicationsignals/__init__.py +4 -1
- aws_cdk/aws_appmesh/__init__.py +3 -0
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_apptest/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +1168 -83
- aws_cdk/aws_arcregionswitch/__init__.py +3 -0
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +9 -29
- aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +3 -0
- aws_cdk/aws_cleanroomsml/__init__.py +3 -0
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +69 -3
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codeconnections/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +3 -0
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +1232 -2
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -29
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +17 -15
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_deadline/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +3 -0
- aws_cdk/aws_docdb/__init__.py +14 -3
- aws_cdk/aws_docdbelastic/__init__.py +3 -0
- aws_cdk/aws_dsql/__init__.py +3 -0
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +106 -40
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +87 -48
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +3 -58
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +12 -11
- aws_cdk/aws_entityresolution/__init__.py +3 -0
- aws_cdk/aws_events/__init__.py +73 -29
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_evs/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_gameliftstreams/__init__.py +8 -5
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +11 -80
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +30 -32
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +499 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_invoicing/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +3 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -87
- aws_cdk/aws_iotwireless/__init__.py +61 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +3 -0
- aws_cdk/aws_kendra/__init__.py +3 -58
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
- aws_cdk/aws_kinesisvideo/__init__.py +3 -29
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +14 -7
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_launchwizard/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -29
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +226 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +171 -33
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -58
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_mpa/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +55 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_notifications/__init__.py +3 -0
- aws_cdk/aws_notificationscontacts/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +3 -0
- aws_cdk/aws_observabilityadmin/__init__.py +171 -137
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +3 -0
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -116
- aws_cdk/aws_osis/__init__.py +157 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_paymentcryptography/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
- aws_cdk/aws_pcs/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -58
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qbusiness/__init__.py +3 -174
- aws_cdk/aws_qldb/__init__.py +3 -29
- aws_cdk/aws_quicksight/__init__.py +418 -411
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +42 -19
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -29
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +18 -18
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -4
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +51 -41
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_s3tables/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +166 -87
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -29
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +136 -124
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_smsvoice/__init__.py +3 -29
- aws_cdk/aws_sns/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +10 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +23 -19
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +59 -26
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -29
- aws_cdk/aws_transfer/__init__.py +20 -34
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +7 -4
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -116
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesinstances/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cx_api/__init__.py +34 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
- aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_logs/__init__.py
CHANGED
|
@@ -1093,6 +1093,7 @@ class CfnAccountPolicyProps:
|
|
|
1093
1093
|
name_mapping={
|
|
1094
1094
|
"name": "name",
|
|
1095
1095
|
"delivery_destination_policy": "deliveryDestinationPolicy",
|
|
1096
|
+
"delivery_destination_type": "deliveryDestinationType",
|
|
1096
1097
|
"destination_resource_arn": "destinationResourceArn",
|
|
1097
1098
|
"output_format": "outputFormat",
|
|
1098
1099
|
"tags": "tags",
|
|
@@ -1104,6 +1105,7 @@ class CfnDeliveryDestinationProps:
|
|
|
1104
1105
|
*,
|
|
1105
1106
|
name: builtins.str,
|
|
1106
1107
|
delivery_destination_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryDestination.DestinationPolicyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1108
|
+
delivery_destination_type: typing.Optional[builtins.str] = None,
|
|
1107
1109
|
destination_resource_arn: typing.Optional[builtins.str] = None,
|
|
1108
1110
|
output_format: typing.Optional[builtins.str] = None,
|
|
1109
1111
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -1112,6 +1114,7 @@ class CfnDeliveryDestinationProps:
|
|
|
1112
1114
|
|
|
1113
1115
|
:param name: The name of this delivery destination.
|
|
1114
1116
|
:param delivery_destination_policy: An IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account. For examples of this policy, see `Examples <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html#API_PutDeliveryDestinationPolicy_Examples>`_ in the CloudWatch Logs API Reference.
|
|
1117
|
+
:param delivery_destination_type: Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.
|
|
1115
1118
|
:param destination_resource_arn: The ARN of the AWS destination that this delivery destination represents. That AWS destination can be a log group in CloudWatch Logs , an Amazon S3 bucket, or a Firehose stream.
|
|
1116
1119
|
:param output_format: The format of the logs that are sent to this delivery destination.
|
|
1117
1120
|
:param tags: An array of key-value pairs to apply to the delivery destination. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
@@ -1135,6 +1138,7 @@ class CfnDeliveryDestinationProps:
|
|
|
1135
1138
|
delivery_destination_name="deliveryDestinationName",
|
|
1136
1139
|
delivery_destination_policy=delivery_destination_policy
|
|
1137
1140
|
),
|
|
1141
|
+
delivery_destination_type="deliveryDestinationType",
|
|
1138
1142
|
destination_resource_arn="destinationResourceArn",
|
|
1139
1143
|
output_format="outputFormat",
|
|
1140
1144
|
tags=[CfnTag(
|
|
@@ -1147,6 +1151,7 @@ class CfnDeliveryDestinationProps:
|
|
|
1147
1151
|
type_hints = typing.get_type_hints(_typecheckingstub__53bbf04ee2b4b7e83a98258d41a973972fae20f7537731a0fbcda3e7c5f46c1c)
|
|
1148
1152
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
1149
1153
|
check_type(argname="argument delivery_destination_policy", value=delivery_destination_policy, expected_type=type_hints["delivery_destination_policy"])
|
|
1154
|
+
check_type(argname="argument delivery_destination_type", value=delivery_destination_type, expected_type=type_hints["delivery_destination_type"])
|
|
1150
1155
|
check_type(argname="argument destination_resource_arn", value=destination_resource_arn, expected_type=type_hints["destination_resource_arn"])
|
|
1151
1156
|
check_type(argname="argument output_format", value=output_format, expected_type=type_hints["output_format"])
|
|
1152
1157
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
@@ -1155,6 +1160,8 @@ class CfnDeliveryDestinationProps:
|
|
|
1155
1160
|
}
|
|
1156
1161
|
if delivery_destination_policy is not None:
|
|
1157
1162
|
self._values["delivery_destination_policy"] = delivery_destination_policy
|
|
1163
|
+
if delivery_destination_type is not None:
|
|
1164
|
+
self._values["delivery_destination_type"] = delivery_destination_type
|
|
1158
1165
|
if destination_resource_arn is not None:
|
|
1159
1166
|
self._values["destination_resource_arn"] = destination_resource_arn
|
|
1160
1167
|
if output_format is not None:
|
|
@@ -1185,6 +1192,15 @@ class CfnDeliveryDestinationProps:
|
|
|
1185
1192
|
result = self._values.get("delivery_destination_policy")
|
|
1186
1193
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDeliveryDestination.DestinationPolicyProperty"]], result)
|
|
1187
1194
|
|
|
1195
|
+
@builtins.property
|
|
1196
|
+
def delivery_destination_type(self) -> typing.Optional[builtins.str]:
|
|
1197
|
+
'''Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.
|
|
1198
|
+
|
|
1199
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-deliverydestination.html#cfn-logs-deliverydestination-deliverydestinationtype
|
|
1200
|
+
'''
|
|
1201
|
+
result = self._values.get("delivery_destination_type")
|
|
1202
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1203
|
+
|
|
1188
1204
|
@builtins.property
|
|
1189
1205
|
def destination_resource_arn(self) -> typing.Optional[builtins.str]:
|
|
1190
1206
|
'''The ARN of the AWS destination that this delivery destination represents.
|
|
@@ -2210,6 +2226,8 @@ class CfnLogStreamProps:
|
|
|
2210
2226
|
"log_group_name": "logGroupName",
|
|
2211
2227
|
"metric_transformations": "metricTransformations",
|
|
2212
2228
|
"apply_on_transformed_logs": "applyOnTransformedLogs",
|
|
2229
|
+
"emit_system_field_dimensions": "emitSystemFieldDimensions",
|
|
2230
|
+
"field_selection_criteria": "fieldSelectionCriteria",
|
|
2213
2231
|
"filter_name": "filterName",
|
|
2214
2232
|
},
|
|
2215
2233
|
)
|
|
@@ -2221,6 +2239,8 @@ class CfnMetricFilterProps:
|
|
|
2221
2239
|
log_group_name: builtins.str,
|
|
2222
2240
|
metric_transformations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMetricFilter.MetricTransformationProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
2223
2241
|
apply_on_transformed_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2242
|
+
emit_system_field_dimensions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2243
|
+
field_selection_criteria: typing.Optional[builtins.str] = None,
|
|
2224
2244
|
filter_name: typing.Optional[builtins.str] = None,
|
|
2225
2245
|
) -> None:
|
|
2226
2246
|
'''Properties for defining a ``CfnMetricFilter``.
|
|
@@ -2229,6 +2249,8 @@ class CfnMetricFilterProps:
|
|
|
2229
2249
|
:param log_group_name: The name of an existing log group that you want to associate with this metric filter.
|
|
2230
2250
|
:param metric_transformations: The metric transformations.
|
|
2231
2251
|
:param apply_on_transformed_logs: This parameter is valid only for log groups that have an active log transformer. For more information about log transformers, see `PutTransformer <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutTransformer.html>`_ . If this value is ``true`` , the metric filter is applied on the transformed version of the log events instead of the original ingested log events.
|
|
2252
|
+
:param emit_system_field_dimensions: The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the ``emitSystemFieldDimensions`` value if it was specified when the metric filter was created.
|
|
2253
|
+
:param field_selection_criteria: The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the metric filter was created.
|
|
2232
2254
|
:param filter_name: The name of the metric filter.
|
|
2233
2255
|
|
|
2234
2256
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html
|
|
@@ -2259,6 +2281,8 @@ class CfnMetricFilterProps:
|
|
|
2259
2281
|
|
|
2260
2282
|
# the properties below are optional
|
|
2261
2283
|
apply_on_transformed_logs=False,
|
|
2284
|
+
emit_system_field_dimensions=["emitSystemFieldDimensions"],
|
|
2285
|
+
field_selection_criteria="fieldSelectionCriteria",
|
|
2262
2286
|
filter_name="filterName"
|
|
2263
2287
|
)
|
|
2264
2288
|
'''
|
|
@@ -2268,6 +2292,8 @@ class CfnMetricFilterProps:
|
|
|
2268
2292
|
check_type(argname="argument log_group_name", value=log_group_name, expected_type=type_hints["log_group_name"])
|
|
2269
2293
|
check_type(argname="argument metric_transformations", value=metric_transformations, expected_type=type_hints["metric_transformations"])
|
|
2270
2294
|
check_type(argname="argument apply_on_transformed_logs", value=apply_on_transformed_logs, expected_type=type_hints["apply_on_transformed_logs"])
|
|
2295
|
+
check_type(argname="argument emit_system_field_dimensions", value=emit_system_field_dimensions, expected_type=type_hints["emit_system_field_dimensions"])
|
|
2296
|
+
check_type(argname="argument field_selection_criteria", value=field_selection_criteria, expected_type=type_hints["field_selection_criteria"])
|
|
2271
2297
|
check_type(argname="argument filter_name", value=filter_name, expected_type=type_hints["filter_name"])
|
|
2272
2298
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2273
2299
|
"filter_pattern": filter_pattern,
|
|
@@ -2276,6 +2302,10 @@ class CfnMetricFilterProps:
|
|
|
2276
2302
|
}
|
|
2277
2303
|
if apply_on_transformed_logs is not None:
|
|
2278
2304
|
self._values["apply_on_transformed_logs"] = apply_on_transformed_logs
|
|
2305
|
+
if emit_system_field_dimensions is not None:
|
|
2306
|
+
self._values["emit_system_field_dimensions"] = emit_system_field_dimensions
|
|
2307
|
+
if field_selection_criteria is not None:
|
|
2308
|
+
self._values["field_selection_criteria"] = field_selection_criteria
|
|
2279
2309
|
if filter_name is not None:
|
|
2280
2310
|
self._values["filter_name"] = filter_name
|
|
2281
2311
|
|
|
@@ -2328,6 +2358,30 @@ class CfnMetricFilterProps:
|
|
|
2328
2358
|
result = self._values.get("apply_on_transformed_logs")
|
|
2329
2359
|
return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
|
|
2330
2360
|
|
|
2361
|
+
@builtins.property
|
|
2362
|
+
def emit_system_field_dimensions(
|
|
2363
|
+
self,
|
|
2364
|
+
) -> typing.Optional[typing.List[builtins.str]]:
|
|
2365
|
+
'''The list of system fields that are emitted as additional dimensions in the generated metrics.
|
|
2366
|
+
|
|
2367
|
+
Returns the ``emitSystemFieldDimensions`` value if it was specified when the metric filter was created.
|
|
2368
|
+
|
|
2369
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-logs-metricfilter-emitsystemfielddimensions
|
|
2370
|
+
'''
|
|
2371
|
+
result = self._values.get("emit_system_field_dimensions")
|
|
2372
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2373
|
+
|
|
2374
|
+
@builtins.property
|
|
2375
|
+
def field_selection_criteria(self) -> typing.Optional[builtins.str]:
|
|
2376
|
+
'''The filter expression that specifies which log events are processed by this metric filter based on system fields.
|
|
2377
|
+
|
|
2378
|
+
Returns the ``fieldSelectionCriteria`` value if it was specified when the metric filter was created.
|
|
2379
|
+
|
|
2380
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html#cfn-logs-metricfilter-fieldselectioncriteria
|
|
2381
|
+
'''
|
|
2382
|
+
result = self._values.get("field_selection_criteria")
|
|
2383
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2384
|
+
|
|
2331
2385
|
@builtins.property
|
|
2332
2386
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
2333
2387
|
'''The name of the metric filter.
|
|
@@ -2551,6 +2605,8 @@ class CfnResourcePolicyProps:
|
|
|
2551
2605
|
"log_group_name": "logGroupName",
|
|
2552
2606
|
"apply_on_transformed_logs": "applyOnTransformedLogs",
|
|
2553
2607
|
"distribution": "distribution",
|
|
2608
|
+
"emit_system_fields": "emitSystemFields",
|
|
2609
|
+
"field_selection_criteria": "fieldSelectionCriteria",
|
|
2554
2610
|
"filter_name": "filterName",
|
|
2555
2611
|
"role_arn": "roleArn",
|
|
2556
2612
|
},
|
|
@@ -2564,6 +2620,8 @@ class CfnSubscriptionFilterProps:
|
|
|
2564
2620
|
log_group_name: builtins.str,
|
|
2565
2621
|
apply_on_transformed_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2566
2622
|
distribution: typing.Optional[builtins.str] = None,
|
|
2623
|
+
emit_system_fields: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
2624
|
+
field_selection_criteria: typing.Optional[builtins.str] = None,
|
|
2567
2625
|
filter_name: typing.Optional[builtins.str] = None,
|
|
2568
2626
|
role_arn: typing.Optional[builtins.str] = None,
|
|
2569
2627
|
) -> None:
|
|
@@ -2574,6 +2632,8 @@ class CfnSubscriptionFilterProps:
|
|
|
2574
2632
|
:param log_group_name: The log group to associate with the subscription filter. All log events that are uploaded to this log group are filtered and delivered to the specified AWS resource if the filter pattern matches the log events.
|
|
2575
2633
|
:param apply_on_transformed_logs: This parameter is valid only for log groups that have an active log transformer. For more information about log transformers, see `PutTransformer <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutTransformer.html>`_ . If this value is ``true`` , the subscription filter is applied on the transformed version of the log events instead of the original ingested log events.
|
|
2576
2634
|
:param distribution: The method used to distribute log data to the destination, which can be either random or grouped by log stream.
|
|
2635
|
+
:param emit_system_fields: The list of system fields that are included in the log events sent to the subscription destination. Returns the ``emitSystemFields`` value if it was specified when the subscription filter was created.
|
|
2636
|
+
:param field_selection_criteria: The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the subscription filter was created.
|
|
2577
2637
|
:param filter_name: The name of the subscription filter.
|
|
2578
2638
|
:param role_arn: The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.
|
|
2579
2639
|
|
|
@@ -2594,6 +2654,8 @@ class CfnSubscriptionFilterProps:
|
|
|
2594
2654
|
# the properties below are optional
|
|
2595
2655
|
apply_on_transformed_logs=False,
|
|
2596
2656
|
distribution="distribution",
|
|
2657
|
+
emit_system_fields=["emitSystemFields"],
|
|
2658
|
+
field_selection_criteria="fieldSelectionCriteria",
|
|
2597
2659
|
filter_name="filterName",
|
|
2598
2660
|
role_arn="roleArn"
|
|
2599
2661
|
)
|
|
@@ -2605,6 +2667,8 @@ class CfnSubscriptionFilterProps:
|
|
|
2605
2667
|
check_type(argname="argument log_group_name", value=log_group_name, expected_type=type_hints["log_group_name"])
|
|
2606
2668
|
check_type(argname="argument apply_on_transformed_logs", value=apply_on_transformed_logs, expected_type=type_hints["apply_on_transformed_logs"])
|
|
2607
2669
|
check_type(argname="argument distribution", value=distribution, expected_type=type_hints["distribution"])
|
|
2670
|
+
check_type(argname="argument emit_system_fields", value=emit_system_fields, expected_type=type_hints["emit_system_fields"])
|
|
2671
|
+
check_type(argname="argument field_selection_criteria", value=field_selection_criteria, expected_type=type_hints["field_selection_criteria"])
|
|
2608
2672
|
check_type(argname="argument filter_name", value=filter_name, expected_type=type_hints["filter_name"])
|
|
2609
2673
|
check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
|
|
2610
2674
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -2616,6 +2680,10 @@ class CfnSubscriptionFilterProps:
|
|
|
2616
2680
|
self._values["apply_on_transformed_logs"] = apply_on_transformed_logs
|
|
2617
2681
|
if distribution is not None:
|
|
2618
2682
|
self._values["distribution"] = distribution
|
|
2683
|
+
if emit_system_fields is not None:
|
|
2684
|
+
self._values["emit_system_fields"] = emit_system_fields
|
|
2685
|
+
if field_selection_criteria is not None:
|
|
2686
|
+
self._values["field_selection_criteria"] = field_selection_criteria
|
|
2619
2687
|
if filter_name is not None:
|
|
2620
2688
|
self._values["filter_name"] = filter_name
|
|
2621
2689
|
if role_arn is not None:
|
|
@@ -2679,6 +2747,28 @@ class CfnSubscriptionFilterProps:
|
|
|
2679
2747
|
result = self._values.get("distribution")
|
|
2680
2748
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2681
2749
|
|
|
2750
|
+
@builtins.property
|
|
2751
|
+
def emit_system_fields(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
2752
|
+
'''The list of system fields that are included in the log events sent to the subscription destination.
|
|
2753
|
+
|
|
2754
|
+
Returns the ``emitSystemFields`` value if it was specified when the subscription filter was created.
|
|
2755
|
+
|
|
2756
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-emitsystemfields
|
|
2757
|
+
'''
|
|
2758
|
+
result = self._values.get("emit_system_fields")
|
|
2759
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
2760
|
+
|
|
2761
|
+
@builtins.property
|
|
2762
|
+
def field_selection_criteria(self) -> typing.Optional[builtins.str]:
|
|
2763
|
+
'''The filter expression that specifies which log events are processed by this subscription filter based on system fields.
|
|
2764
|
+
|
|
2765
|
+
Returns the ``fieldSelectionCriteria`` value if it was specified when the subscription filter was created.
|
|
2766
|
+
|
|
2767
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-subscriptionfilter.html#cfn-logs-subscriptionfilter-fieldselectioncriteria
|
|
2768
|
+
'''
|
|
2769
|
+
result = self._values.get("field_selection_criteria")
|
|
2770
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2771
|
+
|
|
2682
2772
|
@builtins.property
|
|
2683
2773
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
2684
2774
|
'''The name of the subscription filter.
|
|
@@ -13178,6 +13268,7 @@ class CfnDeliveryDestination(
|
|
|
13178
13268
|
delivery_destination_name="deliveryDestinationName",
|
|
13179
13269
|
delivery_destination_policy=delivery_destination_policy
|
|
13180
13270
|
),
|
|
13271
|
+
delivery_destination_type="deliveryDestinationType",
|
|
13181
13272
|
destination_resource_arn="destinationResourceArn",
|
|
13182
13273
|
output_format="outputFormat",
|
|
13183
13274
|
tags=[CfnTag(
|
|
@@ -13194,6 +13285,7 @@ class CfnDeliveryDestination(
|
|
|
13194
13285
|
*,
|
|
13195
13286
|
name: builtins.str,
|
|
13196
13287
|
delivery_destination_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDeliveryDestination.DestinationPolicyProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
13288
|
+
delivery_destination_type: typing.Optional[builtins.str] = None,
|
|
13197
13289
|
destination_resource_arn: typing.Optional[builtins.str] = None,
|
|
13198
13290
|
output_format: typing.Optional[builtins.str] = None,
|
|
13199
13291
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -13203,6 +13295,7 @@ class CfnDeliveryDestination(
|
|
|
13203
13295
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
13204
13296
|
:param name: The name of this delivery destination.
|
|
13205
13297
|
:param delivery_destination_policy: An IAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account. For examples of this policy, see `Examples <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html#API_PutDeliveryDestinationPolicy_Examples>`_ in the CloudWatch Logs API Reference.
|
|
13298
|
+
:param delivery_destination_type: Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.
|
|
13206
13299
|
:param destination_resource_arn: The ARN of the AWS destination that this delivery destination represents. That AWS destination can be a log group in CloudWatch Logs , an Amazon S3 bucket, or a Firehose stream.
|
|
13207
13300
|
:param output_format: The format of the logs that are sent to this delivery destination.
|
|
13208
13301
|
:param tags: An array of key-value pairs to apply to the delivery destination. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
@@ -13214,6 +13307,7 @@ class CfnDeliveryDestination(
|
|
|
13214
13307
|
props = CfnDeliveryDestinationProps(
|
|
13215
13308
|
name=name,
|
|
13216
13309
|
delivery_destination_policy=delivery_destination_policy,
|
|
13310
|
+
delivery_destination_type=delivery_destination_type,
|
|
13217
13311
|
destination_resource_arn=destination_resource_arn,
|
|
13218
13312
|
output_format=output_format,
|
|
13219
13313
|
tags=tags,
|
|
@@ -13302,15 +13396,6 @@ class CfnDeliveryDestination(
|
|
|
13302
13396
|
'''
|
|
13303
13397
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
13304
13398
|
|
|
13305
|
-
@builtins.property
|
|
13306
|
-
@jsii.member(jsii_name="attrDeliveryDestinationType")
|
|
13307
|
-
def attr_delivery_destination_type(self) -> builtins.str:
|
|
13308
|
-
'''Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.
|
|
13309
|
-
|
|
13310
|
-
:cloudformationAttribute: DeliveryDestinationType
|
|
13311
|
-
'''
|
|
13312
|
-
return typing.cast(builtins.str, jsii.get(self, "attrDeliveryDestinationType"))
|
|
13313
|
-
|
|
13314
13399
|
@builtins.property
|
|
13315
13400
|
@jsii.member(jsii_name="cdkTagManager")
|
|
13316
13401
|
def cdk_tag_manager(self) -> _TagManager_0a598cb3:
|
|
@@ -13359,6 +13444,19 @@ class CfnDeliveryDestination(
|
|
|
13359
13444
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13360
13445
|
jsii.set(self, "deliveryDestinationPolicy", value) # pyright: ignore[reportArgumentType]
|
|
13361
13446
|
|
|
13447
|
+
@builtins.property
|
|
13448
|
+
@jsii.member(jsii_name="deliveryDestinationType")
|
|
13449
|
+
def delivery_destination_type(self) -> typing.Optional[builtins.str]:
|
|
13450
|
+
'''Displays whether this delivery destination is CloudWatch Logs, Amazon S3, Firehose, or X-Ray.'''
|
|
13451
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "deliveryDestinationType"))
|
|
13452
|
+
|
|
13453
|
+
@delivery_destination_type.setter
|
|
13454
|
+
def delivery_destination_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
13455
|
+
if __debug__:
|
|
13456
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e9094a474a1f0538a2e8cb2dba700e3a54dadb80fd6043cdc3c06c27ef4e0a61)
|
|
13457
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
13458
|
+
jsii.set(self, "deliveryDestinationType", value) # pyright: ignore[reportArgumentType]
|
|
13459
|
+
|
|
13362
13460
|
@builtins.property
|
|
13363
13461
|
@jsii.member(jsii_name="destinationResourceArn")
|
|
13364
13462
|
def destination_resource_arn(self) -> typing.Optional[builtins.str]:
|
|
@@ -15030,6 +15128,8 @@ class CfnMetricFilter(
|
|
|
15030
15128
|
|
|
15031
15129
|
# the properties below are optional
|
|
15032
15130
|
apply_on_transformed_logs=False,
|
|
15131
|
+
emit_system_field_dimensions=["emitSystemFieldDimensions"],
|
|
15132
|
+
field_selection_criteria="fieldSelectionCriteria",
|
|
15033
15133
|
filter_name="filterName"
|
|
15034
15134
|
)
|
|
15035
15135
|
'''
|
|
@@ -15043,6 +15143,8 @@ class CfnMetricFilter(
|
|
|
15043
15143
|
log_group_name: builtins.str,
|
|
15044
15144
|
metric_transformations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnMetricFilter.MetricTransformationProperty", typing.Dict[builtins.str, typing.Any]]]]],
|
|
15045
15145
|
apply_on_transformed_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
15146
|
+
emit_system_field_dimensions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
15147
|
+
field_selection_criteria: typing.Optional[builtins.str] = None,
|
|
15046
15148
|
filter_name: typing.Optional[builtins.str] = None,
|
|
15047
15149
|
) -> None:
|
|
15048
15150
|
'''
|
|
@@ -15052,6 +15154,8 @@ class CfnMetricFilter(
|
|
|
15052
15154
|
:param log_group_name: The name of an existing log group that you want to associate with this metric filter.
|
|
15053
15155
|
:param metric_transformations: The metric transformations.
|
|
15054
15156
|
:param apply_on_transformed_logs: This parameter is valid only for log groups that have an active log transformer. For more information about log transformers, see `PutTransformer <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutTransformer.html>`_ . If this value is ``true`` , the metric filter is applied on the transformed version of the log events instead of the original ingested log events.
|
|
15157
|
+
:param emit_system_field_dimensions: The list of system fields that are emitted as additional dimensions in the generated metrics. Returns the ``emitSystemFieldDimensions`` value if it was specified when the metric filter was created.
|
|
15158
|
+
:param field_selection_criteria: The filter expression that specifies which log events are processed by this metric filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the metric filter was created.
|
|
15055
15159
|
:param filter_name: The name of the metric filter.
|
|
15056
15160
|
'''
|
|
15057
15161
|
if __debug__:
|
|
@@ -15063,6 +15167,8 @@ class CfnMetricFilter(
|
|
|
15063
15167
|
log_group_name=log_group_name,
|
|
15064
15168
|
metric_transformations=metric_transformations,
|
|
15065
15169
|
apply_on_transformed_logs=apply_on_transformed_logs,
|
|
15170
|
+
emit_system_field_dimensions=emit_system_field_dimensions,
|
|
15171
|
+
field_selection_criteria=field_selection_criteria,
|
|
15066
15172
|
filter_name=filter_name,
|
|
15067
15173
|
)
|
|
15068
15174
|
|
|
@@ -15171,6 +15277,37 @@ class CfnMetricFilter(
|
|
|
15171
15277
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15172
15278
|
jsii.set(self, "applyOnTransformedLogs", value) # pyright: ignore[reportArgumentType]
|
|
15173
15279
|
|
|
15280
|
+
@builtins.property
|
|
15281
|
+
@jsii.member(jsii_name="emitSystemFieldDimensions")
|
|
15282
|
+
def emit_system_field_dimensions(
|
|
15283
|
+
self,
|
|
15284
|
+
) -> typing.Optional[typing.List[builtins.str]]:
|
|
15285
|
+
'''The list of system fields that are emitted as additional dimensions in the generated metrics.'''
|
|
15286
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "emitSystemFieldDimensions"))
|
|
15287
|
+
|
|
15288
|
+
@emit_system_field_dimensions.setter
|
|
15289
|
+
def emit_system_field_dimensions(
|
|
15290
|
+
self,
|
|
15291
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
15292
|
+
) -> None:
|
|
15293
|
+
if __debug__:
|
|
15294
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fb85bbbf4daaebc375fd8c7eaa366dd3b65d115ccf9913372bdd3e96861be308)
|
|
15295
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15296
|
+
jsii.set(self, "emitSystemFieldDimensions", value) # pyright: ignore[reportArgumentType]
|
|
15297
|
+
|
|
15298
|
+
@builtins.property
|
|
15299
|
+
@jsii.member(jsii_name="fieldSelectionCriteria")
|
|
15300
|
+
def field_selection_criteria(self) -> typing.Optional[builtins.str]:
|
|
15301
|
+
'''The filter expression that specifies which log events are processed by this metric filter based on system fields.'''
|
|
15302
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "fieldSelectionCriteria"))
|
|
15303
|
+
|
|
15304
|
+
@field_selection_criteria.setter
|
|
15305
|
+
def field_selection_criteria(self, value: typing.Optional[builtins.str]) -> None:
|
|
15306
|
+
if __debug__:
|
|
15307
|
+
type_hints = typing.get_type_hints(_typecheckingstub__60d4c57a25cb5c0860f998187d0c8393e713de52986857fd0e48ce908497f0ae)
|
|
15308
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15309
|
+
jsii.set(self, "fieldSelectionCriteria", value) # pyright: ignore[reportArgumentType]
|
|
15310
|
+
|
|
15174
15311
|
@builtins.property
|
|
15175
15312
|
@jsii.member(jsii_name="filterName")
|
|
15176
15313
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -15747,6 +15884,8 @@ class CfnSubscriptionFilter(
|
|
|
15747
15884
|
# the properties below are optional
|
|
15748
15885
|
apply_on_transformed_logs=False,
|
|
15749
15886
|
distribution="distribution",
|
|
15887
|
+
emit_system_fields=["emitSystemFields"],
|
|
15888
|
+
field_selection_criteria="fieldSelectionCriteria",
|
|
15750
15889
|
filter_name="filterName",
|
|
15751
15890
|
role_arn="roleArn"
|
|
15752
15891
|
)
|
|
@@ -15762,6 +15901,8 @@ class CfnSubscriptionFilter(
|
|
|
15762
15901
|
log_group_name: builtins.str,
|
|
15763
15902
|
apply_on_transformed_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
15764
15903
|
distribution: typing.Optional[builtins.str] = None,
|
|
15904
|
+
emit_system_fields: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
15905
|
+
field_selection_criteria: typing.Optional[builtins.str] = None,
|
|
15765
15906
|
filter_name: typing.Optional[builtins.str] = None,
|
|
15766
15907
|
role_arn: typing.Optional[builtins.str] = None,
|
|
15767
15908
|
) -> None:
|
|
@@ -15773,6 +15914,8 @@ class CfnSubscriptionFilter(
|
|
|
15773
15914
|
:param log_group_name: The log group to associate with the subscription filter. All log events that are uploaded to this log group are filtered and delivered to the specified AWS resource if the filter pattern matches the log events.
|
|
15774
15915
|
:param apply_on_transformed_logs: This parameter is valid only for log groups that have an active log transformer. For more information about log transformers, see `PutTransformer <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutTransformer.html>`_ . If this value is ``true`` , the subscription filter is applied on the transformed version of the log events instead of the original ingested log events.
|
|
15775
15916
|
:param distribution: The method used to distribute log data to the destination, which can be either random or grouped by log stream.
|
|
15917
|
+
:param emit_system_fields: The list of system fields that are included in the log events sent to the subscription destination. Returns the ``emitSystemFields`` value if it was specified when the subscription filter was created.
|
|
15918
|
+
:param field_selection_criteria: The filter expression that specifies which log events are processed by this subscription filter based on system fields. Returns the ``fieldSelectionCriteria`` value if it was specified when the subscription filter was created.
|
|
15776
15919
|
:param filter_name: The name of the subscription filter.
|
|
15777
15920
|
:param role_arn: The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream. You don't need to provide the ARN when you are working with a logical destination for cross-account delivery.
|
|
15778
15921
|
'''
|
|
@@ -15786,6 +15929,8 @@ class CfnSubscriptionFilter(
|
|
|
15786
15929
|
log_group_name=log_group_name,
|
|
15787
15930
|
apply_on_transformed_logs=apply_on_transformed_logs,
|
|
15788
15931
|
distribution=distribution,
|
|
15932
|
+
emit_system_fields=emit_system_fields,
|
|
15933
|
+
field_selection_criteria=field_selection_criteria,
|
|
15789
15934
|
filter_name=filter_name,
|
|
15790
15935
|
role_arn=role_arn,
|
|
15791
15936
|
)
|
|
@@ -15903,6 +16048,35 @@ class CfnSubscriptionFilter(
|
|
|
15903
16048
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
15904
16049
|
jsii.set(self, "distribution", value) # pyright: ignore[reportArgumentType]
|
|
15905
16050
|
|
|
16051
|
+
@builtins.property
|
|
16052
|
+
@jsii.member(jsii_name="emitSystemFields")
|
|
16053
|
+
def emit_system_fields(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
16054
|
+
'''The list of system fields that are included in the log events sent to the subscription destination.'''
|
|
16055
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "emitSystemFields"))
|
|
16056
|
+
|
|
16057
|
+
@emit_system_fields.setter
|
|
16058
|
+
def emit_system_fields(
|
|
16059
|
+
self,
|
|
16060
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
16061
|
+
) -> None:
|
|
16062
|
+
if __debug__:
|
|
16063
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3588fc313efd4c1adce87f72f75d7ba7f300452acb834dd4e3ecf41cded24179)
|
|
16064
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16065
|
+
jsii.set(self, "emitSystemFields", value) # pyright: ignore[reportArgumentType]
|
|
16066
|
+
|
|
16067
|
+
@builtins.property
|
|
16068
|
+
@jsii.member(jsii_name="fieldSelectionCriteria")
|
|
16069
|
+
def field_selection_criteria(self) -> typing.Optional[builtins.str]:
|
|
16070
|
+
'''The filter expression that specifies which log events are processed by this subscription filter based on system fields.'''
|
|
16071
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "fieldSelectionCriteria"))
|
|
16072
|
+
|
|
16073
|
+
@field_selection_criteria.setter
|
|
16074
|
+
def field_selection_criteria(self, value: typing.Optional[builtins.str]) -> None:
|
|
16075
|
+
if __debug__:
|
|
16076
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cf9aef993c8f57b45189c5dbbeac65a444ff57b1cd1261310430e2c395efeab5)
|
|
16077
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
16078
|
+
jsii.set(self, "fieldSelectionCriteria", value) # pyright: ignore[reportArgumentType]
|
|
16079
|
+
|
|
15906
16080
|
@builtins.property
|
|
15907
16081
|
@jsii.member(jsii_name="filterName")
|
|
15908
16082
|
def filter_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -19683,6 +19857,7 @@ def _typecheckingstub__53bbf04ee2b4b7e83a98258d41a973972fae20f7537731a0fbcda3e7c
|
|
|
19683
19857
|
*,
|
|
19684
19858
|
name: builtins.str,
|
|
19685
19859
|
delivery_destination_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryDestination.DestinationPolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
19860
|
+
delivery_destination_type: typing.Optional[builtins.str] = None,
|
|
19686
19861
|
destination_resource_arn: typing.Optional[builtins.str] = None,
|
|
19687
19862
|
output_format: typing.Optional[builtins.str] = None,
|
|
19688
19863
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -19774,6 +19949,8 @@ def _typecheckingstub__524e2e94ad4843f66081953f516426a1396490f271842ac0c5ca7c7ec
|
|
|
19774
19949
|
log_group_name: builtins.str,
|
|
19775
19950
|
metric_transformations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMetricFilter.MetricTransformationProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
19776
19951
|
apply_on_transformed_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
19952
|
+
emit_system_field_dimensions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
19953
|
+
field_selection_criteria: typing.Optional[builtins.str] = None,
|
|
19777
19954
|
filter_name: typing.Optional[builtins.str] = None,
|
|
19778
19955
|
) -> None:
|
|
19779
19956
|
"""Type checking stubs"""
|
|
@@ -19804,6 +19981,8 @@ def _typecheckingstub__1250ecc947a5eb57e428cd8fedeb9ae0f6da4eb03c22d674fa019a076
|
|
|
19804
19981
|
log_group_name: builtins.str,
|
|
19805
19982
|
apply_on_transformed_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
19806
19983
|
distribution: typing.Optional[builtins.str] = None,
|
|
19984
|
+
emit_system_fields: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
19985
|
+
field_selection_criteria: typing.Optional[builtins.str] = None,
|
|
19807
19986
|
filter_name: typing.Optional[builtins.str] = None,
|
|
19808
19987
|
role_arn: typing.Optional[builtins.str] = None,
|
|
19809
19988
|
) -> None:
|
|
@@ -20947,6 +21126,7 @@ def _typecheckingstub__b48efa0b7b05ab2d9f1417a0b1e0cd7f28039825d1520fe16f6f8dca7
|
|
|
20947
21126
|
*,
|
|
20948
21127
|
name: builtins.str,
|
|
20949
21128
|
delivery_destination_policy: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDeliveryDestination.DestinationPolicyProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
21129
|
+
delivery_destination_type: typing.Optional[builtins.str] = None,
|
|
20950
21130
|
destination_resource_arn: typing.Optional[builtins.str] = None,
|
|
20951
21131
|
output_format: typing.Optional[builtins.str] = None,
|
|
20952
21132
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -20994,6 +21174,12 @@ def _typecheckingstub__318bc8d97cf7e7f129b83631444b5c478bd65a7e80725c9b3be7e3cc4
|
|
|
20994
21174
|
"""Type checking stubs"""
|
|
20995
21175
|
pass
|
|
20996
21176
|
|
|
21177
|
+
def _typecheckingstub__e9094a474a1f0538a2e8cb2dba700e3a54dadb80fd6043cdc3c06c27ef4e0a61(
|
|
21178
|
+
value: typing.Optional[builtins.str],
|
|
21179
|
+
) -> None:
|
|
21180
|
+
"""Type checking stubs"""
|
|
21181
|
+
pass
|
|
21182
|
+
|
|
20997
21183
|
def _typecheckingstub__831ddd5c5bd5a90cbf966f9a711dcab92a21ca60debf21106dbe34c3b30fce44(
|
|
20998
21184
|
value: typing.Optional[builtins.str],
|
|
20999
21185
|
) -> None:
|
|
@@ -21417,6 +21603,8 @@ def _typecheckingstub__aaa6a2018a5f10ec1a79f547b81a628d6f434d037b49c5975131bba2d
|
|
|
21417
21603
|
log_group_name: builtins.str,
|
|
21418
21604
|
metric_transformations: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnMetricFilter.MetricTransformationProperty, typing.Dict[builtins.str, typing.Any]]]]],
|
|
21419
21605
|
apply_on_transformed_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
21606
|
+
emit_system_field_dimensions: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
21607
|
+
field_selection_criteria: typing.Optional[builtins.str] = None,
|
|
21420
21608
|
filter_name: typing.Optional[builtins.str] = None,
|
|
21421
21609
|
) -> None:
|
|
21422
21610
|
"""Type checking stubs"""
|
|
@@ -21458,6 +21646,18 @@ def _typecheckingstub__ace95a6c73bb2a95ee90d8e4e4ad81a77108a607e59d44e12214965f5
|
|
|
21458
21646
|
"""Type checking stubs"""
|
|
21459
21647
|
pass
|
|
21460
21648
|
|
|
21649
|
+
def _typecheckingstub__fb85bbbf4daaebc375fd8c7eaa366dd3b65d115ccf9913372bdd3e96861be308(
|
|
21650
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
21651
|
+
) -> None:
|
|
21652
|
+
"""Type checking stubs"""
|
|
21653
|
+
pass
|
|
21654
|
+
|
|
21655
|
+
def _typecheckingstub__60d4c57a25cb5c0860f998187d0c8393e713de52986857fd0e48ce908497f0ae(
|
|
21656
|
+
value: typing.Optional[builtins.str],
|
|
21657
|
+
) -> None:
|
|
21658
|
+
"""Type checking stubs"""
|
|
21659
|
+
pass
|
|
21660
|
+
|
|
21461
21661
|
def _typecheckingstub__ed6515d6733ea675274296cf9952fb0b41bd1778277ae74bde9739d81a205382(
|
|
21462
21662
|
value: typing.Optional[builtins.str],
|
|
21463
21663
|
) -> None:
|
|
@@ -21575,6 +21775,8 @@ def _typecheckingstub__6c7a154450656ee0f7e524d596c7e140faad893a71a7c8b9b8a85fe73
|
|
|
21575
21775
|
log_group_name: builtins.str,
|
|
21576
21776
|
apply_on_transformed_logs: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
21577
21777
|
distribution: typing.Optional[builtins.str] = None,
|
|
21778
|
+
emit_system_fields: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
21779
|
+
field_selection_criteria: typing.Optional[builtins.str] = None,
|
|
21578
21780
|
filter_name: typing.Optional[builtins.str] = None,
|
|
21579
21781
|
role_arn: typing.Optional[builtins.str] = None,
|
|
21580
21782
|
) -> None:
|
|
@@ -21623,6 +21825,18 @@ def _typecheckingstub__4730d6086a07b6e1f3b3d7251138c936aa909d17834505b0c341ec6b4
|
|
|
21623
21825
|
"""Type checking stubs"""
|
|
21624
21826
|
pass
|
|
21625
21827
|
|
|
21828
|
+
def _typecheckingstub__3588fc313efd4c1adce87f72f75d7ba7f300452acb834dd4e3ecf41cded24179(
|
|
21829
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
21830
|
+
) -> None:
|
|
21831
|
+
"""Type checking stubs"""
|
|
21832
|
+
pass
|
|
21833
|
+
|
|
21834
|
+
def _typecheckingstub__cf9aef993c8f57b45189c5dbbeac65a444ff57b1cd1261310430e2c395efeab5(
|
|
21835
|
+
value: typing.Optional[builtins.str],
|
|
21836
|
+
) -> None:
|
|
21837
|
+
"""Type checking stubs"""
|
|
21838
|
+
pass
|
|
21839
|
+
|
|
21626
21840
|
def _typecheckingstub__4ccf855abfc15a31ed667e6619b6f1711fc4ef753c64ec0b754421d81c8edb75(
|
|
21627
21841
|
value: typing.Optional[builtins.str],
|
|
21628
21842
|
) -> None:
|
|
@@ -21980,3 +22194,6 @@ def _typecheckingstub__bea2654ebc88ef45acb691425a17897e52198e8f268040b952558fccd
|
|
|
21980
22194
|
) -> None:
|
|
21981
22195
|
"""Type checking stubs"""
|
|
21982
22196
|
pass
|
|
22197
|
+
|
|
22198
|
+
for cls in [IAccountPolicyRef, IDeliveryDestinationRef, IDeliveryRef, IDeliverySourceRef, IDestinationRef, IFilterPattern, IIntegrationRef, ILogAnomalyDetectorRef, ILogGroup, ILogGroupRef, ILogStream, ILogStreamRef, ILogSubscriptionDestination, IMetricFilterRef, IProcessor, IQueryDefinitionRef, IResourcePolicyRef, ISubscriptionFilterRef, ITransformerRef]:
|
|
22199
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -471,27 +471,6 @@ class CfnInferenceScheduler(
|
|
|
471
471
|
|
|
472
472
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
473
473
|
|
|
474
|
-
@jsii.member(jsii_name="fromInferenceSchedulerArn")
|
|
475
|
-
@builtins.classmethod
|
|
476
|
-
def from_inference_scheduler_arn(
|
|
477
|
-
cls,
|
|
478
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
479
|
-
id: builtins.str,
|
|
480
|
-
arn: builtins.str,
|
|
481
|
-
) -> IInferenceSchedulerRef:
|
|
482
|
-
'''Creates a new IInferenceSchedulerRef from an ARN.
|
|
483
|
-
|
|
484
|
-
:param scope: -
|
|
485
|
-
:param id: -
|
|
486
|
-
:param arn: -
|
|
487
|
-
'''
|
|
488
|
-
if __debug__:
|
|
489
|
-
type_hints = typing.get_type_hints(_typecheckingstub__39beab2fec8994633590fe702cc2df5275e7a7f2455f97bd05355c0fb9066377)
|
|
490
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
491
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
492
|
-
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
493
|
-
return typing.cast(IInferenceSchedulerRef, jsii.sinvoke(cls, "fromInferenceSchedulerArn", [scope, id, arn]))
|
|
494
|
-
|
|
495
474
|
@jsii.member(jsii_name="inspect")
|
|
496
475
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
497
476
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1117,14 +1096,6 @@ def _typecheckingstub__28ccba613c6dd6bc7182eb74423ae99fe0414b38931a2a99663f06223
|
|
|
1117
1096
|
"""Type checking stubs"""
|
|
1118
1097
|
pass
|
|
1119
1098
|
|
|
1120
|
-
def _typecheckingstub__39beab2fec8994633590fe702cc2df5275e7a7f2455f97bd05355c0fb9066377(
|
|
1121
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
1122
|
-
id: builtins.str,
|
|
1123
|
-
arn: builtins.str,
|
|
1124
|
-
) -> None:
|
|
1125
|
-
"""Type checking stubs"""
|
|
1126
|
-
pass
|
|
1127
|
-
|
|
1128
1099
|
def _typecheckingstub__7167477c3b30b5c0c05007b3e6a0e9c319ace9e6a36c4ad6090f5287a068261b(
|
|
1129
1100
|
inspector: _TreeInspector_488e0dd5,
|
|
1130
1101
|
) -> None:
|
|
@@ -1231,3 +1202,6 @@ def _typecheckingstub__fb0d81a8f7d08eb09064e590d12abb5c157e04a91342de057e7389f26
|
|
|
1231
1202
|
) -> None:
|
|
1232
1203
|
"""Type checking stubs"""
|
|
1233
1204
|
pass
|
|
1205
|
+
|
|
1206
|
+
for cls in [IInferenceSchedulerRef]:
|
|
1207
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3220,3 +3220,6 @@ def _typecheckingstub__b0e193c483b7f0f4ee9e4f34c456400f9886edb4320e33f47274503e4
|
|
|
3220
3220
|
) -> None:
|
|
3221
3221
|
"""Type checking stubs"""
|
|
3222
3222
|
pass
|
|
3223
|
+
|
|
3224
|
+
for cls in [IAlertRef, IAnomalyDetectorRef]:
|
|
3225
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -440,3 +440,6 @@ def _typecheckingstub__e1f4170a767549b8248365a6b8ae0370362abd74419aadf2a50d24ecc
|
|
|
440
440
|
) -> None:
|
|
441
441
|
"""Type checking stubs"""
|
|
442
442
|
pass
|
|
443
|
+
|
|
444
|
+
for cls in [IProjectRef]:
|
|
445
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_m2/__init__.py
CHANGED
|
@@ -2412,3 +2412,6 @@ def _typecheckingstub__be54682f3b71055b15a50a83ac3cb959dac840823bb036ddd8f40b086
|
|
|
2412
2412
|
) -> None:
|
|
2413
2413
|
"""Type checking stubs"""
|
|
2414
2414
|
pass
|
|
2415
|
+
|
|
2416
|
+
for cls in [IApplicationRef, IDeploymentRef, IEnvironmentRef]:
|
|
2417
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_macie/__init__.py
CHANGED
|
@@ -2709,3 +2709,6 @@ def _typecheckingstub__8e25551195a36935d5b88ee54046aee0f17d2de93fdfb0eaa1a2571fd
|
|
|
2709
2709
|
) -> None:
|
|
2710
2710
|
"""Type checking stubs"""
|
|
2711
2711
|
pass
|
|
2712
|
+
|
|
2713
|
+
for cls in [IAllowListRef, ICustomDataIdentifierRef, IFindingsFilterRef, ISessionRef]:
|
|
2714
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -2471,3 +2471,6 @@ def _typecheckingstub__17aa04ca4abfb63493c324177d7e99bb4c80136ba0c4e225db7ff9fd5
|
|
|
2471
2471
|
) -> None:
|
|
2472
2472
|
"""Type checking stubs"""
|
|
2473
2473
|
pass
|
|
2474
|
+
|
|
2475
|
+
for cls in [IAccessorRef, IMemberRef, INodeRef]:
|
|
2476
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -11942,3 +11942,6 @@ def _typecheckingstub__f67f020f764410bf45106fcabf15d8329d4bbbd3768cac4cd170ba103
|
|
|
11942
11942
|
) -> None:
|
|
11943
11943
|
"""Type checking stubs"""
|
|
11944
11944
|
pass
|
|
11945
|
+
|
|
11946
|
+
for cls in [IBridgeOutputRef, IBridgeRef, IBridgeSourceRef, IFlowEntitlementRef, IFlowOutputRef, IFlowRef, IFlowSourceRef, IFlowVpcInterfaceRef, IGatewayRef]:
|
|
11947
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|