Service Args
fun ServiceArgs(databaseType: Output<ServiceDatabaseType>? = null, encryptionConfig: Output<EncryptionConfigArgs>? = null, hiveMetastoreConfig: Output<HiveMetastoreConfigArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, maintenanceWindow: Output<MaintenanceWindowArgs>? = null, name: Output<String>? = null, network: Output<String>? = null, networkConfig: Output<NetworkConfigArgs>? = null, port: Output<Int>? = null, project: Output<String>? = null, releaseChannel: Output<ServiceReleaseChannel>? = null, requestId: Output<String>? = null, scalingConfig: Output<ScalingConfigArgs>? = null, serviceId: Output<String>? = null, telemetryConfig: Output<TelemetryConfigArgs>? = null, tier: Output<ServiceTier>? = null)