Alicloud Functions
object AlicloudFunctions
Functions
Link copied to clipboard
This data source provides information about the current account.
Link copied to clipboard
This data source provides the identity of the current user.
Link copied to clipboard
suspend fun getFileCrc64Checksum(argument: GetFileCrc64ChecksumPlainArgs): GetFileCrc64ChecksumResult
This data source compute file crc64 checksum.
suspend fun getFileCrc64Checksum(argument: suspend GetFileCrc64ChecksumPlainArgsBuilder.() -> Unit): GetFileCrc64ChecksumResult
suspend fun getFileCrc64Checksum(filename: String, outputFile: String? = null): GetFileCrc64ChecksumResult
Link copied to clipboard
This data source provides the Message Center Contacts of the current Alibaba Cloud user.
suspend fun getMscSubContacts(argument: suspend GetMscSubContactsPlainArgsBuilder.() -> Unit): GetMscSubContactsResult
suspend fun getMscSubContacts(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetMscSubContactsResult
Link copied to clipboard
suspend fun getMscSubContactVerificationMessage(argument: GetMscSubContactVerificationMessagePlainArgs): GetMscSubContactVerificationMessageResult
Basic Usage
suspend fun getMscSubContactVerificationMessage(argument: suspend GetMscSubContactVerificationMessagePlainArgsBuilder.() -> Unit): GetMscSubContactVerificationMessageResult
suspend fun getMscSubContactVerificationMessage(contactId: String, type: Int): GetMscSubContactVerificationMessageResult
Link copied to clipboard
suspend fun getMscSubSubscriptions(argument: GetMscSubSubscriptionsPlainArgs): GetMscSubSubscriptionsResult
This data source provides the Message Center Subscriptions of the current Alibaba Cloud user.
suspend fun getMscSubSubscriptions(argument: suspend GetMscSubSubscriptionsPlainArgsBuilder.() -> Unit): GetMscSubSubscriptionsResult
Link copied to clipboard
This data source provides the Msc Sub Webhooks of the current Alibaba Cloud user.
suspend fun getMscSubWebhooks(argument: suspend GetMscSubWebhooksPlainArgsBuilder.() -> Unit): GetMscSubWebhooksResult
suspend fun getMscSubWebhooks(ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null): GetMscSubWebhooksResult
Link copied to clipboard
This data source provides Alibaba Cloud regions.
suspend fun getRegions(current: Boolean? = null, name: String? = null, outputFile: String? = null): GetRegionsResult
Link copied to clipboard
This data source provides availability zones that can be accessed by an Alibaba Cloud account within the region configured in the provider.
suspend fun getZones(availableDiskCategory: String? = null, availableInstanceType: String? = null, availableResourceCreation: String? = null, availableSlbAddressIpVersion: String? = null, availableSlbAddressType: String? = null, enableDetails: Boolean? = null, instanceChargeType: String? = null, multi: Boolean? = null, networkType: String? = null, outputFile: String? = null, spotStrategy: String? = null): GetZonesResult