Connector Args
data class ConnectorArgs(val certificateAuthorityArn: Output<String>? = null, val mobileDeviceManagement: Output<ConnectorMobileDeviceManagementArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ConnectorArgs>
Represents a Connector that allows certificate issuance through Simple Certificate Enrollment Protocol (SCEP)
Constructors
Link copied to clipboard
constructor(certificateAuthorityArn: Output<String>? = null, mobileDeviceManagement: Output<ConnectorMobileDeviceManagementArgs>? = null, tags: Output<Map<String, String>>? = null)
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the certificate authority associated with the connector.
Link copied to clipboard
Contains settings relevant to the mobile device management system that you chose for the connector. If you didn't configure MobileDeviceManagement
, then the connector is for general-purpose use and this object is empty.