Struct aws_sdk_sagemaker::model::Workforce [−][src]
#[non_exhaustive]pub struct Workforce {
pub workforce_name: Option<String>,
pub workforce_arn: Option<String>,
pub last_updated_date: Option<DateTime>,
pub source_ip_config: Option<SourceIpConfig>,
pub sub_domain: Option<String>,
pub cognito_config: Option<CognitoConfig>,
pub oidc_config: Option<OidcConfigForResponse>,
pub create_date: Option<DateTime>,
}
Expand description
A single private workforce, which is automatically created when you create your first private work team. You can create one private work force in each Amazon Web Services Region. By default, any workforce-related API operation used in a specific region will apply to the workforce created in that region. To learn how to create a private workforce, see Create a Private Workforce.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.workforce_name: Option<String>
The name of the private workforce.
workforce_arn: Option<String>
The Amazon Resource Name (ARN) of the private workforce.
last_updated_date: Option<DateTime>
The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.
source_ip_config: Option<SourceIpConfig>
A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.
sub_domain: Option<String>
The subdomain for your OIDC Identity Provider.
cognito_config: Option<CognitoConfig>
The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
oidc_config: Option<OidcConfigForResponse>
The configuration of an OIDC Identity Provider (IdP) private workforce.
create_date: Option<DateTime>
The date that the workforce is created.
Implementations
The name of the private workforce.
The Amazon Resource Name (ARN) of the private workforce.
The most recent date that was used to successfully add one or more IP address ranges (CIDRs) to a private workforce's allow list.
A list of one to ten IP address ranges (CIDRs) to be added to the workforce allow list. By default, a workforce isn't restricted to specific IP addresses.
The subdomain for your OIDC Identity Provider.
The configuration of an Amazon Cognito workforce. A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
The configuration of an OIDC Identity Provider (IdP) private workforce.
The date that the workforce is created.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Workforce
impl UnwindSafe for Workforce
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more