UpdateWorkforceRequest

public struct UpdateWorkforceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Use this parameter to update your OIDC Identity Provider (IdP) configuration for a workforce made using your own IdP.

    Declaration

    Swift

    public let oidcConfig: OidcConfig?
  • 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

    Declaration

    Swift

    public let sourceIpConfig: SourceIpConfig?
  • The name of the private workforce that you want to update. You can find your workforce name by using the operation.

    Declaration

    Swift

    public let workforceName: String
  • Undocumented

    Declaration

    Swift

    public init(oidcConfig: OidcConfig? = nil, sourceIpConfig: SourceIpConfig? = nil, workforceName: String)
  • Declaration

    Swift

    public func validate(name: String) throws