You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SageMaker::Types::UpdateWorkforceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateWorkforceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  workforce_name: "WorkforceName", # required
  source_ip_config: {
    cidrs: ["Cidr"], # required
  },
  oidc_config: {
    client_id: "ClientId", # required
    client_secret: "ClientSecret", # required
    issuer: "OidcEndpoint", # required
    authorization_endpoint: "OidcEndpoint", # required
    token_endpoint: "OidcEndpoint", # required
    user_info_endpoint: "OidcEndpoint", # required
    logout_endpoint: "OidcEndpoint", # required
    jwks_uri: "OidcEndpoint", # required
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#oidc_configTypes::OidcConfig

Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

Returns:

  • (Types::OidcConfig)

    Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

#source_ip_configTypes::SourceIpConfig

A list of one to ten worker IP address ranges (CIDRs) that can be used to access tasks assigned to this workforce.

Maximum: Ten CIDR values

Returns:

  • (Types::SourceIpConfig)

    A list of one to ten worker IP address ranges ([CIDRs][1]) that can be used to access tasks assigned to this workforce.

#workforce_nameString

The name of the private workforce that you want to update. You can find your workforce name by using the operation.

Returns:

  • (String)

    The name of the private workforce that you want to update.