Oracle Cloud Storage Linked Service Args
data class OracleCloudStorageLinkedServiceArgs(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 parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val secretAccessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val serviceUrl: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<OracleCloudStorageLinkedServiceArgs>
Linked service for Oracle Cloud Storage.
Constructors
Link copied to clipboard
fun OracleCloudStorageLinkedServiceArgs(accessKeyId: Output<Any>? = null, annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, secretAccessKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, serviceUrl: Output<Any>? = null, type: Output<String>)