Package-level declarations

Types

Link copied to clipboard
data class AccessHomeDirectoryMappingArgs(val entry: Output<String>, val target: Output<String>) : ConvertibleToJava<AccessHomeDirectoryMappingArgs>
Link copied to clipboard
data class AccessPosixProfileArgs(val gid: Output<Int>, val secondaryGids: Output<List<Int>>? = null, val uid: Output<Int>) : ConvertibleToJava<AccessPosixProfileArgs>
Link copied to clipboard
data class ConnectorAs2ConfigArgs(val compression: Output<String>, val encryptionAlgorithm: Output<String>, val localProfileId: Output<String>, val mdnResponse: Output<String>, val mdnSigningAlgorithm: Output<String>? = null, val messageSubject: Output<String>? = null, val partnerProfileId: Output<String>, val signingAlgorithm: Output<String>) : ConvertibleToJava<ConnectorAs2ConfigArgs>
Link copied to clipboard
data class ConnectorSftpConfigArgs(val trustedHostKeys: Output<List<String>>? = null, val userSecretId: Output<String>? = null) : ConvertibleToJava<ConnectorSftpConfigArgs>
Link copied to clipboard
data class GetConnectorPlainArgs(val id: String) : ConvertibleToJava<GetConnectorPlainArgs>

A collection of arguments for invoking getConnector.

