Interface TransferWorkflowOnExceptionStepsDecryptStepDetails
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
TransferWorkflowOnExceptionStepsDecryptStepDetails.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:55.421Z") @Stability(Stable) public interface TransferWorkflowOnExceptionStepsDecryptStepDetails extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTransferWorkflowOnExceptionStepsDecryptStepDetails.BuilderA builder forTransferWorkflowOnExceptionStepsDecryptStepDetailsstatic classTransferWorkflowOnExceptionStepsDecryptStepDetails.Jsii$ProxyAn implementation forTransferWorkflowOnExceptionStepsDecryptStepDetails
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static TransferWorkflowOnExceptionStepsDecryptStepDetails.Builderbuilder()default TransferWorkflowOnExceptionStepsDecryptStepDetailsDestinationFileLocationgetDestinationFileLocation()destination_file_location block.default StringgetName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#name TransferWorkflow#name}.default StringgetOverwriteExisting()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#overwrite_existing TransferWorkflow#overwrite_existing}.default StringgetSourceFileLocation()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#source_file_location TransferWorkflow#source_file_location}.StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#type TransferWorkflow#type}.
-
-
-
Method Detail
-
getType
@Stability(Stable) @NotNull String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#type TransferWorkflow#type}.
-
getDestinationFileLocation
@Stability(Stable) @Nullable default TransferWorkflowOnExceptionStepsDecryptStepDetailsDestinationFileLocation getDestinationFileLocation()
destination_file_location block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#destination_file_location TransferWorkflow#destination_file_location}
-
getName
@Stability(Stable) @Nullable default String getName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#name TransferWorkflow#name}.
-
getOverwriteExisting
@Stability(Stable) @Nullable default String getOverwriteExisting()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#overwrite_existing TransferWorkflow#overwrite_existing}.
-
getSourceFileLocation
@Stability(Stable) @Nullable default String getSourceFileLocation()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/transfer_workflow#source_file_location TransferWorkflow#source_file_location}.
-
builder
@Stability(Stable) static TransferWorkflowOnExceptionStepsDecryptStepDetails.Builder builder()
-
-