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).
5703 5704 5705 5706 5707 |
# File 'lib/aws-sdk-ec2/types.rb', line 5703 class CertificateAuthenticationRequest < Struct.new( :client_root_certificate_chain_arn) SENSITIVE = [] include Aws::Structure end |