Class: Aws::EC2::Types::CertificateAuthenticationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CertificateAuthenticationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about the client certificate to be used for authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_root_certificate_chain_arn ⇒ String
The ARN of the client certificate.
Instance Attribute Details
#client_root_certificate_chain_arn ⇒ String
The ARN of the client certificate. The certificate must be signed by a certificate authority (CA) and it must be provisioned in Certificate Manager (ACM).
5059 5060 5061 5062 5063 |
# File 'lib/aws-sdk-ec2/types.rb', line 5059 class CertificateAuthenticationRequest < Struct.new( :client_root_certificate_chain_arn) SENSITIVE = [] include Aws::Structure end |