Amazon S3Linked Service Response
data class AmazonS3LinkedServiceResponse(val accessKeyId: Any? = null, val annotations: List<Any>? = null, val authenticationType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val secretAccessKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val serviceUrl: Any? = null, val sessionToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String)
Linked service for Amazon S3.
Constructors
Link copied to clipboard
fun AmazonS3LinkedServiceResponse(accessKeyId: Any? = null, annotations: List<Any>? = null, authenticationType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, secretAccessKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, serviceUrl: Any? = null, sessionToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String)