Environment

class Environment : KotlinCustomResource

Creates an environment in an organization.

Properties

Link copied to clipboard
val apiProxyType: Output<String>

Optional. API Proxy type supported by the environment. The type can be set when creating the Environment and cannot be changed.

Link copied to clipboard
val createdAt: Output<String>

Creation time of this environment as milliseconds since epoch.

Link copied to clipboard
val deploymentType: Output<String>

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 /apigee/docs/api-platform/local-development/overview#prevented-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

Link copied to clipboard
val description: Output<String>

Optional. Description of the environment.

Link copied to clipboard
val displayName: Output<String>

Optional. Display name for this environment.

Link copied to clipboard
val forwardProxyUri: Output<String>

Optional. Url of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that scheme must be one of "http" or "https", and port must be supplied.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastModifiedAt: Output<String>

Last modification time of this environment as milliseconds since epoch.

Link copied to clipboard
val name: Output<String>

Optional. Name of the environment.

Link copied to clipboard

Optional. NodeConfig of the environment.

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard

Optional. Key-value pairs that may be used for customizing the environment.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

State of the environment. Values other than ACTIVE means the resource is not ready to use.

Link copied to clipboard
val urn: Output<String>