EnvironmentAddonsConfig

class EnvironmentAddonsConfig : KotlinCustomResource

Enable/Disable add-ons for an Apigee environment. To get more information about EnvironmentAddonsConfig, see:

Example Usage

Import

EnvironmentAddonsConfig can be imported using any of these accepted formats:

  • {{env_id}} When using the pulumi import command, EnvironmentAddonsConfig can be imported using one of the formats above. For example:

$ pulumi import gcp:apigee/environmentAddonsConfig:EnvironmentAddonsConfig default {{env_id}}

Properties

Link copied to clipboard

Flag to enable/disable Analytics.

Link copied to clipboard
val envId: Output<String>

The Apigee environment group associated with the Apigee environment, in the format organizations/{{org_name}}/environments/{{env_name}}.

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