Connector

class Connector

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

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

Certificate enrollment endpoint for Active Directory domain-joined objects reach out to when requesting certificates.

Link copied to clipboard

The date and time that the connector was created.

Link copied to clipboard

The identifier of the Active Directory.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The date and time that the connector was updated.

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: Connector.Builder.() -> Unit = {}): Connector
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String