Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs)
Lists private workforce information, including workforce name, Amazon Resource Name (ARN), and, if applicable, allowed IP address ranges (CIDRs). Allowable IP address ranges are the IP addresses that workers can use to access tasks.
This operation applies only to private workforces.
sagemaker_describe_workforce(WorkforceName)
WorkforceName |
[required] The name of the private workforce whose access you want to restrict.
|
A list with the following syntax:
list( Workforce = 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" ) ) )
svc$describe_workforce( WorkforceName = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.