RosFunctions

Functions

Link copied to clipboard

This data source provides the Ros Change Sets of the current Alibaba Cloud user.

suspend fun getChangeSets(changeSetName: String? = null, enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, stackId: String, status: String? = null): GetChangeSetsResult
Link copied to clipboard

This data source provides the Ros Regions of the current Alibaba Cloud user.

suspend fun getRegions(outputFile: String? = null): GetRegionsResult
suspend fun getRegions(argument: suspend GetRegionsPlainArgsBuilder.() -> Unit): GetRegionsResult
Link copied to clipboard

This data source provides the Ros Stack Groups of the current Alibaba Cloud user.

suspend fun getStackGroups(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, status: String? = null): GetStackGroupsResult
Link copied to clipboard

This data source provides the Ros Stack Instances of the current Alibaba Cloud user.

suspend fun getStackInstances(enableDetails: Boolean? = null, ids: List<String>? = null, outputFile: String? = null, stackGroupName: String, stackInstanceAccountId: String? = null, stackInstanceRegionId: String? = null, status: String? = null): GetStackInstancesResult
Link copied to clipboard

This data source provides the Ros Stacks of the current Alibaba Cloud user.

suspend fun getStacks(argument: suspend GetStacksPlainArgsBuilder.() -> Unit): GetStacksResult
suspend fun getStacks(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, parentStackId: String? = null, showNestedStack: Boolean? = null, stackName: String? = null, status: String? = null, tags: Map<String, String>? = null): GetStacksResult
Link copied to clipboard

This data source provides the Ros Templates of the current Alibaba Cloud user.

suspend fun getTemplates(enableDetails: Boolean? = null, ids: List<String>? = null, nameRegex: String? = null, outputFile: String? = null, shareType: String? = null, tags: Map<String, String>? = null, templateName: String? = null): GetTemplatesResult
Link copied to clipboard

This data source provides the Ros Template Scratches of the current Alibaba Cloud user.

suspend fun getTemplateScratches(enableDetails: Boolean? = null, ids: List<String>? = null, outputFile: String? = null, status: String? = null, templateScratchType: String? = null): GetTemplateScratchesResult