CDK Constructs for AWS Route53 patterns
Project description
Route53 Patterns for the CDK Route53 Library
---The APIs of higher level constructs in this module are in developer preview before they become stable. We will only make breaking changes to address unforeseen API issues. Therefore, these APIs are not subject to Semantic Versioning, and breaking changes will be announced in release notes. 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.
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.
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
HttpsRedirect(stack, "Redirect",
record_names=["foo.example.com"],
target_domain="bar.example.com",
zone=HostedZone.from_hosted_zone_attributes(stack, "HostedZone",
hosted_zone_id="ID",
zone_name="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.54.0.tar.gz.
File metadata
- Download URL: aws-cdk.aws-route53-patterns-1.54.0.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bd061a6c973cdc23e020fd1b5848cf13df04305acce8d6c0b05ec8f7cd0a008
|
|
| MD5 |
5ae3245514c632eacd9e26db8e4284e3
|
|
| BLAKE2b-256 |
94066b700b7c0ed218fd53a15f4ad416259e9e78584febc9defdfc22ecc3e218
|
File details
Details for the file aws_cdk.aws_route53_patterns-1.54.0-py3-none-any.whl.
File metadata
- Download URL: aws_cdk.aws_route53_patterns-1.54.0-py3-none-any.whl
- Upload date:
- Size: 21.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b545a186581dd85004181aa1b69668dbe7869740efca3e7546f0c21a0490e5c8
|
|
| MD5 |
e07a38894429741d12f6183ebc9b35c3
|
|
| BLAKE2b-256 |
e350b7d4d2ecfbbe4dea2e9f854c1aedecf7a402f3ed31161775ab13dfe01a27
|