Amazon MWSLinked Service Args
data class AmazonMWSLinkedServiceArgs(val accessKeyId: Output<Any>, val annotations: Output<List<Any>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val endpoint: Output<Any>, val marketplaceID: Output<Any>, val mwsAuthToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val secretKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val sellerID: Output<Any>, val type: Output<String>, val useEncryptedEndpoints: Output<Any>? = null, val useHostVerification: Output<Any>? = null, val usePeerVerification: Output<Any>? = null) : ConvertibleToJava<AmazonMWSLinkedServiceArgs>
Amazon Marketplace Web Service linked service.
Constructors
Link copied to clipboard
fun AmazonMWSLinkedServiceArgs(accessKeyId: Output<Any>, annotations: Output<List<Any>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, endpoint: Output<Any>, marketplaceID: Output<Any>, mwsAuthToken: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, secretKey: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, sellerID: Output<Any>, type: Output<String>, useEncryptedEndpoints: Output<Any>? = null, useHostVerification: Output<Any>? = null, usePeerVerification: Output<Any>? = null)