The CDK Construct Library for AWS::ACMPCA
Project description
AWS::ACMPCA Construct Library
---This module is part of the AWS Cloud Development Kit project.
# Example automatically generated. See https://github.com/aws/jsii/issues/826
import aws_cdk.aws_acmpca as acmpca
Certificate Authority
This package contains a CertificateAuthority
class.
At the moment, you cannot create new Authorities using it,
but you can import existing ones using the fromCertificateAuthorityArn
static method:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
certificate_authority = acmpca.CertificateAuthority.from_certificate_authority_arn(self, "CA", "arn:aws:acm-pca:us-east-1:123456789012:certificate-authority/023077d8-2bfa-4eb0-8f22-05c96deade77")
Low-level Cfn*
classes
You can always use the low-level classes
(starting with Cfn*
) to create resources like the Certificate Authority:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
cfn_certificate_authority = acmpca.CfnCertificateAuthority(self, "CA",
type="ROOT",
key_algorithm="RSA_2048",
signing_algorithm="SHA256WITHRSA",
subject={
"country": "US",
"organization": "string",
"organizational_unit": "string",
"distinguished_name_qualifier": "string",
"state": "string",
"common_name": "123",
"serial_number": "string",
"locality": "string",
"title": "string",
"surname": "string",
"given_name": "string",
"initials": "DG",
"pseudonym": "string",
"generation_qualifier": "DBG"
}
)
If you need to pass the higher-level ICertificateAuthority
somewhere,
you can get it from the lower-level CfnCertificateAuthority
using the same fromCertificateAuthorityArn
method:
# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
certificate_authority = acmpca.CertificateAuthority.from_certificate_authority_arn(self, "CertificateAuthority", cfn_certificate_authority.attr_arn)
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
aws-cdk.aws-acmpca-1.95.1.tar.gz
(85.2 kB
view hashes)
Built Distribution
Close
Hashes for aws-cdk.aws-acmpca-1.95.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 306e9123c042abcc00c5207ba1d6d8de2c78aae359860449a7f3883c6e64ab31 |
|
MD5 | d51034ba9ec2a9d723efba1aa2db0e29 |
|
BLAKE2b-256 | 31ec819600c778fda176b6032d6c0e2aa801b2296c0857f3564c6dc50f9b8a00 |
Close
Hashes for aws_cdk.aws_acmpca-1.95.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17bc66e579aa1839b6885d2fe49a2e49ebf8771047daf1fc5275cbab3c67a3f3 |
|
MD5 | 43257c9aff578f2932bf4081eaf4157d |
|
BLAKE2b-256 | bb2981e0d0de217ec4d467843b59b913b8c27bc43f4cecb91db99ca054d70b38 |