Workforce constructor
Workforce({
- required String workforceArn,
- required String workforceName,
- CognitoConfig? cognitoConfig,
- DateTime? createDate,
- DateTime? lastUpdatedDate,
- OidcConfigForResponse? oidcConfig,
- SourceIpConfig? sourceIpConfig,
- String? subDomain,
Implementation
Workforce({
required this.workforceArn,
required this.workforceName,
this.cognitoConfig,
this.createDate,
this.lastUpdatedDate,
this.oidcConfig,
this.sourceIpConfig,
this.subDomain,
});