Use this operation to list all private and vendor workforces in an AWS Region
Use this operation to list all private and vendor workforces in an AWS Region. Note that you can only have one private workforce per AWS Region.
sagemaker_list_workforces(SortBy, SortOrder, NameContains, NextToken, MaxResults)
SortBy |
Sort workforces using the workforce name or creation date. |
SortOrder |
Sort workforces in ascending or descending order. |
NameContains |
A filter you can use to search for workforces using part of the workforce name. |
NextToken |
A token to resume pagination. |
MaxResults |
The maximum number of workforces returned in the response. |
A list with the following syntax:
list( Workforces = list( list( WorkforceName = "string", WorkforceArn = "string", LastUpdatedDate = as.POSIXct( "2015-01-01" ), SourceIpConfig = list( Cidrs = list( "string" ) ), SubDomain = "string", CognitoConfig = list( UserPool = "string", ClientId = "string" ), OidcConfig = list( ClientId = "string", Issuer = "string", AuthorizationEndpoint = "string", TokenEndpoint = "string", UserInfoEndpoint = "string", LogoutEndpoint = "string", JwksUri = "string" ), CreateDate = as.POSIXct( "2015-01-01" ) ) ), NextToken = "string" )
svc$list_workforces( SortBy = "Name"|"CreateDate", SortOrder = "Ascending"|"Descending", NameContains = "string", NextToken = "string", MaxResults = 123 )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.