Amazon S3Linked Service Args
data class AmazonS3LinkedServiceArgs(val accessKeyId: Output<Any>? = null, val annotations: Output<List<Any>>? = null, val authenticationType: Output<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 sessionToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>) : ConvertibleToJava<AmazonS3LinkedServiceArgs>
Linked service for Amazon S3.
Constructors
Link copied to clipboard
fun AmazonS3LinkedServiceArgs(accessKeyId: Output<Any>? = null, annotations: Output<List<Any>>? = null, authenticationType: Output<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, sessionToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>)