CDK construct to allow setting an apex record to a cname
Project description
CDK Apex Cname - Route53
A CDK utility construct to allowing setting an domain apex (in Route53) to resolve to a cname record of a resource not in Route 53.
Usage
Typescript
First install the package
npm install cdk-apex-cname
Then you can use the Apex CNAME in your code:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
from cdk_apex_cname import CdkApexCname
CdkApexCname(self, "CdkApexCname",
apex_name="apex.com",
record_name="cname.example.com",
hosted_zone_id="ZONE1234",
apex_cname_rule_cron="cron(0 * ? * * *)"
)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cdk-apex-cname-0.1.4.tar.gz
(12.3 kB
view details)
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 cdk-apex-cname-0.1.4.tar.gz.
File metadata
- Download URL: cdk-apex-cname-0.1.4.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d73de60861fa6123e2c1fb7e4819a184b6bea700a4ccdcc06653337565d36bec
|
|
| MD5 |
c745fd45e4227ef8e7726ac058b713ee
|
|
| BLAKE2b-256 |
1e1d5a8f07991790c0bd922aaad91a034d6de9a07a331f329acd906fbaa55a2f
|
File details
Details for the file cdk_apex_cname-0.1.4-py3-none-any.whl.
File metadata
- Download URL: cdk_apex_cname-0.1.4-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65559db76831775c92c77d7f4ce10cd5a71cb6f536ac591c499d090dce865c75
|
|
| MD5 |
8c9ede2cf2b2ec81e9f9d13cd48299c1
|
|
| BLAKE2b-256 |
6d94de7c805fdb81fbc1a6f221eb55808015cedc8db80e08235d980ae3e144d0
|