Amazon S3Compatible Linked Service Args
data class AmazonS3CompatibleLinkedServiceArgs(val accessKeyId: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val forcePathStyle: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val secretAccessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val serviceUrl: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AmazonS3CompatibleLinkedServiceArgs>
Linked service for Amazon S3 Compatible.
Constructors
Link copied to clipboard
fun AmazonS3CompatibleLinkedServiceArgs(accessKeyId: Output<Any>? = null, annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, forcePathStyle: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, secretAccessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, serviceUrl: Output<Any>? = null, type: Output<String>)