Class SagemakerFlowDefinitionOutputConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.sagemaker_flow_definition.SagemakerFlowDefinitionOutputConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SagemakerFlowDefinitionOutputConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SagemakerFlowDefinitionOutputConfig
@Stability(Stable) @Internal public static final class SagemakerFlowDefinitionOutputConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SagemakerFlowDefinitionOutputConfig
An implementation forSagemakerFlowDefinitionOutputConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.sagemaker_flow_definition.SagemakerFlowDefinitionOutputConfig
SagemakerFlowDefinitionOutputConfig.Builder, SagemakerFlowDefinitionOutputConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SagemakerFlowDefinitionOutputConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSagemakerFlowDefinitionOutputConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetKmsKeyId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#kms_key_id SagemakerFlowDefinition#kms_key_id}.StringgetS3OutputPath()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#s3_output_path SagemakerFlowDefinition#s3_output_path}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(SagemakerFlowDefinitionOutputConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSagemakerFlowDefinitionOutputConfig.Builder.
-
-
Method Detail
-
getS3OutputPath
public final String getS3OutputPath()
Description copied from interface:SagemakerFlowDefinitionOutputConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#s3_output_path SagemakerFlowDefinition#s3_output_path}.- Specified by:
getS3OutputPathin interfaceSagemakerFlowDefinitionOutputConfig
-
getKmsKeyId
public final String getKmsKeyId()
Description copied from interface:SagemakerFlowDefinitionOutputConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_flow_definition#kms_key_id SagemakerFlowDefinition#kms_key_id}.- Specified by:
getKmsKeyIdin interfaceSagemakerFlowDefinitionOutputConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-