interface ImportedAcmCertificateProps
Language | Type name |
---|---|
![]() | aws_rfdk.ImportedAcmCertificateProps |
![]() | aws-rfdk » ImportedAcmCertificateProps |
Properties for importing a Certificate from Secrets into ACM.
Properties
Name | Type | Description |
---|---|---|
cert | ISecret | A Secret that contains the Certificate data. |
key | ISecret | A Secret that contains the encrypted Private Key data. |
passphrase | ISecret | A Secret that contains the passphrase of the encrypted Private Key. |
cert | ISecret | A Secret that contains the chain of Certificates used to sign this Certificate. |
encryption | IKey | The KMS Key used to encrypt the secrets. |
cert
Type:
ISecret
A Secret that contains the Certificate data.
key
Type:
ISecret
A Secret that contains the encrypted Private Key data.
passphrase
Type:
ISecret
A Secret that contains the passphrase of the encrypted Private Key.
certChain?
Type:
ISecret
(optional, default: : No certificate chain is used, signifying a self-signed Certificate)
A Secret that contains the chain of Certificates used to sign this Certificate.
encryptionKey?
Type:
IKey
(optional, default: : If the account's default CMK was used to encrypt the Secrets, no special permissions need to be given)
The KMS Key used to encrypt the secrets.
The Custom Resource to import the Certificate to ACM will be granted permission to decrypt Secrets using this Key.