Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnWorkforcePropsMixin.Builder
Packages that use CfnWorkforcePropsMixin.Builder
-
Uses of CfnWorkforcePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnWorkforcePropsMixin.BuilderModifier and TypeMethodDescriptionCfnWorkforcePropsMixin.Builder.cognitoConfig(CfnWorkforcePropsMixin.CognitoConfigProperty cognitoConfig) The configuration of an Amazon Cognito workforce.CfnWorkforcePropsMixin.Builder.cognitoConfig(IResolvable cognitoConfig) The configuration of an Amazon Cognito workforce.CfnWorkforcePropsMixin.Builder.create()CfnWorkforcePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWorkforcePropsMixin.Builder.ipAddressType(String ipAddressType) The IP address type for the workforce.CfnWorkforcePropsMixin.Builder.oidcConfig(CfnWorkforcePropsMixin.OidcConfigProperty oidcConfig) The configuration of an OIDC Identity Provider (IdP) private workforce.CfnWorkforcePropsMixin.Builder.oidcConfig(IResolvable oidcConfig) The configuration of an OIDC Identity Provider (IdP) private workforce.CfnWorkforcePropsMixin.Builder.sourceIpConfig(CfnWorkforcePropsMixin.SourceIpConfigProperty sourceIpConfig) A list of IP address ranges used to access your training data.CfnWorkforcePropsMixin.Builder.sourceIpConfig(IResolvable sourceIpConfig) A list of IP address ranges used to access your training data.An array of key-value pairs.CfnWorkforcePropsMixin.Builder.workforceName(String workforceName) The name of the private workforce.CfnWorkforcePropsMixin.Builder.workforceVpcConfig(CfnWorkforcePropsMixin.WorkforceVpcConfigRequestProperty workforceVpcConfig) The VPC configuration for the workforce.CfnWorkforcePropsMixin.Builder.workforceVpcConfig(IResolvable workforceVpcConfig) The VPC configuration for the workforce.