Class: Aws::PcaConnectorAd::Types::ConnectorSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb

Overview

Summary description of the Amazon Web Services Private CA AD connectors belonging to an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) that was returned when you called CreateConnector.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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_arnString

The Amazon Resource Name (ARN) of the certificate authority being used.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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_endpointString

Certificate enrollment endpoint for Active Directory domain-joined objects to request certificates.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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_atTime

The date and time that the connector was created.

Returns:

  • (Time)


385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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_idString

The identifier of the Active Directory.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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

#statusString

Status of the connector. Status can be creating, active, deleting, or failed.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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_reasonString

Additional information about the connector status if the status is failed.

Returns:

  • (String)


385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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_atTime

The date and time that the connector was updated.

Returns:

  • (Time)


385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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_informationTypes::VpcInformation

Information of the VPC and security group(s) used with the connector.



385
386
387
388
389
390
391
392
393
394
395
396
397
# File 'gems/aws-sdk-pcaconnectorad/lib/aws-sdk-pcaconnectorad/types.rb', line 385

class ConnectorSummary < 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