CDK Constructs for AWS Route53 patterns
Project description
Route53 Patterns for the CDK Route53 Library
This is a developer preview (public beta) module. Releases might lack important features and might have future breaking changes.
This API is still under active development and subject to non-backward compatible changes or removal in any future version. Use of the API is not recommended in production environments. Experimental APIs are not subject to the Semantic Versioning model.
This library contains commonly used patterns for Route53.
HTTPS Redirect
This construct allows creating a simple domainA -> domainB redirect using CloudFront and S3. You can specify multiple domains to be redirected.
new HttpsRedirect(stack, 'Redirect', {
recordNames: ['foo.example.com'],
targetDomain: 'bar.example.com',
zone: HostedZone.fromHostedZoneAttributes(stack, 'HostedZone', {
hostedZoneId: 'ID',
zoneName: 'example.com',
})
});
See the documentation of @aws-cdk/aws-route53-patterns for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aws-cdk.aws-route53-patterns-1.10.1.tar.gz.
File metadata
- Download URL: aws-cdk.aws-route53-patterns-1.10.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c59a10acbc45cd03156f32a81dabdf02b806e45700395d496e40f5759e3168b
|
|
| MD5 |
19771d8dbcfa28e5e8b17f3fa75d8543
|
|
| BLAKE2b-256 |
8302caadd24f7f863e895785e098d0a49f12cdb7b8b3da4661bcf1052158b432
|
File details
Details for the file aws_cdk.aws_route53_patterns-1.10.1-py3-none-any.whl.
File metadata
- Download URL: aws_cdk.aws_route53_patterns-1.10.1-py3-none-any.whl
- Upload date:
- Size: 19.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4649d7ccb5325bb52f3c98c86c714dea4a56b01f2ac06aa015c18027bb3b8626
|
|
| MD5 |
056a01da8ebe0c1cd22de5a896e71ccf
|
|
| BLAKE2b-256 |
626296c7d10d96d4bc79f20d800b0c4c50fd9fd19637246b88e598daf4486c2c
|