ConnectorArgs

data class ConnectorArgs(val certificateAuthorityArn: Output<String>? = null, val directoryId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val vpcInformation: Output<ConnectorVpcInformationArgs>? = null) : ConvertibleToJava<ConnectorArgs>

Definition of AWS::PCAConnectorAD::Connector Resource Type

Constructors

Link copied to clipboard
constructor(certificateAuthorityArn: Output<String>? = null, directoryId: Output<String>? = null, tags: Output<Map<String, String>>? = null, vpcInformation: Output<ConnectorVpcInformationArgs>? = null)

Properties

Link copied to clipboard
val certificateAuthorityArn: Output<String>? = null

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

Link copied to clipboard
val directoryId: Output<String>? = null

The identifier of the Active Directory.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Metadata assigned to a connector consisting of a key-value pair.

Link copied to clipboard

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

Functions

Link copied to clipboard
open override fun toJava(): ConnectorArgs