معرفی شرکت ها


aws-solutions-konstruk.aws-cloudfront-s3-0.8.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

CDK Constructs for AWS Cloudfront to AWS S3 integration.
ویژگی مقدار
سیستم عامل -
نام فایل aws-solutions-konstruk.aws-cloudfront-s3-0.8.1
نام aws-solutions-konstruk.aws-cloudfront-s3
نسخه کتابخانه 0.8.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Amazon Web Services
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/awslabs/aws-solutions-konstruk.git
آدرس اینترنتی https://pypi.org/project/aws-solutions-konstruk.aws-cloudfront-s3/
مجوز Apache-2.0
# aws-cloudfront-s3 module <!--BEGIN STABILITY BANNER-->--- ![Stability: Experimental](https://img.shields.io/badge/stability-Experimental-important.svg?style=for-the-badge) > **This is a *developer preview* (public beta) module.** > > All classes are under active development and subject to non-backward compatible changes or removal in any > future version. These are not subject to the [Semantic Versioning](https://semver.org/) model. > This means that while you may use them, you may need to update your source code when upgrading to a newer version of this package. --- <!--END STABILITY BANNER--> | **API Reference**:| <span style="font-weight: normal">http://docs.awssolutionsbuilder.com/aws-solutions-konstruk/latest/api/aws-cloudfront-s3/</span>| |:-------------|:-------------| <div style="height:8px"></div> | **Language** | **Package** | |:-------------|-----------------| |![Python Logo](https://docs.aws.amazon.com/cdk/api/latest/img/python32.png){: style="height:16px;width:16px"} Python|`aws_solutions_konstruk.aws_cloudfront_s3`| |![Typescript Logo](https://docs.aws.amazon.com/cdk/api/latest/img/typescript32.png){: style="height:16px;width:16px"} Typescript|`@aws-solutions-konstruk/aws-cloudfront-s3`| This AWS Solutions Konstruk implements an AWS Cloudfront fronting an AWS S3 Bucket. Here is a minimal deployable pattern definition: ```javascript const { CloudFrontToS3 } = require('@aws-solutions-konstruk/aws-cloudfront-s3'); new CloudFrontToS3(stack, 'test-cloudfront-s3', { deployBucket: true }); ``` ## Initializer ```text new CloudFrontToS3(scope: Construct, id: string, props: CloudFrontToS3Props); ``` *Parameters* * scope [`Construct`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_core.Construct.html) * id `string` * props [`CloudFrontToS3Props`](#pattern-construct-props) ## Pattern Construct Props | **Name** | **Type** | **Description** | |:-------------|:----------------|-----------------| |deployBucket|`boolean`|Whether to create a S3 Bucket or use an existing S3 Bucket| |existingBucketObj?|[`s3.Bucket`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-s3.Bucket.html)|Existing instance of S3 Bucket object| |bucketProps?|[`s3.BucketProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-s3.BucketProps.html)|Optional user provided props to override the default props for S3 Bucket| |cloudFrontDistributionProps?|[`cloudfront.CloudFrontWebDistributionProps`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cloudfront.CloudFrontWebDistributionProps.html)|Optional user provided props to override the default props for Cloudfront Distribution| |insertHttpSecurityHeaders?|`boolean`|Optional user provided props to turn on/off the automatic injection of best practice HTTP security headers in all resonses from cloudfront| ## Pattern Properties | **Name** | **Type** | **Description** | |:-------------|:----------------|-----------------| |cloudFrontWebDistribution()|[`cloudfront.CloudFrontWebDistribution`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-cloudfront.CloudFrontWebDistribution.html)|Returns an instance of cloudfront.CloudFrontWebDistribution created by the construct| |bucket()|[`s3.Bucket`](https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-s3.Bucket.html)|Returns an instance of s3.Bucket created by the construct| ## Architecture ![Architecture Diagram](architecture.png) --- © Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.


نیازمندی

مقدار نام
<2.0.0,>=1.5.0 jsii
>=0.0.3 publication
<1.41.0,>=1.40.0 aws-cdk.aws-cloudfront
<1.41.0,>=1.40.0 aws-cdk.aws-s3
<1.41.0,>=1.40.0 aws-cdk.core
<0.9.0,>=0.8.1 aws-solutions-konstruk.core
<4.0.0,>=3.0.2 constructs


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl aws-solutions-konstruk.aws-cloudfront-s3-0.8.1:

    pip install aws-solutions-konstruk.aws-cloudfront-s3-0.8.1.whl


نصب پکیج tar.gz aws-solutions-konstruk.aws-cloudfront-s3-0.8.1:

    pip install aws-solutions-konstruk.aws-cloudfront-s3-0.8.1.tar.gz