Environment
An Environment
in Apigee. To get more information about Environment, see:
How-to Guides
Creating an environment {{% examples %}}
Example Usage
{{% /examples %}}
Import
Environment can be imported using any of these accepted formats
$ pulumi import gcp:apigee/environment:Environment default {{org_id}}/environments/{{name}}
Content copied to clipboard
$ pulumi import gcp:apigee/environment:Environment default {{org_id}}/{{name}}
Content copied to clipboard
Properties
Link copied to clipboard
Optional. Deployment type supported by the environment. The deployment type can be set when creating the environment and cannot be changed. When you enable archive deployment, you will be prevented from performing a subset of actions within the environment, including: Managing the deployment of API proxy or shared flow revisions; Creating, updating, or deleting resource files; Creating, updating, or deleting target servers. Possible values are DEPLOYMENT_TYPE_UNSPECIFIED
, PROXY
, and ARCHIVE
.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard