type property
The source of the certificate. For certificates that AWS Certificate Manager
provides, Type
is AMAZON_ISSUED
. For certificates
that are imported with ImportCertificate
, Type
is
IMPORTED
.
Valid values: IMPORTED
| AMAZON_ISSUED
|
PRIVATE
Implementation
final String? type;