pcaconnectorad_create_connector {paws.security.identity} | R Documentation |
Creates a connector between Amazon Web Services Private CA and an Active Directory
Description
Creates a connector between Amazon Web Services Private CA and an Active Directory. You must specify the private CA, directory ID, and security groups.
See https://www.paws-r-sdk.com/docs/pcaconnectorad_create_connector/ for full documentation.
Usage
pcaconnectorad_create_connector(
CertificateAuthorityArn,
ClientToken = NULL,
DirectoryId,
Tags = NULL,
VpcInformation
)
Arguments
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) of the certificate authority being used. |
ClientToken |
Idempotency token. |
DirectoryId |
[required] The identifier of the Active Directory. |
Tags |
Metadata assigned to a connector consisting of a key-value pair. |
VpcInformation |
[required] Security group IDs that describe the inbound and outbound rules. |
[Package paws.security.identity version 0.9.0 Index]