Get Export Plain Args
data class GetExportPlainArgs(val accepts: String? = null, val exportType: String, val parameters: Map<String, String>? = null, val restApiId: String, val stageName: String) : ConvertibleToJava<GetExportPlainArgs>
A collection of arguments for invoking getExport.
Constructors
Functions
Properties
Link copied to clipboard
Key-value map of query string parameters that specify properties of the export. the following parameters are supported: extensions='integrations'
or extensions='apigateway'
will export the API with x-amazon-apigateway-integration extensions. extensions='authorizers'
will export the API with x-amazon-apigateway-authorizer extensions.