FileCertificateOptions¶
-
class
aws_cdk.aws_appmesh.
FileCertificateOptions
(*, certificate_chain_path, private_key_path, tls_mode)¶ Bases:
object
(experimental) File Certificate Properties.
- Parameters
certificate_chain_path (
str
) – (experimental) The file path of the certificate chain file.private_key_path (
str
) – (experimental) The file path of the private key file.tls_mode (
TlsMode
) – (experimental) The TLS mode.
- Stability
experimental
Attributes
-
certificate_chain_path
¶ (experimental) The file path of the certificate chain file.
- Stability
experimental
- Return type
str
-
private_key_path
¶ (experimental) The file path of the private key file.
- Stability
experimental
- Return type
str