@epilot360/icons 0.0.1 → 0.0.2
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.
- package/LICENSE +21 -0
- package/README.md +15 -0
- package/dist/bundle.js +2 -0
- package/dist/bundle.js.map +1 -0
- package/iac/node_modules/@balena/dockerignore/LICENSE.md +206 -0
- package/iac/node_modules/@balena/dockerignore/README.md +261 -0
- package/iac/node_modules/@cspotcode/source-map-support/LICENSE.md +21 -0
- package/iac/node_modules/@cspotcode/source-map-support/README.md +289 -0
- package/iac/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- package/iac/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- package/iac/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- package/iac/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- package/iac/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- package/iac/node_modules/@jridgewell/sourcemap-codec/README.md +200 -0
- package/iac/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- package/iac/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- package/iac/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- package/iac/node_modules/@jridgewell/trace-mapping/README.md +193 -0
- package/iac/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- package/iac/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- package/iac/node_modules/@tsconfig/node10/LICENSE +21 -0
- package/iac/node_modules/@tsconfig/node10/README.md +40 -0
- package/iac/node_modules/@tsconfig/node12/LICENSE +21 -0
- package/iac/node_modules/@tsconfig/node12/README.md +40 -0
- package/iac/node_modules/@tsconfig/node14/LICENSE +21 -0
- package/iac/node_modules/@tsconfig/node14/README.md +40 -0
- package/iac/node_modules/@tsconfig/node16/LICENSE +21 -0
- package/iac/node_modules/@tsconfig/node16/README.md +40 -0
- package/iac/node_modules/@types/jest/LICENSE +21 -0
- package/iac/node_modules/@types/jest/README.md +17 -0
- package/iac/node_modules/@types/node/LICENSE +21 -0
- package/iac/node_modules/@types/node/README.md +16 -0
- package/iac/node_modules/@types/prettier/LICENSE +21 -0
- package/iac/node_modules/@types/prettier/README.md +16 -0
- package/iac/node_modules/acorn/LICENSE +21 -0
- package/iac/node_modules/acorn/README.md +273 -0
- package/iac/node_modules/acorn-walk/LICENSE +21 -0
- package/iac/node_modules/acorn-walk/README.md +126 -0
- package/iac/node_modules/ansi-regex/license +9 -0
- package/iac/node_modules/ansi-regex/readme.md +78 -0
- package/iac/node_modules/ansi-styles/license +9 -0
- package/iac/node_modules/ansi-styles/readme.md +144 -0
- package/iac/node_modules/arg/LICENSE.md +21 -0
- package/iac/node_modules/arg/README.md +280 -0
- package/iac/node_modules/at-least-node/LICENSE +6 -0
- package/iac/node_modules/at-least-node/README.md +25 -0
- package/iac/node_modules/aws-cdk/LICENSE +201 -0
- package/iac/node_modules/aws-cdk/README.md +742 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/LICENSE +16 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/app/csharp/README.md +14 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/app/fsharp/README.md +18 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/app/go/README.md +12 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/app/java/README.md +18 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/app/javascript/README.md +12 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/app/python/README.template.md +58 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/app/typescript/README.md +14 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/lib/typescript/README.template.md +12 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/sample-app/csharp/README.template.md +19 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/sample-app/fsharp/README.template.md +20 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/sample-app/go/README.md +12 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/sample-app/java/README.template.md +19 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/sample-app/javascript/README.template.md +13 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/sample-app/python/README.template.md +65 -0
- package/iac/node_modules/aws-cdk/lib/init-templates/sample-app/typescript/README.template.md +15 -0
- package/iac/node_modules/aws-cdk/test/integ/cli/README.md +48 -0
- package/iac/node_modules/aws-cdk/test/integ/cli-regression-patches/README.md +54 -0
- package/iac/node_modules/aws-cdk-lib/LICENSE +201 -0
- package/iac/node_modules/aws-cdk-lib/README.md +1119 -0
- package/iac/node_modules/aws-cdk-lib/alexa-ask/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/assertions/README.md +571 -0
- package/iac/node_modules/aws-cdk-lib/assets/README.md +4 -0
- package/iac/node_modules/aws-cdk-lib/aws-accessanalyzer/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-acmpca/README.md +59 -0
- package/iac/node_modules/aws-cdk-lib/aws-amazonmq/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-amplify/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-amplifyuibuilder/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-apigateway/README.md +1335 -0
- package/iac/node_modules/aws-cdk-lib/aws-apigatewayv2/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-appconfig/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-appflow/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-appintegrations/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-applicationautoscaling/README.md +246 -0
- package/iac/node_modules/aws-cdk-lib/aws-applicationinsights/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-appmesh/README.md +883 -0
- package/iac/node_modules/aws-cdk-lib/aws-apprunner/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-appstream/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-appsync/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-aps/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-athena/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-auditmanager/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-autoscaling/README.md +540 -0
- package/iac/node_modules/aws-cdk-lib/aws-autoscaling-common/README.md +8 -0
- package/iac/node_modules/aws-cdk-lib/aws-autoscaling-hooktargets/README.md +18 -0
- package/iac/node_modules/aws-cdk-lib/aws-autoscalingplans/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-backup/README.md +210 -0
- package/iac/node_modules/aws-cdk-lib/aws-batch/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-billingconductor/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-budgets/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-cassandra/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-ce/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-certificatemanager/README.md +166 -0
- package/iac/node_modules/aws-cdk-lib/aws-certificatemanager/lambda-packages/dns_validated_certificate_handler/README.md +2 -0
- package/iac/node_modules/aws-cdk-lib/aws-certificatemanager/suffixes/README.txt +8 -0
- package/iac/node_modules/aws-cdk-lib/aws-chatbot/README.md +44 -0
- package/iac/node_modules/aws-cdk-lib/aws-cloud9/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-cloudformation/README.md +4 -0
- package/iac/node_modules/aws-cdk-lib/aws-cloudfront/README.md +973 -0
- package/iac/node_modules/aws-cdk-lib/aws-cloudfront-origins/README.md +126 -0
- package/iac/node_modules/aws-cdk-lib/aws-cloudtrail/README.md +189 -0
- package/iac/node_modules/aws-cdk-lib/aws-cloudwatch/README.md +579 -0
- package/iac/node_modules/aws-cdk-lib/aws-cloudwatch-actions/README.md +43 -0
- package/iac/node_modules/aws-cdk-lib/aws-codeartifact/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-codebuild/README.md +759 -0
- package/iac/node_modules/aws-cdk-lib/aws-codecommit/README.md +85 -0
- package/iac/node_modules/aws-cdk-lib/aws-codedeploy/README.md +319 -0
- package/iac/node_modules/aws-cdk-lib/aws-codeguruprofiler/README.md +37 -0
- package/iac/node_modules/aws-cdk-lib/aws-codegurureviewer/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-codepipeline/README.md +481 -0
- package/iac/node_modules/aws-cdk-lib/aws-codepipeline-actions/README.md +1203 -0
- package/iac/node_modules/aws-cdk-lib/aws-codestar/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-codestarconnections/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-codestarnotifications/README.md +68 -0
- package/iac/node_modules/aws-cdk-lib/aws-cognito/README.md +843 -0
- package/iac/node_modules/aws-cdk-lib/aws-config/README.md +218 -0
- package/iac/node_modules/aws-cdk-lib/aws-connect/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-controltower/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-cur/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-customerprofiles/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-databrew/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-datapipeline/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-datasync/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-dax/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-detective/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-devopsguru/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-directoryservice/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-dlm/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-dms/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-docdb/README.md +153 -0
- package/iac/node_modules/aws-cdk-lib/aws-dynamodb/README.md +200 -0
- package/iac/node_modules/aws-cdk-lib/aws-ec2/README.md +1514 -0
- package/iac/node_modules/aws-cdk-lib/aws-ecr/README.md +110 -0
- package/iac/node_modules/aws-cdk-lib/aws-ecr-assets/README.md +167 -0
- package/iac/node_modules/aws-cdk-lib/aws-ecs/README.md +1225 -0
- package/iac/node_modules/aws-cdk-lib/aws-ecs-patterns/README.md +980 -0
- package/iac/node_modules/aws-cdk-lib/aws-efs/README.md +154 -0
- package/iac/node_modules/aws-cdk-lib/aws-eks/README.md +1450 -0
- package/iac/node_modules/aws-cdk-lib/aws-elasticache/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-elasticbeanstalk/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-elasticloadbalancing/README.md +40 -0
- package/iac/node_modules/aws-cdk-lib/aws-elasticloadbalancingv2/README.md +569 -0
- package/iac/node_modules/aws-cdk-lib/aws-elasticloadbalancingv2-actions/README.md +68 -0
- package/iac/node_modules/aws-cdk-lib/aws-elasticloadbalancingv2-targets/README.md +4 -0
- package/iac/node_modules/aws-cdk-lib/aws-elasticsearch/README.md +441 -0
- package/iac/node_modules/aws-cdk-lib/aws-emr/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-emrcontainers/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-emrserverless/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-events/README.md +249 -0
- package/iac/node_modules/aws-cdk-lib/aws-events-targets/README.md +339 -0
- package/iac/node_modules/aws-cdk-lib/aws-eventschemas/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-evidently/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-finspace/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-fis/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-fms/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-forecast/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-frauddetector/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-fsx/README.md +200 -0
- package/iac/node_modules/aws-cdk-lib/aws-gamelift/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-globalaccelerator/README.md +182 -0
- package/iac/node_modules/aws-cdk-lib/aws-globalaccelerator-endpoints/README.md +10 -0
- package/iac/node_modules/aws-cdk-lib/aws-glue/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-greengrass/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-greengrassv2/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-groundstation/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-guardduty/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-healthlake/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iam/README.md +509 -0
- package/iac/node_modules/aws-cdk-lib/aws-imagebuilder/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-inspector/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-inspectorv2/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iot/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-iot1click/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iotanalytics/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iotcoredeviceadvisor/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iotevents/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-iotfleethub/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iotsitewise/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iotthingsgraph/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iottwinmaker/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-iotwireless/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-ivs/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-kafkaconnect/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-kendra/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-kinesis/README.md +188 -0
- package/iac/node_modules/aws-cdk-lib/aws-kinesisanalytics/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-kinesisanalyticsv2/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-kinesisfirehose/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-kinesisvideo/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-kms/README.md +209 -0
- package/iac/node_modules/aws-cdk-lib/aws-lakeformation/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-lambda/README.md +985 -0
- package/iac/node_modules/aws-cdk-lib/aws-lambda-destinations/README.md +147 -0
- package/iac/node_modules/aws-cdk-lib/aws-lambda-event-sources/README.md +281 -0
- package/iac/node_modules/aws-cdk-lib/aws-lambda-nodejs/README.md +317 -0
- package/iac/node_modules/aws-cdk-lib/aws-lex/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-licensemanager/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-lightsail/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-location/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-logs/README.md +322 -0
- package/iac/node_modules/aws-cdk-lib/aws-logs-destinations/README.md +7 -0
- package/iac/node_modules/aws-cdk-lib/aws-lookoutequipment/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-lookoutmetrics/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-lookoutvision/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-m2/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-macie/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-managedblockchain/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-mediaconnect/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-mediaconvert/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-medialive/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-mediapackage/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-mediastore/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-mediatailor/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-memorydb/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-msk/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-mwaa/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-neptune/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-networkfirewall/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-networkmanager/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-nimblestudio/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-opensearchservice/README.md +378 -0
- package/iac/node_modules/aws-cdk-lib/aws-opsworks/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-opsworkscm/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-panorama/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-personalize/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-pinpoint/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-pinpointemail/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-qldb/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-quicksight/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-ram/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-rds/README.md +704 -0
- package/iac/node_modules/aws-cdk-lib/aws-redshift/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-redshiftserverless/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-refactorspaces/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-rekognition/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-resiliencehub/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-resourcegroups/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-robomaker/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-route53/README.md +281 -0
- package/iac/node_modules/aws-cdk-lib/aws-route53-patterns/README.md +45 -0
- package/iac/node_modules/aws-cdk-lib/aws-route53-targets/README.md +181 -0
- package/iac/node_modules/aws-cdk-lib/aws-route53recoverycontrol/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-route53recoveryreadiness/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-route53resolver/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-rum/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-s3/README.md +581 -0
- package/iac/node_modules/aws-cdk-lib/aws-s3-assets/README.md +179 -0
- package/iac/node_modules/aws-cdk-lib/aws-s3-deployment/README.md +349 -0
- package/iac/node_modules/aws-cdk-lib/aws-s3-notifications/README.md +46 -0
- package/iac/node_modules/aws-cdk-lib/aws-s3objectlambda/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-s3outposts/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-sagemaker/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-sam/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-sdb/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-secretsmanager/README.md +285 -0
- package/iac/node_modules/aws-cdk-lib/aws-securityhub/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-servicecatalog/README.md +491 -0
- package/iac/node_modules/aws-cdk-lib/aws-servicecatalogappregistry/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-servicediscovery/README.md +45 -0
- package/iac/node_modules/aws-cdk-lib/aws-ses/README.md +194 -0
- package/iac/node_modules/aws-cdk-lib/aws-ses-actions/README.md +16 -0
- package/iac/node_modules/aws-cdk-lib/aws-signer/README.md +41 -0
- package/iac/node_modules/aws-cdk-lib/aws-sns/README.md +184 -0
- package/iac/node_modules/aws-cdk-lib/aws-sns-subscriptions/README.md +120 -0
- package/iac/node_modules/aws-cdk-lib/aws-sqs/README.md +57 -0
- package/iac/node_modules/aws-cdk-lib/aws-ssm/README.md +99 -0
- package/iac/node_modules/aws-cdk-lib/aws-ssmcontacts/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-ssmincidents/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-sso/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-stepfunctions/README.md +884 -0
- package/iac/node_modules/aws-cdk-lib/aws-stepfunctions-tasks/README.md +1288 -0
- package/iac/node_modules/aws-cdk-lib/aws-supportapp/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-synthetics/README.md +32 -0
- package/iac/node_modules/aws-cdk-lib/aws-timestream/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-transfer/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-voiceid/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-waf/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-wafregional/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-wafv2/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-wisdom/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-workspaces/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/aws-xray/README.md +27 -0
- package/iac/node_modules/aws-cdk-lib/cloud-assembly-schema/README.md +55 -0
- package/iac/node_modules/aws-cdk-lib/cloud-assembly-schema/schema/README.md +5 -0
- package/iac/node_modules/aws-cdk-lib/cloudformation-include/README.md +466 -0
- package/iac/node_modules/aws-cdk-lib/core/README.md +1078 -0
- package/iac/node_modules/aws-cdk-lib/custom-resources/README.md +624 -0
- package/iac/node_modules/aws-cdk-lib/cx-api/README.md +98 -0
- package/iac/node_modules/aws-cdk-lib/lambda-layer-awscli/README.md +19 -0
- package/iac/node_modules/aws-cdk-lib/lambda-layer-kubectl/README.md +20 -0
- package/iac/node_modules/aws-cdk-lib/lambda-layer-node-proxy-agent/README.md +18 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/@balena/dockerignore/LICENSE.md +206 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/@balena/dockerignore/README.md +261 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/at-least-node/LICENSE +6 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/at-least-node/README.md +25 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/balanced-match/LICENSE.md +21 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/balanced-match/README.md +97 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/brace-expansion/LICENSE +21 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/brace-expansion/README.md +129 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/case/LICENSE +22 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/case/README.md +139 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/case/dist/Case.min.js.map +1 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/case/dist/Case.plus.min.js.map +1 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/concat-map/LICENSE +18 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/concat-map/README.markdown +62 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/fs-extra/LICENSE +15 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/fs-extra/README.md +264 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/graceful-fs/LICENSE +15 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/graceful-fs/README.md +143 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/ignore/README.md +412 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/jsonfile/LICENSE +15 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/jsonfile/README.md +230 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/jsonschema/LICENSE +21 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/jsonschema/README.md +421 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/lru-cache/LICENSE +15 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/lru-cache/README.md +166 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/minimatch/LICENSE +15 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/minimatch/README.md +230 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/punycode/README.md +122 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/semver/LICENSE +15 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/semver/README.md +568 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/universalify/LICENSE +20 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/universalify/README.md +76 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/yallist/LICENSE +15 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/yallist/README.md +204 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/yaml/LICENSE +13 -0
- package/iac/node_modules/aws-cdk-lib/node_modules/yaml/README.md +127 -0
- package/iac/node_modules/aws-cdk-lib/pipelines/README.md +1573 -0
- package/iac/node_modules/aws-cdk-lib/region-info/README.md +84 -0
- package/iac/node_modules/aws-cdk-lib/triggers/README.md +86 -0
- package/iac/node_modules/balanced-match/LICENSE.md +21 -0
- package/iac/node_modules/balanced-match/README.md +97 -0
- package/iac/node_modules/brace-expansion/LICENSE +21 -0
- package/iac/node_modules/brace-expansion/README.md +129 -0
- package/iac/node_modules/buffer-from/LICENSE +21 -0
- package/iac/node_modules/buffer-from/readme.md +69 -0
- package/iac/node_modules/case/LICENSE +22 -0
- package/iac/node_modules/case/README.md +139 -0
- package/iac/node_modules/case/dist/Case.min.js.map +1 -0
- package/iac/node_modules/case/dist/Case.plus.min.js.map +1 -0
- package/iac/node_modules/chalk/license +9 -0
- package/iac/node_modules/chalk/node_modules/ansi-styles/license +9 -0
- package/iac/node_modules/chalk/node_modules/ansi-styles/readme.md +152 -0
- package/iac/node_modules/chalk/readme.md +341 -0
- package/iac/node_modules/color-convert/LICENSE +21 -0
- package/iac/node_modules/color-convert/README.md +68 -0
- package/iac/node_modules/color-name/LICENSE +8 -0
- package/iac/node_modules/color-name/README.md +11 -0
- package/iac/node_modules/concat-map/LICENSE +18 -0
- package/iac/node_modules/concat-map/README.markdown +62 -0
- package/iac/node_modules/constructs/LICENSE +202 -0
- package/iac/node_modules/constructs/README.md +28 -0
- package/iac/node_modules/create-require/LICENSE +25 -0
- package/iac/node_modules/create-require/README.md +46 -0
- package/iac/node_modules/diff/LICENSE +31 -0
- package/iac/node_modules/diff/README.md +207 -0
- package/iac/node_modules/diff-sequences/LICENSE +21 -0
- package/iac/node_modules/diff-sequences/README.md +404 -0
- package/iac/node_modules/fs-extra/LICENSE +15 -0
- package/iac/node_modules/fs-extra/README.md +264 -0
- package/iac/node_modules/fsevents/LICENSE +22 -0
- package/iac/node_modules/fsevents/README.md +83 -0
- package/iac/node_modules/graceful-fs/LICENSE +15 -0
- package/iac/node_modules/graceful-fs/README.md +143 -0
- package/iac/node_modules/has-flag/license +9 -0
- package/iac/node_modules/has-flag/readme.md +89 -0
- package/iac/node_modules/ignore/README.md +412 -0
- package/iac/node_modules/jest-diff/LICENSE +21 -0
- package/iac/node_modules/jest-diff/README.md +671 -0
- package/iac/node_modules/jest-get-type/LICENSE +21 -0
- package/iac/node_modules/jest-matcher-utils/LICENSE +21 -0
- package/iac/node_modules/jest-matcher-utils/README.md +24 -0
- package/iac/node_modules/jsonfile/LICENSE +15 -0
- package/iac/node_modules/jsonfile/README.md +230 -0
- package/iac/node_modules/jsonschema/LICENSE +21 -0
- package/iac/node_modules/jsonschema/README.md +421 -0
- package/iac/node_modules/lru-cache/LICENSE +15 -0
- package/iac/node_modules/lru-cache/README.md +166 -0
- package/iac/node_modules/make-error/LICENSE +5 -0
- package/iac/node_modules/make-error/README.md +112 -0
- package/iac/node_modules/minimatch/LICENSE +15 -0
- package/iac/node_modules/minimatch/README.md +230 -0
- package/iac/node_modules/pretty-format/LICENSE +21 -0
- package/iac/node_modules/pretty-format/README.md +458 -0
- package/iac/node_modules/punycode/README.md +122 -0
- package/iac/node_modules/react-is/LICENSE +21 -0
- package/iac/node_modules/react-is/README.md +104 -0
- package/iac/node_modules/semver/LICENSE +15 -0
- package/iac/node_modules/semver/README.md +568 -0
- package/iac/node_modules/source-map/LICENSE +28 -0
- package/iac/node_modules/source-map/README.md +742 -0
- package/iac/node_modules/source-map/dist/source-map.min.js.map +1 -0
- package/iac/node_modules/source-map-support/LICENSE.md +21 -0
- package/iac/node_modules/source-map-support/README.md +284 -0
- package/iac/node_modules/supports-color/license +9 -0
- package/iac/node_modules/supports-color/readme.md +76 -0
- package/iac/node_modules/ts-node/LICENSE +21 -0
- package/iac/node_modules/ts-node/README.md +1442 -0
- package/iac/node_modules/ts-node/dist/bin-cwd.js.map +1 -0
- package/iac/node_modules/ts-node/dist/bin-esm.js.map +1 -0
- package/iac/node_modules/ts-node/dist/bin-script-deprecated.js.map +1 -0
- package/iac/node_modules/ts-node/dist/bin-script.js.map +1 -0
- package/iac/node_modules/ts-node/dist/bin-transpile.js.map +1 -0
- package/iac/node_modules/ts-node/dist/bin.js.map +1 -0
- package/iac/node_modules/ts-node/dist/child/argv-payload.js.map +1 -0
- package/iac/node_modules/ts-node/dist/child/child-entrypoint.js.map +1 -0
- package/iac/node_modules/ts-node/dist/child/child-loader.js.map +1 -0
- package/iac/node_modules/ts-node/dist/child/child-require.js.map +1 -0
- package/iac/node_modules/ts-node/dist/child/spawn-child.js.map +1 -0
- package/iac/node_modules/ts-node/dist/cjs-resolve-hooks.js.map +1 -0
- package/iac/node_modules/ts-node/dist/configuration.js.map +1 -0
- package/iac/node_modules/ts-node/dist/esm.js.map +1 -0
- package/iac/node_modules/ts-node/dist/file-extensions.js.map +1 -0
- package/iac/node_modules/ts-node/dist/index.js.map +1 -0
- package/iac/node_modules/ts-node/dist/module-type-classifier.js.map +1 -0
- package/iac/node_modules/ts-node/dist/node-module-type-classifier.js.map +1 -0
- package/iac/node_modules/ts-node/dist/repl.js.map +1 -0
- package/iac/node_modules/ts-node/dist/resolver-functions.js.map +1 -0
- package/iac/node_modules/ts-node/dist/transpilers/swc.js.map +1 -0
- package/iac/node_modules/ts-node/dist/transpilers/types.js.map +1 -0
- package/iac/node_modules/ts-node/dist/ts-compiler-types.js.map +1 -0
- package/iac/node_modules/ts-node/dist/ts-internals.js.map +1 -0
- package/iac/node_modules/ts-node/dist/ts-transpile-module.js.map +1 -0
- package/iac/node_modules/ts-node/dist/tsconfig-schema.js.map +1 -0
- package/iac/node_modules/ts-node/dist/tsconfigs.js.map +1 -0
- package/iac/node_modules/ts-node/dist/util.js.map +1 -0
- package/iac/node_modules/ts-node/dist-raw/README.md +36 -0
- package/iac/node_modules/typescript/LICENSE.txt +55 -0
- package/iac/node_modules/typescript/README.md +104 -0
- package/iac/node_modules/typescript/lib/README.md +5 -0
- package/iac/node_modules/universalify/LICENSE +20 -0
- package/iac/node_modules/universalify/README.md +76 -0
- package/iac/node_modules/v8-compile-cache-lib/LICENSE +21 -0
- package/iac/node_modules/v8-compile-cache-lib/README.md +60 -0
- package/iac/node_modules/yallist/LICENSE +15 -0
- package/iac/node_modules/yallist/README.md +204 -0
- package/iac/node_modules/yaml/LICENSE +13 -0
- package/iac/node_modules/yaml/README.md +127 -0
- package/iac/node_modules/yn/license +9 -0
- package/iac/node_modules/yn/readme.md +83 -0
- package/index.d.ts +1 -0
- package/index.js +18 -0
- package/index.js.map +1 -0
- package/package.json +26 -5
- package/react/Edit.d.ts +3 -0
- package/react/Edit.js +10 -0
- package/react/Edit.js.map +1 -0
- package/react/index.d.ts +1 -0
- package/react/index.js +18 -0
- package/react/index.js.map +1 -0
- package/src/material-symbols.d.ts +4 -0
|
@@ -0,0 +1,322 @@
|
|
|
1
|
+
# Amazon CloudWatch Logs Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This library supplies constructs for working with CloudWatch Logs.
|
|
5
|
+
|
|
6
|
+
## Log Groups/Streams
|
|
7
|
+
|
|
8
|
+
The basic unit of CloudWatch is a *Log Group*. Every log group typically has the
|
|
9
|
+
same kind of data logged to it, in the same format. If there are multiple
|
|
10
|
+
applications or services logging into the Log Group, each of them creates a new
|
|
11
|
+
*Log Stream*.
|
|
12
|
+
|
|
13
|
+
Every log operation creates a "log event", which can consist of a simple string
|
|
14
|
+
or a single-line JSON object. JSON objects have the advantage that they afford
|
|
15
|
+
more filtering abilities (see below).
|
|
16
|
+
|
|
17
|
+
The only configurable attribute for log streams is the retention period, which
|
|
18
|
+
configures after how much time the events in the log stream expire and are
|
|
19
|
+
deleted.
|
|
20
|
+
|
|
21
|
+
The default retention period if not supplied is 2 years, but it can be set to
|
|
22
|
+
one of the values in the `RetentionDays` enum to configure a different
|
|
23
|
+
retention period (including infinite retention).
|
|
24
|
+
|
|
25
|
+
[retention example](test/example.retention.lit.ts)
|
|
26
|
+
|
|
27
|
+
## LogRetention
|
|
28
|
+
|
|
29
|
+
The `LogRetention` construct is a way to control the retention period of log groups that are created outside of the CDK. The construct is usually
|
|
30
|
+
used on log groups that are auto created by AWS services, such as [AWS
|
|
31
|
+
lambda](https://docs.aws.amazon.com/lambda/latest/dg/monitoring-cloudwatchlogs.html).
|
|
32
|
+
|
|
33
|
+
This is implemented using a [CloudFormation custom
|
|
34
|
+
resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cfn-customresource.html)
|
|
35
|
+
which pre-creates the log group if it doesn't exist, and sets the specified log retention period (never expire, by default).
|
|
36
|
+
|
|
37
|
+
By default, the log group will be created in the same region as the stack. The `logGroupRegion` property can be used to configure
|
|
38
|
+
log groups in other regions. This is typically useful when controlling retention for log groups auto-created by global services that
|
|
39
|
+
publish their log group to a specific region, such as AWS Chatbot creating a log group in `us-east-1`.
|
|
40
|
+
|
|
41
|
+
By default, the log group created by LogRetention will be retained after the stack is deleted. If the RemovalPolicy is set to DESTROY, then the log group will be deleted when the stack is deleted.
|
|
42
|
+
|
|
43
|
+
## Resource Policy
|
|
44
|
+
|
|
45
|
+
CloudWatch Resource Policies allow other AWS services or IAM Principals to put log events into the log groups.
|
|
46
|
+
A resource policy is automatically created when `addToResourcePolicy` is called on the LogGroup for the first time:
|
|
47
|
+
|
|
48
|
+
```ts
|
|
49
|
+
const logGroup = new logs.LogGroup(this, 'LogGroup');
|
|
50
|
+
logGroup.addToResourcePolicy(new iam.PolicyStatement({
|
|
51
|
+
actions: ['logs:CreateLogStream', 'logs:PutLogEvents'],
|
|
52
|
+
principals: [new iam.ServicePrincipal('es.amazonaws.com')],
|
|
53
|
+
resources: [logGroup.logGroupArn],
|
|
54
|
+
}));
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
Or more conveniently, write permissions to the log group can be granted as follows which gives same result as in the above example.
|
|
58
|
+
|
|
59
|
+
```ts
|
|
60
|
+
const logGroup = new logs.LogGroup(this, 'LogGroup');
|
|
61
|
+
logGroup.grantWrite(new iam.ServicePrincipal('es.amazonaws.com'));
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Be aware that any ARNs or tokenized values passed to the resource policy will be converted into AWS Account IDs.
|
|
65
|
+
This is because CloudWatch Logs Resource Policies do not accept ARNs as principals, but they do accept
|
|
66
|
+
Account ID strings. Non-ARN principals, like Service principals or Any princpals, are accepted by CloudWatch.
|
|
67
|
+
|
|
68
|
+
## Encrypting Log Groups
|
|
69
|
+
|
|
70
|
+
By default, log group data is always encrypted in CloudWatch Logs. You have the
|
|
71
|
+
option to encrypt log group data using a AWS KMS customer master key (CMK) should
|
|
72
|
+
you not wish to use the default AWS encryption. Keep in mind that if you decide to
|
|
73
|
+
encrypt a log group, any service or IAM identity that needs to read the encrypted
|
|
74
|
+
log streams in the future will require the same CMK to decrypt the data.
|
|
75
|
+
|
|
76
|
+
Here's a simple example of creating an encrypted Log Group using a KMS CMK.
|
|
77
|
+
|
|
78
|
+
```ts
|
|
79
|
+
import * as kms from 'aws-cdk-lib/aws-kms';
|
|
80
|
+
|
|
81
|
+
new logs.LogGroup(this, 'LogGroup', {
|
|
82
|
+
encryptionKey: new kms.Key(this, 'Key'),
|
|
83
|
+
});
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
See the AWS documentation for more detailed information about [encrypting CloudWatch
|
|
87
|
+
Logs](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/encrypt-log-data-kms.html).
|
|
88
|
+
|
|
89
|
+
## Subscriptions and Destinations
|
|
90
|
+
|
|
91
|
+
Log events matching a particular filter can be sent to either a Lambda function
|
|
92
|
+
or a Kinesis stream.
|
|
93
|
+
|
|
94
|
+
If the Kinesis stream lives in a different account, a `CrossAccountDestination`
|
|
95
|
+
object needs to be added in the destination account which will act as a proxy
|
|
96
|
+
for the remote Kinesis stream. This object is automatically created for you
|
|
97
|
+
if you use the CDK Kinesis library.
|
|
98
|
+
|
|
99
|
+
Create a `SubscriptionFilter`, initialize it with an appropriate `Pattern` (see
|
|
100
|
+
below) and supply the intended destination:
|
|
101
|
+
|
|
102
|
+
```ts
|
|
103
|
+
import * as destinations from 'aws-cdk-lib/aws-logs-destinations';
|
|
104
|
+
declare const fn: lambda.Function;
|
|
105
|
+
declare const logGroup: logs.LogGroup;
|
|
106
|
+
|
|
107
|
+
new logs.SubscriptionFilter(this, 'Subscription', {
|
|
108
|
+
logGroup,
|
|
109
|
+
destination: new destinations.LambdaDestination(fn),
|
|
110
|
+
filterPattern: logs.FilterPattern.allTerms("ERROR", "MainThread"),
|
|
111
|
+
});
|
|
112
|
+
```
|
|
113
|
+
|
|
114
|
+
## Metric Filters
|
|
115
|
+
|
|
116
|
+
CloudWatch Logs can extract and emit metrics based on a textual log stream.
|
|
117
|
+
Depending on your needs, this may be a more convenient way of generating metrics
|
|
118
|
+
for you application than making calls to CloudWatch Metrics yourself.
|
|
119
|
+
|
|
120
|
+
A `MetricFilter` either emits a fixed number every time it sees a log event
|
|
121
|
+
matching a particular pattern (see below), or extracts a number from the log
|
|
122
|
+
event and uses that as the metric value.
|
|
123
|
+
|
|
124
|
+
Example:
|
|
125
|
+
|
|
126
|
+
[metricfilter example](test/integ.metricfilter.lit.ts)
|
|
127
|
+
|
|
128
|
+
Remember that if you want to use a value from the log event as the metric value,
|
|
129
|
+
you must mention it in your pattern somewhere.
|
|
130
|
+
|
|
131
|
+
A very simple MetricFilter can be created by using the `logGroup.extractMetric()`
|
|
132
|
+
helper function:
|
|
133
|
+
|
|
134
|
+
```ts
|
|
135
|
+
declare const logGroup: logs.LogGroup;
|
|
136
|
+
logGroup.extractMetric('$.jsonField', 'Namespace', 'MetricName');
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
Will extract the value of `jsonField` wherever it occurs in JSON-structed
|
|
140
|
+
log records in the LogGroup, and emit them to CloudWatch Metrics under
|
|
141
|
+
the name `Namespace/MetricName`.
|
|
142
|
+
|
|
143
|
+
### Exposing Metric on a Metric Filter
|
|
144
|
+
|
|
145
|
+
You can expose a metric on a metric filter by calling the `MetricFilter.metric()` API.
|
|
146
|
+
This has a default of `statistic = 'avg'` if the statistic is not set in the `props`.
|
|
147
|
+
|
|
148
|
+
```ts
|
|
149
|
+
declare const logGroup: logs.LogGroup;
|
|
150
|
+
const mf = new logs.MetricFilter(this, 'MetricFilter', {
|
|
151
|
+
logGroup,
|
|
152
|
+
metricNamespace: 'MyApp',
|
|
153
|
+
metricName: 'Latency',
|
|
154
|
+
filterPattern: logs.FilterPattern.exists('$.latency'),
|
|
155
|
+
metricValue: '$.latency',
|
|
156
|
+
});
|
|
157
|
+
|
|
158
|
+
//expose a metric from the metric filter
|
|
159
|
+
const metric = mf.metric();
|
|
160
|
+
|
|
161
|
+
//you can use the metric to create a new alarm
|
|
162
|
+
new cloudwatch.Alarm(this, 'alarm from metric filter', {
|
|
163
|
+
metric,
|
|
164
|
+
threshold: 100,
|
|
165
|
+
evaluationPeriods: 2,
|
|
166
|
+
});
|
|
167
|
+
```
|
|
168
|
+
|
|
169
|
+
## Patterns
|
|
170
|
+
|
|
171
|
+
Patterns describe which log events match a subscription or metric filter. There
|
|
172
|
+
are three types of patterns:
|
|
173
|
+
|
|
174
|
+
* Text patterns
|
|
175
|
+
* JSON patterns
|
|
176
|
+
* Space-delimited table patterns
|
|
177
|
+
|
|
178
|
+
All patterns are constructed by using static functions on the `FilterPattern`
|
|
179
|
+
class.
|
|
180
|
+
|
|
181
|
+
In addition to the patterns above, the following special patterns exist:
|
|
182
|
+
|
|
183
|
+
* `FilterPattern.allEvents()`: matches all log events.
|
|
184
|
+
* `FilterPattern.literal(string)`: if you already know what pattern expression to
|
|
185
|
+
use, this function takes a string and will use that as the log pattern. For
|
|
186
|
+
more information, see the [Filter and Pattern
|
|
187
|
+
Syntax](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/FilterAndPatternSyntax.html).
|
|
188
|
+
|
|
189
|
+
### Text Patterns
|
|
190
|
+
|
|
191
|
+
Text patterns match if the literal strings appear in the text form of the log
|
|
192
|
+
line.
|
|
193
|
+
|
|
194
|
+
* `FilterPattern.allTerms(term, term, ...)`: matches if all of the given terms
|
|
195
|
+
(substrings) appear in the log event.
|
|
196
|
+
* `FilterPattern.anyTerm(term, term, ...)`: matches if all of the given terms
|
|
197
|
+
(substrings) appear in the log event.
|
|
198
|
+
* `FilterPattern.anyTermGroup([term, term, ...], [term, term, ...], ...)`: matches if
|
|
199
|
+
all of the terms in any of the groups (specified as arrays) matches. This is
|
|
200
|
+
an OR match.
|
|
201
|
+
|
|
202
|
+
Examples:
|
|
203
|
+
|
|
204
|
+
```ts
|
|
205
|
+
// Search for lines that contain both "ERROR" and "MainThread"
|
|
206
|
+
const pattern1 = logs.FilterPattern.allTerms('ERROR', 'MainThread');
|
|
207
|
+
|
|
208
|
+
// Search for lines that either contain both "ERROR" and "MainThread", or
|
|
209
|
+
// both "WARN" and "Deadlock".
|
|
210
|
+
const pattern2 = logs.FilterPattern.anyTermGroup(
|
|
211
|
+
['ERROR', 'MainThread'],
|
|
212
|
+
['WARN', 'Deadlock'],
|
|
213
|
+
);
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
## JSON Patterns
|
|
217
|
+
|
|
218
|
+
JSON patterns apply if the log event is the JSON representation of an object
|
|
219
|
+
(without any other characters, so it cannot include a prefix such as timestamp
|
|
220
|
+
or log level). JSON patterns can make comparisons on the values inside the
|
|
221
|
+
fields.
|
|
222
|
+
|
|
223
|
+
* **Strings**: the comparison operators allowed for strings are `=` and `!=`.
|
|
224
|
+
String values can start or end with a `*` wildcard.
|
|
225
|
+
* **Numbers**: the comparison operators allowed for numbers are `=`, `!=`,
|
|
226
|
+
`<`, `<=`, `>`, `>=`.
|
|
227
|
+
|
|
228
|
+
Fields in the JSON structure are identified by identifier the complete object as `$`
|
|
229
|
+
and then descending into it, such as `$.field` or `$.list[0].field`.
|
|
230
|
+
|
|
231
|
+
* `FilterPattern.stringValue(field, comparison, string)`: matches if the given
|
|
232
|
+
field compares as indicated with the given string value.
|
|
233
|
+
* `FilterPattern.numberValue(field, comparison, number)`: matches if the given
|
|
234
|
+
field compares as indicated with the given numerical value.
|
|
235
|
+
* `FilterPattern.isNull(field)`: matches if the given field exists and has the
|
|
236
|
+
value `null`.
|
|
237
|
+
* `FilterPattern.notExists(field)`: matches if the given field is not in the JSON
|
|
238
|
+
structure.
|
|
239
|
+
* `FilterPattern.exists(field)`: matches if the given field is in the JSON
|
|
240
|
+
structure.
|
|
241
|
+
* `FilterPattern.booleanValue(field, boolean)`: matches if the given field
|
|
242
|
+
is exactly the given boolean value.
|
|
243
|
+
* `FilterPattern.all(jsonPattern, jsonPattern, ...)`: matches if all of the
|
|
244
|
+
given JSON patterns match. This makes an AND combination of the given
|
|
245
|
+
patterns.
|
|
246
|
+
* `FilterPattern.any(jsonPattern, jsonPattern, ...)`: matches if any of the
|
|
247
|
+
given JSON patterns match. This makes an OR combination of the given
|
|
248
|
+
patterns.
|
|
249
|
+
|
|
250
|
+
Example:
|
|
251
|
+
|
|
252
|
+
```ts
|
|
253
|
+
// Search for all events where the component field is equal to
|
|
254
|
+
// "HttpServer" and either error is true or the latency is higher
|
|
255
|
+
// than 1000.
|
|
256
|
+
const pattern = logs.FilterPattern.all(
|
|
257
|
+
logs.FilterPattern.stringValue('$.component', '=', 'HttpServer'),
|
|
258
|
+
logs.FilterPattern.any(
|
|
259
|
+
logs.FilterPattern.booleanValue('$.error', true),
|
|
260
|
+
logs.FilterPattern.numberValue('$.latency', '>', 1000),
|
|
261
|
+
),
|
|
262
|
+
);
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
## Space-delimited table patterns
|
|
266
|
+
|
|
267
|
+
If the log events are rows of a space-delimited table, this pattern can be used
|
|
268
|
+
to identify the columns in that structure and add conditions on any of them. The
|
|
269
|
+
canonical example where you would apply this type of pattern is Apache server
|
|
270
|
+
logs.
|
|
271
|
+
|
|
272
|
+
Text that is surrounded by `"..."` quotes or `[...]` square brackets will
|
|
273
|
+
be treated as one column.
|
|
274
|
+
|
|
275
|
+
* `FilterPattern.spaceDelimited(column, column, ...)`: construct a
|
|
276
|
+
`SpaceDelimitedTextPattern` object with the indicated columns. The columns
|
|
277
|
+
map one-by-one the columns found in the log event. The string `"..."` may
|
|
278
|
+
be used to specify an arbitrary number of unnamed columns anywhere in the
|
|
279
|
+
name list (but may only be specified once).
|
|
280
|
+
|
|
281
|
+
After constructing a `SpaceDelimitedTextPattern`, you can use the following
|
|
282
|
+
two members to add restrictions:
|
|
283
|
+
|
|
284
|
+
* `pattern.whereString(field, comparison, string)`: add a string condition.
|
|
285
|
+
The rules are the same as for JSON patterns.
|
|
286
|
+
* `pattern.whereNumber(field, comparison, number)`: add a numerical condition.
|
|
287
|
+
The rules are the same as for JSON patterns.
|
|
288
|
+
|
|
289
|
+
Multiple restrictions can be added on the same column; they must all apply.
|
|
290
|
+
|
|
291
|
+
Example:
|
|
292
|
+
|
|
293
|
+
```ts
|
|
294
|
+
// Search for all events where the component is "HttpServer" and the
|
|
295
|
+
// result code is not equal to 200.
|
|
296
|
+
const pattern = logs.FilterPattern.spaceDelimited('time', 'component', '...', 'result_code', 'latency')
|
|
297
|
+
.whereString('component', '=', 'HttpServer')
|
|
298
|
+
.whereNumber('result_code', '!=', 200);
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
## Logs Insights Query Definition
|
|
302
|
+
|
|
303
|
+
Creates a query definition for CloudWatch Logs Insights.
|
|
304
|
+
|
|
305
|
+
Example:
|
|
306
|
+
|
|
307
|
+
```ts
|
|
308
|
+
new logs.QueryDefinition(this, 'QueryDefinition', {
|
|
309
|
+
queryDefinitionName: 'MyQuery',
|
|
310
|
+
queryString: new logs.QueryString({
|
|
311
|
+
fields: ['@timestamp', '@message'],
|
|
312
|
+
sort: '@timestamp desc',
|
|
313
|
+
limit: 20,
|
|
314
|
+
}),
|
|
315
|
+
});
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
## Notes
|
|
319
|
+
|
|
320
|
+
Be aware that Log Group ARNs will always have the string `:*` appended to
|
|
321
|
+
them, to match the behavior of [the CloudFormation `AWS::Logs::LogGroup`
|
|
322
|
+
resource](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-loggroup.html#aws-resource-logs-loggroup-return-values).
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
# AWS CloudWatch Logs Subscription Destination Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This library contains destinations for AWS CloudWatch Logs SubscriptionFilters. You
|
|
5
|
+
can send log data to Kinesis Streams or Lambda Functions.
|
|
6
|
+
|
|
7
|
+
See the documentation of the `logs` module for more information.
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::LookoutEquipment Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as lookoutequipment from 'aws-cdk-lib/aws-lookoutequipment';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for LookoutEquipment construct libraries](https://constructs.dev/search?q=lookoutequipment)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::LookoutEquipment resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LookoutEquipment.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::LookoutEquipment](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LookoutEquipment.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::LookoutMetrics Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as lookoutmetrics from 'aws-cdk-lib/aws-lookoutmetrics';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for LookoutMetrics construct libraries](https://constructs.dev/search?q=lookoutmetrics)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::LookoutMetrics resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LookoutMetrics.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::LookoutMetrics](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LookoutMetrics.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::LookoutVision Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as lookoutvision from 'aws-cdk-lib/aws-lookoutvision';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for LookoutVision construct libraries](https://constructs.dev/search?q=lookoutvision)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::LookoutVision resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LookoutVision.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::LookoutVision](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_LookoutVision.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::M2 Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as m2 from 'aws-cdk-lib/aws-m2';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for M2 construct libraries](https://constructs.dev/search?q=m2)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::M2 resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_M2.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::M2](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_M2.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::Macie Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as macie from 'aws-cdk-lib/aws-macie';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for Macie construct libraries](https://constructs.dev/search?q=macie)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::Macie resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Macie.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::Macie](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Macie.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::ManagedBlockchain Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as managedblockchain from 'aws-cdk-lib/aws-managedblockchain';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for ManagedBlockchain construct libraries](https://constructs.dev/search?q=managedblockchain)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::ManagedBlockchain resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ManagedBlockchain.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::ManagedBlockchain](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_ManagedBlockchain.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::MediaConnect Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as mediaconnect from 'aws-cdk-lib/aws-mediaconnect';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for MediaConnect construct libraries](https://constructs.dev/search?q=mediaconnect)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::MediaConnect resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaConnect.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::MediaConnect](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaConnect.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::MediaConvert Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as mediaconvert from 'aws-cdk-lib/aws-mediaconvert';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for MediaConvert construct libraries](https://constructs.dev/search?q=mediaconvert)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::MediaConvert resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaConvert.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::MediaConvert](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaConvert.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS Elemental MediaLive Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as medialive from 'aws-cdk-lib/aws-medialive';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for MediaLive construct libraries](https://constructs.dev/search?q=medialive)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::MediaLive resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaLive.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::MediaLive](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaLive.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::MediaPackage Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as mediapackage from 'aws-cdk-lib/aws-mediapackage';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for MediaPackage construct libraries](https://constructs.dev/search?q=mediapackage)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::MediaPackage resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaPackage.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::MediaPackage](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaPackage.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS Elemental MediaStore Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
5
|
+
|
|
6
|
+
```ts nofixture
|
|
7
|
+
import * as mediastore from 'aws-cdk-lib/aws-mediastore';
|
|
8
|
+
```
|
|
9
|
+
|
|
10
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
11
|
+
|
|
12
|
+
There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
|
|
13
|
+
|
|
14
|
+
- Search [Construct Hub for MediaStore construct libraries](https://constructs.dev/search?q=mediastore)
|
|
15
|
+
- Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::MediaStore resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaStore.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
19
|
+
|
|
20
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
21
|
+
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
|
|
22
|
+
|
|
23
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::MediaStore](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaStore.html).
|
|
24
|
+
|
|
25
|
+
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
|
|
26
|
+
|
|
27
|
+
<!--END CFNONLY DISCLAIMER-->
|