List Connectors
| pcaconnectorad_list_connectors | R Documentation |
Lists the connectors that you created by using the https://docs¶
Description¶
Lists the connectors that you created by using the https://docs.aws.amazon.com/pca-connector-ad/latest/APIReference/API_CreateConnector action.
Usage¶
Arguments¶
MaxResultsUse this parameter when paginating results to specify the maximum number of items to return in the response on each page. If additional items exist beyond the number you specify, the
NextTokenelement is sent in the response. Use thisNextTokenvalue in a subsequent request to retrieve additional items.NextTokenUse this parameter when paginating results in a subsequent request after you receive a response with truncated results. Set it to the value of the
NextTokenparameter from the response you just received.
Value¶
A list with the following syntax:
list(
Connectors = list(
list(
Arn = "string",
CertificateAuthorityArn = "string",
CertificateEnrollmentPolicyServerEndpoint = "string",
CreatedAt = as.POSIXct(
"2015-01-01"
),
DirectoryId = "string",
Status = "CREATING"|"ACTIVE"|"DELETING"|"FAILED",
StatusReason = "DIRECTORY_ACCESS_DENIED"|"INTERNAL_FAILURE"|"PRIVATECA_ACCESS_DENIED"|"PRIVATECA_RESOURCE_NOT_FOUND"|"SECURITY_GROUP_NOT_IN_VPC"|"VPC_ACCESS_DENIED"|"VPC_ENDPOINT_LIMIT_EXCEEDED"|"VPC_RESOURCE_NOT_FOUND",
UpdatedAt = as.POSIXct(
"2015-01-01"
),
VpcInformation = list(
SecurityGroupIds = list(
"string"
)
)
)
),
NextToken = "string"
)