Class: Aws::PcaConnectorAd::Types::Connector
- Inherits:
-
Struct
- Object
- Struct
- Aws::PcaConnectorAd::Types::Connector
- Defined in:
- gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb
Overview
Amazon Web Services Private CA Connector for Active Directory is a service that links your Active Directory with Amazon Web Services Private CA. The connector brokers the exchange of certificates from Amazon Web Services Private CA to domain-joined users and machines managed with Active Directory.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called [CreateConnector][1].
-
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate authority being used.
-
#certificate_enrollment_policy_server_endpoint ⇒ String
Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when requesting certificates.
-
#created_at ⇒ Time
The date and time that the connector was created.
-
#directory_id ⇒ String
The identifier of the Active Directory.
-
#status ⇒ String
Status of the connector.
-
#status_reason ⇒ String
Additional information about the connector status if the status is failed.
-
#updated_at ⇒ Time
The date and time that the connector was updated.
-
#vpc_information ⇒ Types::VpcInformation
Information of the VPC and security group(s) used with the connector.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) that was returned when you called CreateConnector.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |
#certificate_authority_arn ⇒ String
The Amazon Resource Name (ARN) of the certificate authority being used.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |
#certificate_enrollment_policy_server_endpoint ⇒ String
Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when requesting certificates.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The date and time that the connector was created.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |
#directory_id ⇒ String
The identifier of the Active Directory.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of the connector. Status can be creating, active, deleting, or failed.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the connector status if the status is failed.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The date and time that the connector was updated.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |
#vpc_information ⇒ Types::VpcInformation
Information of the VPC and security group(s) used with the connector.
320 321 322 323 324 325 326 327 328 329 330 331 332 |
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 320 class Connector < Struct.new( :arn, :certificate_authority_arn, :certificate_enrollment_policy_server_endpoint, :created_at, :directory_id, :status, :status_reason, :updated_at, :vpc_information) SENSITIVE = [] include Aws::Structure end |