Get Template Applications Plain Args
data class GetTemplateApplicationsPlainArgs(val batchQuotaApplicationId: String? = null, val ids: List<String>? = null, val outputFile: String? = null, val productCode: String? = null, val quotaActionCode: String? = null, val quotaCategory: String? = null) : ConvertibleToJava<GetTemplateApplicationsPlainArgs>
A collection of arguments for invoking getTemplateApplications.
Constructors
Properties
Link copied to clipboard
The ID of the quota application batch.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
Cloud service name abbreviation.> For more information about cloud services that support quota centers, see Cloud services that support quota centers.
Link copied to clipboard
The quota ID.
Link copied to clipboard
The quota type. Value: CommonQuota
, FlowControl
and WhiteListLabel
.