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¶
pcaconnectorad_list_connectors(MaxResults, NextToken)
Arguments¶
MaxResults |
Use 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 |
NextToken |
Use this parameter when paginating results in a subsequent
request after you receive a response with truncated results. Set it to
the value of the |
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"
)
Request syntax¶
svc$list_connectors(
MaxResults = 123,
NextToken = "string"
)