CfnCertificateAuthorityActivationMixinProps
- class aws_cdk.mixins_preview.aws_acmpca.mixins.CfnCertificateAuthorityActivationMixinProps(*, certificate=None, certificate_authority_arn=None, certificate_chain=None, status=None)
Bases:
objectProperties for CfnCertificateAuthorityActivationPropsMixin.
- Parameters:
certificate (
Optional[str]) – The Base64 PEM-encoded certificate authority certificate.certificate_authority_arn (
Optional[str]) – The Amazon Resource Name (ARN) of your private CA.certificate_chain (
Optional[str]) – The Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.status (
Optional[str]) – Status of your private CA.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_acmpca import mixins as acmpca_mixins cfn_certificate_authority_activation_mixin_props = acmpca_mixins.CfnCertificateAuthorityActivationMixinProps( certificate="certificate", certificate_authority_arn="certificateAuthorityArn", certificate_chain="certificateChain", status="status" )
Attributes
- certificate
The Base64 PEM-encoded certificate authority certificate.
- certificate_authority_arn
The Amazon Resource Name (ARN) of your private CA.
- certificate_chain
The Base64 PEM-encoded certificate chain that chains up to the root CA certificate that you used to sign your private CA certificate.