Package com.pulumi.aws.apigateway.inputs
Class GetExportArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.InvokeArgs
-
- com.pulumi.aws.apigateway.inputs.GetExportArgs
-
public final class GetExportArgs extends com.pulumi.resources.InvokeArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetExportArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static GetExportArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>
accepts()
static GetExportArgs.Builder
builder()
static GetExportArgs.Builder
builder(GetExportArgs defaults)
com.pulumi.core.Output<java.lang.String>
exportType()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
parameters()
com.pulumi.core.Output<java.lang.String>
restApiId()
com.pulumi.core.Output<java.lang.String>
stageName()
-
-
-
Field Detail
-
Empty
public static final GetExportArgs Empty
-
-
Method Detail
-
accepts
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> accepts()
- Returns:
- Content-type of the export. Valid values are `application/json` and `application/yaml` are supported for `export_type` `ofoas30` and `swagger`.
-
exportType
public com.pulumi.core.Output<java.lang.String> exportType()
- Returns:
- Type of export. Acceptable values are `oas30` for OpenAPI 3.0.x and `swagger` for Swagger/OpenAPI 2.0.
-
parameters
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> parameters()
- Returns:
- 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.
-
restApiId
public com.pulumi.core.Output<java.lang.String> restApiId()
- Returns:
- Identifier of the associated REST API.
-
stageName
public com.pulumi.core.Output<java.lang.String> stageName()
- Returns:
- Name of the Stage that will be exported.
-
builder
public static GetExportArgs.Builder builder()
-
builder
public static GetExportArgs.Builder builder(GetExportArgs defaults)
-
-