Interface SagemakerFlowDefinitionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
SagemakerFlowDefinitionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.944Z") @Stability(Stable) public interface SagemakerFlowDefinitionConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSagemakerFlowDefinitionConfig.BuilderA builder forSagemakerFlowDefinitionConfigstatic classSagemakerFlowDefinitionConfig.Jsii$ProxyAn implementation forSagemakerFlowDefinitionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static SagemakerFlowDefinitionConfig.Builderbuilder()StringgetFlowDefinitionName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#flow_definition_name SagemakerFlowDefinition#flow_definition_name}.default SagemakerFlowDefinitionHumanLoopActivationConfiggetHumanLoopActivationConfig()human_loop_activation_config block.SagemakerFlowDefinitionHumanLoopConfiggetHumanLoopConfig()human_loop_config block.default SagemakerFlowDefinitionHumanLoopRequestSourcegetHumanLoopRequestSource()human_loop_request_source block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#id SagemakerFlowDefinition#id}.SagemakerFlowDefinitionOutputConfiggetOutputConfig()output_config block.StringgetRoleArn()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#role_arn SagemakerFlowDefinition#role_arn}.default Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#tags SagemakerFlowDefinition#tags}.default Map<String,String>getTagsAll()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#tags_all SagemakerFlowDefinition#tags_all}.
-
-
-
Method Detail
-
getFlowDefinitionName
@Stability(Stable) @NotNull String getFlowDefinitionName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#flow_definition_name SagemakerFlowDefinition#flow_definition_name}.
-
getHumanLoopConfig
@Stability(Stable) @NotNull SagemakerFlowDefinitionHumanLoopConfig getHumanLoopConfig()
human_loop_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#human_loop_config SagemakerFlowDefinition#human_loop_config}
-
getOutputConfig
@Stability(Stable) @NotNull SagemakerFlowDefinitionOutputConfig getOutputConfig()
output_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#output_config SagemakerFlowDefinition#output_config}
-
getRoleArn
@Stability(Stable) @NotNull String getRoleArn()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#role_arn SagemakerFlowDefinition#role_arn}.
-
getHumanLoopActivationConfig
@Stability(Stable) @Nullable default SagemakerFlowDefinitionHumanLoopActivationConfig getHumanLoopActivationConfig()
human_loop_activation_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#human_loop_activation_config SagemakerFlowDefinition#human_loop_activation_config}
-
getHumanLoopRequestSource
@Stability(Stable) @Nullable default SagemakerFlowDefinitionHumanLoopRequestSource getHumanLoopRequestSource()
human_loop_request_source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#human_loop_request_source SagemakerFlowDefinition#human_loop_request_source}
-
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_flow_definition#id SagemakerFlowDefinition#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.
-
getTags
@Stability(Stable) @Nullable default Map<String,String> getTags()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#tags SagemakerFlowDefinition#tags}.
-
getTagsAll
@Stability(Stable) @Nullable default Map<String,String> getTagsAll()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#tags_all SagemakerFlowDefinition#tags_all}.
-
builder
@Stability(Stable) static SagemakerFlowDefinitionConfig.Builder builder()
-
-