Link copied to clipboard
data class GetServerPlainArgs(val serverId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetServerPlainArgs>

A collection of arguments for invoking getServer.

Link copied to clipboard
Link copied to clipboard
data class ServerEndpointDetailsArgs(val addressAllocationIds: Output<List<String>>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val vpcEndpointId: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<ServerEndpointDetailsArgs>
Link copied to clipboard
data class ServerProtocolDetailsArgs(val as2Transports: Output<List<String>>? = null, val passiveIp: Output<String>? = null, val setStatOption: Output<String>? = null, val tlsSessionResumptionMode: Output<String>? = null) : ConvertibleToJava<ServerProtocolDetailsArgs>
Link copied to clipboard
data class ServerS3StorageOptionsArgs(val directoryListingOptimization: Output<String>? = null) : ConvertibleToJava<ServerS3StorageOptionsArgs>
Link copied to clipboard
data class ServerWorkflowDetailsArgs(val onPartialUpload: Output<ServerWorkflowDetailsOnPartialUploadArgs>? = null, val onUpload: Output<ServerWorkflowDetailsOnUploadArgs>? = null) : ConvertibleToJava<ServerWorkflowDetailsArgs>
Link copied to clipboard
data class ServerWorkflowDetailsOnPartialUploadArgs(val executionRole: Output<String>, val workflowId: Output<String>) : ConvertibleToJava<ServerWorkflowDetailsOnPartialUploadArgs>
Link copied to clipboard
data class ServerWorkflowDetailsOnUploadArgs(val executionRole: Output<String>, val workflowId: Output<String>) : ConvertibleToJava<ServerWorkflowDetailsOnUploadArgs>
Link copied to clipboard
data class UserHomeDirectoryMappingArgs(val entry: Output<String>, val target: Output<String>) : ConvertibleToJava<UserHomeDirectoryMappingArgs>
Link copied to clipboard
data class UserPosixProfileArgs(val gid: Output<Int>, val secondaryGids: Output<List<Int>>? = null, val uid: Output<Int>) : ConvertibleToJava<UserPosixProfileArgs>
Link copied to clipboard
data class WorkflowOnExceptionStepArgs(val copyStepDetails: Output<WorkflowOnExceptionStepCopyStepDetailsArgs>? = null, val customStepDetails: Output<WorkflowOnExceptionStepCustomStepDetailsArgs>? = null, val decryptStepDetails: Output<WorkflowOnExceptionStepDecryptStepDetailsArgs>? = null, val deleteStepDetails: Output<WorkflowOnExceptionStepDeleteStepDetailsArgs>? = null, val tagStepDetails: Output<WorkflowOnExceptionStepTagStepDetailsArgs>? = null, val type: Output<String>) : ConvertibleToJava<WorkflowOnExceptionStepArgs>
data class WorkflowOnExceptionStepCopyStepDetailsArgs(val destinationFileLocation: Output<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationArgs>? = null, val name: Output<String>? = null, val overwriteExisting: Output<String>? = null, val sourceFileLocation: Output<String>? = null) : ConvertibleToJava<WorkflowOnExceptionStepCopyStepDetailsArgs>
data class WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationArgs(val efsFileLocation: Output<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs>? = null, val s3FileLocation: Output<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs>? = null) : ConvertibleToJava<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationArgs>
data class WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs(val fileSystemId: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs>
data class WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs(val bucket: Output<String>? = null, val key: Output<String>? = null) : ConvertibleToJava<WorkflowOnExceptionStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs>
data class WorkflowOnExceptionStepCustomStepDetailsArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null, val target: Output<String>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<WorkflowOnExceptionStepCustomStepDetailsArgs>
data class WorkflowOnExceptionStepDecryptStepDetailsArgs(val destinationFileLocation: Output<WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationArgs>? = null, val name: Output<String>? = null, val overwriteExisting: Output<String>? = null, val sourceFileLocation: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<WorkflowOnExceptionStepDecryptStepDetailsArgs>
data class WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationArgs(val efsFileLocation: Output<WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocationArgs>? = null, val s3FileLocation: Output<WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs>? = null) : ConvertibleToJava<WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationArgs>
data class WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocationArgs(val fileSystemId: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationEfsFileLocationArgs>
data class WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs(val bucket: Output<String>? = null, val key: Output<String>? = null) : ConvertibleToJava<WorkflowOnExceptionStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs>
data class WorkflowOnExceptionStepDeleteStepDetailsArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null) : ConvertibleToJava<WorkflowOnExceptionStepDeleteStepDetailsArgs>
data class WorkflowOnExceptionStepTagStepDetailsArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null, val tags: Output<List<WorkflowOnExceptionStepTagStepDetailsTagArgs>>? = null) : ConvertibleToJava<WorkflowOnExceptionStepTagStepDetailsArgs>
data class WorkflowOnExceptionStepTagStepDetailsTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<WorkflowOnExceptionStepTagStepDetailsTagArgs>
Link copied to clipboard
data class WorkflowStepArgs(val copyStepDetails: Output<WorkflowStepCopyStepDetailsArgs>? = null, val customStepDetails: Output<WorkflowStepCustomStepDetailsArgs>? = null, val decryptStepDetails: Output<WorkflowStepDecryptStepDetailsArgs>? = null, val deleteStepDetails: Output<WorkflowStepDeleteStepDetailsArgs>? = null, val tagStepDetails: Output<WorkflowStepTagStepDetailsArgs>? = null, val type: Output<String>) : ConvertibleToJava<WorkflowStepArgs>
Link copied to clipboard
Link copied to clipboard
data class WorkflowStepCopyStepDetailsArgs(val destinationFileLocation: Output<WorkflowStepCopyStepDetailsDestinationFileLocationArgs>? = null, val name: Output<String>? = null, val overwriteExisting: Output<String>? = null, val sourceFileLocation: Output<String>? = null) : ConvertibleToJava<WorkflowStepCopyStepDetailsArgs>
data class WorkflowStepCopyStepDetailsDestinationFileLocationArgs(val efsFileLocation: Output<WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs>? = null, val s3FileLocation: Output<WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs>? = null) : ConvertibleToJava<WorkflowStepCopyStepDetailsDestinationFileLocationArgs>
data class WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs(val fileSystemId: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<WorkflowStepCopyStepDetailsDestinationFileLocationEfsFileLocationArgs>
data class WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs(val bucket: Output<String>? = null, val key: Output<String>? = null) : ConvertibleToJava<WorkflowStepCopyStepDetailsDestinationFileLocationS3FileLocationArgs>
Link copied to clipboard
data class WorkflowStepCustomStepDetailsArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null, val target: Output<String>? = null, val timeoutSeconds: Output<Int>? = null) : ConvertibleToJava<WorkflowStepCustomStepDetailsArgs>
Link copied to clipboard
data class WorkflowStepDecryptStepDetailsArgs(val destinationFileLocation: Output<WorkflowStepDecryptStepDetailsDestinationFileLocationArgs>? = null, val name: Output<String>? = null, val overwriteExisting: Output<String>? = null, val sourceFileLocation: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<WorkflowStepDecryptStepDetailsArgs>
data class WorkflowStepDecryptStepDetailsDestinationFileLocationArgs(val efsFileLocation: Output<WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocationArgs>? = null, val s3FileLocation: Output<WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs>? = null) : ConvertibleToJava<WorkflowStepDecryptStepDetailsDestinationFileLocationArgs>
data class WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocationArgs(val fileSystemId: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<WorkflowStepDecryptStepDetailsDestinationFileLocationEfsFileLocationArgs>
data class WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs(val bucket: Output<String>? = null, val key: Output<String>? = null) : ConvertibleToJava<WorkflowStepDecryptStepDetailsDestinationFileLocationS3FileLocationArgs>
Link copied to clipboard
data class WorkflowStepDeleteStepDetailsArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null) : ConvertibleToJava<WorkflowStepDeleteStepDetailsArgs>
Link copied to clipboard
data class WorkflowStepTagStepDetailsArgs(val name: Output<String>? = null, val sourceFileLocation: Output<String>? = null, val tags: Output<List<WorkflowStepTagStepDetailsTagArgs>>? = null) : ConvertibleToJava<WorkflowStepTagStepDetailsArgs>
Link copied to clipboard
data class WorkflowStepTagStepDetailsTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<WorkflowStepTagStepDetailsTagArgs>