@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,27 @@
|
|
|
1
|
+
# AWS::MediaTailor 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 mediatailor from 'aws-cdk-lib/aws-mediatailor';
|
|
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 MediaTailor construct libraries](https://constructs.dev/search?q=mediatailor)
|
|
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::MediaTailor resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaTailor.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::MediaTailor](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MediaTailor.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::MemoryDB 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 memorydb from 'aws-cdk-lib/aws-memorydb';
|
|
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 MemoryDB construct libraries](https://constructs.dev/search?q=memorydb)
|
|
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::MemoryDB resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MemoryDB.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::MemoryDB](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MemoryDB.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,32 @@
|
|
|
1
|
+
# Amazon Managed Streaming for Apache Kafka 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 msk from 'aws-cdk-lib/aws-msk';
|
|
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 MSK construct libraries](https://constructs.dev/search?q=msk)
|
|
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::MSK resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MSK.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
> An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed
|
|
19
|
+
> as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
|
|
20
|
+
>
|
|
21
|
+
> <span class="package-reference">@aws-cdk/aws-msk-alpha</span>
|
|
22
|
+
|
|
23
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
24
|
+
|
|
25
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
26
|
+
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.
|
|
27
|
+
|
|
28
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::MSK](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MSK.html).
|
|
29
|
+
|
|
30
|
+
(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.)
|
|
31
|
+
|
|
32
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::MWAA 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 mwaa from 'aws-cdk-lib/aws-mwaa';
|
|
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 MWAA construct libraries](https://constructs.dev/search?q=mwaa)
|
|
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::MWAA resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MWAA.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::MWAA](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_MWAA.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,32 @@
|
|
|
1
|
+
# Amazon Neptune 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 neptune from 'aws-cdk-lib/aws-neptune';
|
|
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 Neptune construct libraries](https://constructs.dev/search?q=neptune)
|
|
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::Neptune resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Neptune.html) directly.
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
> An experimental construct library for this service is available in preview. Since it is not stable yet, it is distributed
|
|
19
|
+
> as a separate package so that you can pin its version independently of the rest of the CDK. See the package:
|
|
20
|
+
>
|
|
21
|
+
> <span class="package-reference">@aws-cdk/aws-neptune-alpha</span>
|
|
22
|
+
|
|
23
|
+
<!--BEGIN CFNONLY DISCLAIMER-->
|
|
24
|
+
|
|
25
|
+
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
|
|
26
|
+
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.
|
|
27
|
+
|
|
28
|
+
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::Neptune](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Neptune.html).
|
|
29
|
+
|
|
30
|
+
(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.)
|
|
31
|
+
|
|
32
|
+
<!--END CFNONLY DISCLAIMER-->
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS::NetworkFirewall 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 networkfirewall from 'aws-cdk-lib/aws-networkfirewall';
|
|
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 NetworkFirewall construct libraries](https://constructs.dev/search?q=networkfirewall)
|
|
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::NetworkFirewall resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_NetworkFirewall.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::NetworkFirewall](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_NetworkFirewall.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::NetworkManager 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 networkmanager from 'aws-cdk-lib/aws-networkmanager';
|
|
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 NetworkManager construct libraries](https://constructs.dev/search?q=networkmanager)
|
|
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::NetworkManager resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_NetworkManager.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::NetworkManager](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_NetworkManager.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::NimbleStudio 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 nimblestudio from 'aws-cdk-lib/aws-nimblestudio';
|
|
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 NimbleStudio construct libraries](https://constructs.dev/search?q=nimblestudio)
|
|
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::NimbleStudio resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_NimbleStudio.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::NimbleStudio](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_NimbleStudio.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,378 @@
|
|
|
1
|
+
# Amazon OpenSearch Service Construct Library
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
Amazon OpenSearch Service is the successor to Amazon Elasticsearch Service.
|
|
5
|
+
|
|
6
|
+
See [Migrating to OpenSearch](https://docs.aws.amazon.com/cdk/api/latest/docs/aws-elasticsearch-readme.html#migrating-to-opensearch) for migration instructions from `@aws-cdk/aws-elasticsearch` to this module, `@aws-cdk/aws-opensearchservice`.
|
|
7
|
+
|
|
8
|
+
## Quick start
|
|
9
|
+
|
|
10
|
+
Create a development cluster by simply specifying the version:
|
|
11
|
+
|
|
12
|
+
```ts
|
|
13
|
+
const devDomain = new Domain(this, 'Domain', {
|
|
14
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
15
|
+
});
|
|
16
|
+
```
|
|
17
|
+
|
|
18
|
+
To perform version upgrades without replacing the entire domain, specify the `enableVersionUpgrade` property.
|
|
19
|
+
|
|
20
|
+
```ts
|
|
21
|
+
const devDomain = new Domain(this, 'Domain', {
|
|
22
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
23
|
+
enableVersionUpgrade: true, // defaults to false
|
|
24
|
+
});
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Create a production grade cluster by also specifying things like capacity and az distribution
|
|
28
|
+
|
|
29
|
+
```ts
|
|
30
|
+
const prodDomain = new Domain(this, 'Domain', {
|
|
31
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
32
|
+
capacity: {
|
|
33
|
+
masterNodes: 5,
|
|
34
|
+
dataNodes: 20,
|
|
35
|
+
},
|
|
36
|
+
ebs: {
|
|
37
|
+
volumeSize: 20,
|
|
38
|
+
},
|
|
39
|
+
zoneAwareness: {
|
|
40
|
+
availabilityZoneCount: 3,
|
|
41
|
+
},
|
|
42
|
+
logging: {
|
|
43
|
+
slowSearchLogEnabled: true,
|
|
44
|
+
appLogEnabled: true,
|
|
45
|
+
slowIndexLogEnabled: true,
|
|
46
|
+
},
|
|
47
|
+
});
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
This creates an Amazon OpenSearch Service cluster and automatically sets up log groups for
|
|
51
|
+
logging the domain logs and slow search logs.
|
|
52
|
+
|
|
53
|
+
## A note about SLR
|
|
54
|
+
|
|
55
|
+
Some cluster configurations (e.g VPC access) require the existence of the [`AWSServiceRoleForAmazonElasticsearchService`](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/slr.html) Service-Linked Role.
|
|
56
|
+
|
|
57
|
+
When performing such operations via the AWS Console, this SLR is created automatically when needed. However, this is not the behavior when using CloudFormation. If an SLR is needed, but doesn't exist, you will encounter a failure message simlar to:
|
|
58
|
+
|
|
59
|
+
```console
|
|
60
|
+
Before you can proceed, you must enable a service-linked role to give Amazon OpenSearch Service...
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
To resolve this, you need to [create](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html#create-service-linked-role) the SLR. We recommend using the AWS CLI:
|
|
64
|
+
|
|
65
|
+
```console
|
|
66
|
+
aws iam create-service-linked-role --aws-service-name es.amazonaws.com
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
You can also create it using the CDK, **but note that only the first application deploying this will succeed**:
|
|
70
|
+
|
|
71
|
+
```ts
|
|
72
|
+
const slr = new iam.CfnServiceLinkedRole(this, 'Service Linked Role', {
|
|
73
|
+
awsServiceName: 'es.amazonaws.com',
|
|
74
|
+
});
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
## Importing existing domains
|
|
78
|
+
|
|
79
|
+
### Using a known domain endpoint
|
|
80
|
+
|
|
81
|
+
To import an existing domain into your CDK application, use the `Domain.fromDomainEndpoint` factory method.
|
|
82
|
+
This method accepts a domain endpoint of an already existing domain:
|
|
83
|
+
|
|
84
|
+
```ts
|
|
85
|
+
const domainEndpoint = 'https://my-domain-jcjotrt6f7otem4sqcwbch3c4u.us-east-1.es.amazonaws.com';
|
|
86
|
+
const domain = Domain.fromDomainEndpoint(this, 'ImportedDomain', domainEndpoint);
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
### Using the output of another CloudFormation stack
|
|
90
|
+
|
|
91
|
+
To import an existing domain with the help of an exported value from another CloudFormation stack,
|
|
92
|
+
use the `Domain.fromDomainAttributes` factory method. This will accept tokens.
|
|
93
|
+
|
|
94
|
+
```ts
|
|
95
|
+
const domainArn = Fn.importValue(`another-cf-stack-export-domain-arn`);
|
|
96
|
+
const domainEndpoint = Fn.importValue(`another-cf-stack-export-domain-endpoint`);
|
|
97
|
+
const domain = Domain.fromDomainAttributes(this, 'ImportedDomain', {
|
|
98
|
+
domainArn,
|
|
99
|
+
domainEndpoint,
|
|
100
|
+
});
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
## Permissions
|
|
104
|
+
|
|
105
|
+
### IAM
|
|
106
|
+
|
|
107
|
+
Helper methods also exist for managing access to the domain.
|
|
108
|
+
|
|
109
|
+
```ts
|
|
110
|
+
declare const fn: lambda.Function;
|
|
111
|
+
declare const domain: Domain;
|
|
112
|
+
|
|
113
|
+
// Grant write access to the app-search index
|
|
114
|
+
domain.grantIndexWrite('app-search', fn);
|
|
115
|
+
|
|
116
|
+
// Grant read access to the 'app-search/_search' path
|
|
117
|
+
domain.grantPathRead('app-search/_search', fn);
|
|
118
|
+
```
|
|
119
|
+
|
|
120
|
+
## Encryption
|
|
121
|
+
|
|
122
|
+
The domain can also be created with encryption enabled:
|
|
123
|
+
|
|
124
|
+
```ts
|
|
125
|
+
const domain = new Domain(this, 'Domain', {
|
|
126
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
127
|
+
ebs: {
|
|
128
|
+
volumeSize: 100,
|
|
129
|
+
volumeType: ec2.EbsDeviceVolumeType.GENERAL_PURPOSE_SSD,
|
|
130
|
+
},
|
|
131
|
+
nodeToNodeEncryption: true,
|
|
132
|
+
encryptionAtRest: {
|
|
133
|
+
enabled: true,
|
|
134
|
+
},
|
|
135
|
+
});
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
This sets up the domain with node to node encryption and encryption at
|
|
139
|
+
rest. You can also choose to supply your own KMS key to use for encryption at
|
|
140
|
+
rest.
|
|
141
|
+
|
|
142
|
+
## VPC Support
|
|
143
|
+
|
|
144
|
+
Domains can be placed inside a VPC, providing a secure communication between Amazon OpenSearch Service and other services within the VPC without the need for an internet gateway, NAT device, or VPN connection.
|
|
145
|
+
|
|
146
|
+
> Visit [VPC Support for Amazon OpenSearch Service Domains](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/vpc.html) for more details.
|
|
147
|
+
|
|
148
|
+
```ts
|
|
149
|
+
const vpc = new ec2.Vpc(this, 'Vpc');
|
|
150
|
+
const domainProps: DomainProps = {
|
|
151
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
152
|
+
removalPolicy: RemovalPolicy.DESTROY,
|
|
153
|
+
vpc,
|
|
154
|
+
// must be enabled since our VPC contains multiple private subnets.
|
|
155
|
+
zoneAwareness: {
|
|
156
|
+
enabled: true,
|
|
157
|
+
},
|
|
158
|
+
capacity: {
|
|
159
|
+
// must be an even number since the default az count is 2.
|
|
160
|
+
dataNodes: 2,
|
|
161
|
+
},
|
|
162
|
+
};
|
|
163
|
+
new Domain(this, 'Domain', domainProps);
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
In addition, you can use the `vpcSubnets` property to control which specific subnets will be used, and the `securityGroups` property to control
|
|
167
|
+
which security groups will be attached to the domain. By default, CDK will select all *private* subnets in the VPC, and create one dedicated security group.
|
|
168
|
+
|
|
169
|
+
## Metrics
|
|
170
|
+
|
|
171
|
+
Helper methods exist to access common domain metrics for example:
|
|
172
|
+
|
|
173
|
+
```ts
|
|
174
|
+
declare const domain: Domain;
|
|
175
|
+
const freeStorageSpace = domain.metricFreeStorageSpace();
|
|
176
|
+
const masterSysMemoryUtilization = domain.metric('MasterSysMemoryUtilization');
|
|
177
|
+
```
|
|
178
|
+
|
|
179
|
+
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
|
|
180
|
+
|
|
181
|
+
## Fine grained access control
|
|
182
|
+
|
|
183
|
+
The domain can also be created with a master user configured. The password can
|
|
184
|
+
be supplied or dynamically created if not supplied.
|
|
185
|
+
|
|
186
|
+
```ts
|
|
187
|
+
const domain = new Domain(this, 'Domain', {
|
|
188
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
189
|
+
enforceHttps: true,
|
|
190
|
+
nodeToNodeEncryption: true,
|
|
191
|
+
encryptionAtRest: {
|
|
192
|
+
enabled: true,
|
|
193
|
+
},
|
|
194
|
+
fineGrainedAccessControl: {
|
|
195
|
+
masterUserName: 'master-user',
|
|
196
|
+
},
|
|
197
|
+
});
|
|
198
|
+
|
|
199
|
+
const masterUserPassword = domain.masterUserPassword;
|
|
200
|
+
```
|
|
201
|
+
|
|
202
|
+
## Using unsigned basic auth
|
|
203
|
+
|
|
204
|
+
For convenience, the domain can be configured to allow unsigned HTTP requests
|
|
205
|
+
that use basic auth. Unless the domain is configured to be part of a VPC this
|
|
206
|
+
means anyone can access the domain using the configured master username and
|
|
207
|
+
password.
|
|
208
|
+
|
|
209
|
+
To enable unsigned basic auth access the domain is configured with an access
|
|
210
|
+
policy that allows anyonmous requests, HTTPS required, node to node encryption,
|
|
211
|
+
encryption at rest and fine grained access control.
|
|
212
|
+
|
|
213
|
+
If the above settings are not set they will be configured as part of enabling
|
|
214
|
+
unsigned basic auth. If they are set with conflicting values, an error will be
|
|
215
|
+
thrown.
|
|
216
|
+
|
|
217
|
+
If no master user is configured a default master user is created with the
|
|
218
|
+
username `admin`.
|
|
219
|
+
|
|
220
|
+
If no password is configured a default master user password is created and
|
|
221
|
+
stored in the AWS Secrets Manager as secret. The secret has the prefix
|
|
222
|
+
`<domain id>MasterUser`.
|
|
223
|
+
|
|
224
|
+
```ts
|
|
225
|
+
const domain = new Domain(this, 'Domain', {
|
|
226
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
227
|
+
useUnsignedBasicAuth: true,
|
|
228
|
+
});
|
|
229
|
+
|
|
230
|
+
const masterUserPassword = domain.masterUserPassword;
|
|
231
|
+
```
|
|
232
|
+
|
|
233
|
+
## Custom access policies
|
|
234
|
+
|
|
235
|
+
If the domain requires custom access control it can be configured either as a
|
|
236
|
+
constructor property, or later by means of a helper method.
|
|
237
|
+
|
|
238
|
+
For simple permissions the `accessPolicies` constructor may be sufficient:
|
|
239
|
+
|
|
240
|
+
```ts
|
|
241
|
+
const domain = new Domain(this, 'Domain', {
|
|
242
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
243
|
+
accessPolicies: [
|
|
244
|
+
new iam.PolicyStatement({
|
|
245
|
+
actions: ['es:*ESHttpPost', 'es:ESHttpPut*'],
|
|
246
|
+
effect: iam.Effect.ALLOW,
|
|
247
|
+
principals: [new iam.AccountPrincipal('123456789012')],
|
|
248
|
+
resources: ['*'],
|
|
249
|
+
}),
|
|
250
|
+
]
|
|
251
|
+
});
|
|
252
|
+
```
|
|
253
|
+
|
|
254
|
+
For more complex use-cases, for example, to set the domain up to receive data from a
|
|
255
|
+
[cross-account Kinesis Firehose](https://aws.amazon.com/premiumsupport/knowledge-center/kinesis-firehose-cross-account-streaming/) the `addAccessPolicies` helper method
|
|
256
|
+
allows for policies that include the explicit domain ARN.
|
|
257
|
+
|
|
258
|
+
```ts
|
|
259
|
+
const domain = new Domain(this, 'Domain', {
|
|
260
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
261
|
+
});
|
|
262
|
+
domain.addAccessPolicies(
|
|
263
|
+
new iam.PolicyStatement({
|
|
264
|
+
actions: ['es:ESHttpPost', 'es:ESHttpPut'],
|
|
265
|
+
effect: iam.Effect.ALLOW,
|
|
266
|
+
principals: [new iam.AccountPrincipal('123456789012')],
|
|
267
|
+
resources: [domain.domainArn, `${domain.domainArn}/*`],
|
|
268
|
+
}),
|
|
269
|
+
new iam.PolicyStatement({
|
|
270
|
+
actions: ['es:ESHttpGet'],
|
|
271
|
+
effect: iam.Effect.ALLOW,
|
|
272
|
+
principals: [new iam.AccountPrincipal('123456789012')],
|
|
273
|
+
resources: [
|
|
274
|
+
`${domain.domainArn}/_all/_settings`,
|
|
275
|
+
`${domain.domainArn}/_cluster/stats`,
|
|
276
|
+
`${domain.domainArn}/index-name*/_mapping/type-name`,
|
|
277
|
+
`${domain.domainArn}/roletest*/_mapping/roletest`,
|
|
278
|
+
`${domain.domainArn}/_nodes`,
|
|
279
|
+
`${domain.domainArn}/_nodes/stats`,
|
|
280
|
+
`${domain.domainArn}/_nodes/*/stats`,
|
|
281
|
+
`${domain.domainArn}/_stats`,
|
|
282
|
+
`${domain.domainArn}/index-name*/_stats`,
|
|
283
|
+
`${domain.domainArn}/roletest*/_stat`,
|
|
284
|
+
],
|
|
285
|
+
}),
|
|
286
|
+
);
|
|
287
|
+
```
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
## Audit logs
|
|
291
|
+
|
|
292
|
+
Audit logs can be enabled for a domain, but only when fine grained access control is enabled.
|
|
293
|
+
|
|
294
|
+
```ts
|
|
295
|
+
const domain = new Domain(this, 'Domain', {
|
|
296
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
297
|
+
enforceHttps: true,
|
|
298
|
+
nodeToNodeEncryption: true,
|
|
299
|
+
encryptionAtRest: {
|
|
300
|
+
enabled: true,
|
|
301
|
+
},
|
|
302
|
+
fineGrainedAccessControl: {
|
|
303
|
+
masterUserName: 'master-user',
|
|
304
|
+
},
|
|
305
|
+
logging: {
|
|
306
|
+
auditLogEnabled: true,
|
|
307
|
+
slowSearchLogEnabled: true,
|
|
308
|
+
appLogEnabled: true,
|
|
309
|
+
slowIndexLogEnabled: true,
|
|
310
|
+
},
|
|
311
|
+
});
|
|
312
|
+
```
|
|
313
|
+
|
|
314
|
+
## UltraWarm
|
|
315
|
+
|
|
316
|
+
UltraWarm nodes can be enabled to provide a cost-effective way to store large amounts of read-only data.
|
|
317
|
+
|
|
318
|
+
```ts
|
|
319
|
+
const domain = new Domain(this, 'Domain', {
|
|
320
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
321
|
+
capacity: {
|
|
322
|
+
masterNodes: 2,
|
|
323
|
+
warmNodes: 2,
|
|
324
|
+
warmInstanceType: 'ultrawarm1.medium.search',
|
|
325
|
+
},
|
|
326
|
+
});
|
|
327
|
+
```
|
|
328
|
+
|
|
329
|
+
## Custom endpoint
|
|
330
|
+
|
|
331
|
+
Custom endpoints can be configured to reach the domain under a custom domain name.
|
|
332
|
+
|
|
333
|
+
```ts
|
|
334
|
+
new Domain(this, 'Domain', {
|
|
335
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
336
|
+
customEndpoint: {
|
|
337
|
+
domainName: 'search.example.com',
|
|
338
|
+
},
|
|
339
|
+
});
|
|
340
|
+
```
|
|
341
|
+
|
|
342
|
+
It is also possible to specify a custom certificate instead of the auto-generated one.
|
|
343
|
+
|
|
344
|
+
Additionally, an automatic CNAME-Record is created if a hosted zone is provided for the custom endpoint
|
|
345
|
+
|
|
346
|
+
## Advanced options
|
|
347
|
+
|
|
348
|
+
[Advanced options](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/createupdatedomains.html#createdomain-configure-advanced-options) can used to configure additional options.
|
|
349
|
+
|
|
350
|
+
```ts
|
|
351
|
+
new Domain(this, 'Domain', {
|
|
352
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
353
|
+
advancedOptions: {
|
|
354
|
+
'rest.action.multi.allow_explicit_index': 'false',
|
|
355
|
+
'indices.fielddata.cache.size': '25',
|
|
356
|
+
'indices.query.bool.max_clause_count': '2048',
|
|
357
|
+
},
|
|
358
|
+
});
|
|
359
|
+
```
|
|
360
|
+
|
|
361
|
+
## Amazon Cognito authentication for OpenSearch Dashboards
|
|
362
|
+
|
|
363
|
+
The domain can be configured to use Amazon Cognito authentication for OpenSearch Dashboards.
|
|
364
|
+
|
|
365
|
+
> Visit [Configuring Amazon Cognito authentication for OpenSearch Dashboards](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/cognito-auth.html) for more details.
|
|
366
|
+
|
|
367
|
+
```ts
|
|
368
|
+
declare const cognitoConfigurationRole: iam.Role;
|
|
369
|
+
|
|
370
|
+
const domain = new Domain(this, 'Domain', {
|
|
371
|
+
version: EngineVersion.OPENSEARCH_1_0,
|
|
372
|
+
cognitoDashboardsAuth: {
|
|
373
|
+
role: cognitoConfigurationRole,
|
|
374
|
+
identityPoolId: 'example-identity-pool-id',
|
|
375
|
+
userPoolId: 'example-user-pool-id',
|
|
376
|
+
},
|
|
377
|
+
});
|
|
378
|
+
```
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# AWS OpsWorks 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 opsworks from 'aws-cdk-lib/aws-opsworks';
|
|
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 OpsWorks construct libraries](https://constructs.dev/search?q=opsworks)
|
|
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::OpsWorks resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_OpsWorks.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::OpsWorks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_OpsWorks.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 OpsWorks CM 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 opsworkscm from 'aws-cdk-lib/aws-opsworkscm';
|
|
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 OpsWorksCM construct libraries](https://constructs.dev/search?q=opsworkscm)
|
|
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::OpsWorksCM resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_OpsWorksCM.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::OpsWorksCM](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_OpsWorksCM.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-->
|