Api Key Args
fun ApiKeyArgs(customerId: Output<String>? = null, description: Output<String>? = null, enabled: Output<Boolean>? = null, generateDistinctId: Output<Boolean>? = null, name: Output<String>? = null, stageKeys: Output<List<ApiKeyStageKeyArgs>>? = null, tags: Output<List<ApiKeyTagArgs>>? = null, value: Output<String>? = null)