AcmTrustOptions¶
-
class
aws_cdk.aws_appmesh.
AcmTrustOptions
(*, ports=None, certificate_authorities)¶ Bases:
aws_cdk.aws_appmesh.ClientPolicyOptions
(experimental) ACM Trust Properties.
- Parameters
ports (
Optional
[List
[Union
[int
,float
]]]) – (experimental) TLS is enforced on the ports specified here. If no ports are specified, TLS will be enforced on all the ports. Default: - nonecertificate_authorities (
List
[ICertificateAuthority
]) – (experimental) Contains information for your private certificate authority.
- Stability
experimental
Attributes
(experimental) Contains information for your private certificate authority.
- Stability
experimental
- Return type
List
[ICertificateAuthority
]
-
ports
¶ (experimental) TLS is enforced on the ports specified here.
If no ports are specified, TLS will be enforced on all the ports.
- Default
none
- Stability
experimental
- Return type
Optional
[List
[Union
[int
,float
]]]