Config Args
fun ConfigArgs(apis: Output<List<ApiArgs>>? = null, authentication: Output<AuthenticationArgs>? = null, backend: Output<BackendArgs>? = null, billing: Output<BillingArgs>? = null, configVersion: Output<Int>? = null, context: Output<ContextArgs>? = null, control: Output<ControlArgs>? = null, customError: Output<CustomErrorArgs>? = null, documentation: Output<DocumentationArgs>? = null, endpoints: Output<List<EndpointArgs>>? = null, enums: Output<List<EnumArgs>>? = null, http: Output<HttpArgs>? = null, id: Output<String>? = null, logging: Output<LoggingArgs>? = null, logs: Output<List<LogDescriptorArgs>>? = null, metrics: Output<List<MetricDescriptorArgs>>? = null, monitoredResources: Output<List<MonitoredResourceDescriptorArgs>>? = null, monitoring: Output<MonitoringArgs>? = null, name: Output<String>? = null, producerProjectId: Output<String>? = null, publishing: Output<PublishingArgs>? = null, quota: Output<QuotaArgs>? = null, serviceName: Output<String>? = null, systemParameters: Output<SystemParametersArgs>? = null, systemTypes: Output<List<TypeArgs>>? = null, title: Output<String>? = null, types: Output<List<TypeArgs>>? = null, usage: Output<UsageArgs>? = null)