Interface SagemakerWorkforceConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SagemakerWorkforceConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.989Z") @Stability(Stable) public interface SagemakerWorkforceConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSagemakerWorkforceConfig.BuilderA builder forSagemakerWorkforceConfigstatic classSagemakerWorkforceConfig.Jsii$ProxyAn implementation forSagemakerWorkforceConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SagemakerWorkforceConfig.Builderbuilder()default SagemakerWorkforceCognitoConfiggetCognitoConfig()cognito_config block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#id SagemakerWorkforce#id}.default SagemakerWorkforceOidcConfiggetOidcConfig()oidc_config block.default SagemakerWorkforceSourceIpConfiggetSourceIpConfig()source_ip_config block.StringgetWorkforceName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#workforce_name SagemakerWorkforce#workforce_name}.default SagemakerWorkforceWorkforceVpcConfiggetWorkforceVpcConfig()workforce_vpc_config block.
-
-
-
Method Detail
-
getWorkforceName
@Stability(Stable) @NotNull String getWorkforceName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#workforce_name SagemakerWorkforce#workforce_name}.
-
getCognitoConfig
@Stability(Stable) @Nullable default SagemakerWorkforceCognitoConfig getCognitoConfig()
cognito_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#cognito_config SagemakerWorkforce#cognito_config}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#id SagemakerWorkforce#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getOidcConfig
@Stability(Stable) @Nullable default SagemakerWorkforceOidcConfig getOidcConfig()
oidc_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#oidc_config SagemakerWorkforce#oidc_config}
-
getSourceIpConfig
@Stability(Stable) @Nullable default SagemakerWorkforceSourceIpConfig getSourceIpConfig()
source_ip_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#source_ip_config SagemakerWorkforce#source_ip_config}
-
getWorkforceVpcConfig
@Stability(Stable) @Nullable default SagemakerWorkforceWorkforceVpcConfig getWorkforceVpcConfig()
workforce_vpc_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#workforce_vpc_config SagemakerWorkforce#workforce_vpc_config}
-
builder
@Stability(Stable) static SagemakerWorkforceConfig.Builder builder()
- Returns:
- a
SagemakerWorkforceConfig.BuilderofSagemakerWorkforceConfig
-
-